Skip to content

Document missing CLI flags in usage.md #495

@Mossaka

Description

@Mossaka

Priority: P0 - Critical

Description

Document the 6 flags missing from docs/usage.md:

Flag Code Location Default Description
--skip-pull line 540-543 false Use local images without pulling
--image-registry line 530-533 ghcr.io/github/gh-aw-firewall Custom container registry
--image-tag line 534-537 latest Container image version tag
--proxy-logs-dir line 571-573 - Custom Squid logs directory
--allow-host-ports line 582-586 - Port restrictions for host access
--container-workdir line 562-564 - Container working directory

Acceptance Criteria

  • All 6 flags added to options table in docs/usage.md
  • Each flag has description matching help text in src/cli.ts
  • Usage examples provided for complex flags
  • New "Image Management" section created for image-related flags

Files to Modify

  • docs/usage.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions