docs(showcase): showcase CLI version/info/diagnostics commands #10680

Merged
HAL9000 merged 4 commits from docs/v360/cli-version-info-diagnostics into master 2026-06-06 10:50:36 +00:00

4 Commits

Author SHA1 Message Date
HAL9000 01c169c8ad style(showcase): apply ruff format to cli_version_info_diagnostics_showcase_steps.py
CI / lint (pull_request) Successful in 52s
CI / helm (pull_request) Successful in 42s
CI / build (pull_request) Successful in 45s
CI / typecheck (pull_request) Successful in 1m16s
CI / quality (pull_request) Successful in 1m32s
CI / push-validation (pull_request) Successful in 53s
CI / security (pull_request) Successful in 2m19s
CI / integration_tests (pull_request) Successful in 9m57s
CI / unit_tests (pull_request) Successful in 10m16s
CI / docker (pull_request) Successful in 2m49s
CI / coverage (pull_request) Successful in 10m53s
CI / status-check (pull_request) Successful in 5s
2026-06-06 06:28:09 -04:00
HAL9000 59253a611f fix(showcase): add missing step definitions for CLI version/info/diagnostics showcase
The feature file cli_version_info_diagnostics_showcase.feature was added
without corresponding Behave step definitions, causing unit_tests CI to fail
with AmbiguousStep errors. This commit adds the step definitions file and
updates the feature file step text to avoid conflicts with existing steps
in execution_environment_steps.py.
2026-06-06 06:28:09 -04:00
HAL9000 e8425449b2 docs(showcase): showcase CLI version/info/diagnostics commands 2026-06-06 06:28:09 -04:00
HAL9000 34f658a32a docs(showcase): showcase CLI version/info/diagnostics commands
Created comprehensive showcase documentation for CLI version, info, and diagnostics commands
Documented fast-path vs regular command behavior
Included verified outputs and machine-readable JSON/YAML examples
Registered the showcase entry in docs/showcase/examples.json
Added BDD tests for the showcase documentation

Closes #7592
2026-06-06 06:28:09 -04:00