-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation