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

Merged
HAL9000 merged 3 commits from fix-pr-4211 into master 2026-06-15 04:14:35 +00:00

3 Commits

Author SHA1 Message Date
controller-ci-rerun 61acc6fff5 chore: re-trigger CI [controller]
CI / push-validation (pull_request) Successful in 28s
CI / build (pull_request) Successful in 39s
CI / helm (pull_request) Successful in 43s
CI / quality (pull_request) Successful in 56s
CI / lint (pull_request) Successful in 1m7s
CI / typecheck (pull_request) Successful in 1m13s
CI / security (pull_request) Successful in 1m14s
CI / unit_tests (pull_request) Successful in 4m34s
CI / docker (pull_request) Successful in 1m45s
CI / integration_tests (pull_request) Successful in 11m32s
CI / coverage (pull_request) Successful in 9m13s
CI / status-check (pull_request) Successful in 3s
2026-06-14 23:57:38 -04:00
HAL9000 9edee2d7d5 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-14 23:57:38 -04:00
HAL9000 f38491e5a6 docs: add showcase example for CLI version/info/diagnostics basics
Add a verified CLI showcase for the version, info, and diagnostics commands,
register in examples.json and update CHANGELOG/CONTRIBUTORS.

ISSUES CLOSED: #7592
2026-06-14 23:57:38 -04:00