Skip to content

Commit 9d12e0c

Browse files
fix: document --reflect CLI flag in config CLI mapping table (#6970)
PR #6936 (feat(cli): add API proxy reflection mode) introduced the --reflect CLI flag but did not add it to the Section 5 CLI Mapping table in docs/awf-config-spec.md. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ba56fad commit 9d12e0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/awf-config-spec.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ AWF settings MAY be supplied via config files, including stdin (`--config -`).
210210
- `rateLimiting.requestsPerMinute``--rate-limit-rpm`
211211
- `rateLimiting.requestsPerHour``--rate-limit-rph`
212212
- `rateLimiting.bytesPerMinute``--rate-limit-bytes-pm`
213+
- *(no config equivalent)*`--reflect` *(CLI-only; starts AWF, queries the API proxy `/reflect` endpoint, and prints its JSON response instead of running a command; mutually exclusive with a command argument)*
213214
- `platform.type`*(config-only; maps to `AWF_PLATFORM_TYPE`)*
214215
- `runner.topology`*(config-only; sets runner deployment model — `standard` or `arc-dind`; when `arc-dind`, enables sysroot staging and emits RUNNER_TOOL_CACHE warnings)*
215216
- `runner.sysrootImage`*(config-only; sysroot init-container image for `arc-dind` topology; defaults to `<container.imageRegistry>/build-tools:<container.imageTag>`, where `container.imageRegistry` defaults to `ghcr.io/github/gh-aw-firewall`)*

0 commit comments

Comments
 (0)