docs: add showcase example for CLI version/info/diagnostics basics #4211

Closed
HAL9000 wants to merge 4 commits from docs/add-showcase-cli-basics into master

4 Commits

Author SHA1 Message Date
controller-ci-rerun 0ac7db7d10 chore: re-trigger CI [controller]
CI / lint (pull_request) Successful in 36s
CI / build (pull_request) Successful in 53s
CI / helm (pull_request) Successful in 41s
CI / push-validation (pull_request) Successful in 29s
CI / unit_tests (pull_request) Successful in 5m36s
CI / integration_tests (pull_request) Successful in 9m17s
CI / quality (pull_request) Failing after 15m31s
CI / security (pull_request) Failing after 15m31s
CI / typecheck (pull_request) Failing after 15m33s
CI / coverage (pull_request) Has been cancelled
CI / docker (pull_request) Has been cancelled
CI / status-check (pull_request) Has been cancelled
2026-06-12 14:13:05 -04:00
controller-ci-rerun 57d7e397b8 chore: re-trigger CI [controller]
CI / build (pull_request) Successful in 43s
CI / lint (pull_request) Successful in 52s
CI / quality (pull_request) Successful in 50s
CI / typecheck (pull_request) Successful in 1m24s
CI / security (pull_request) Successful in 1m25s
CI / push-validation (pull_request) Failing after 13m27s
CI / helm (pull_request) Failing after 13m51s
CI / integration_tests (pull_request) Failing after 14m8s
CI / unit_tests (pull_request) Failing after 14m10s
CI / coverage (pull_request) Has been cancelled
CI / docker (pull_request) Has been cancelled
CI / status-check (pull_request) Has been cancelled
2026-06-12 13:47:24 -04:00
HAL9000 265d52d65b docs: fix inaccurate fast-path claim in CLI basics documentation
The version, info, and diagnostics commands were incorrectly stated as being on the fast-path. Only --help and --version are eager exit options that skip subcommand module loading.

ISSUES CLOSED: #7592
2026-06-12 13:46:21 -04:00
HAL9000 3868ec43db docs: add showcase example for CLI version/info/diagnostics basics (#4211)
Add a verified CLI showcase for the version, info, and diagnostics
commands, document fast-path behavior and output envelope quirks,
and register the showcase in examples.json without dropping existing entries.

ISSUES CLOSED: #7592
2026-06-12 13:46:21 -04:00