The CLI docs call out a convention that every status/list command should support --json, but a few nested commands currently only print human-readable stub output.
Commands I found without JSON support:
- sh1pt config payments list
- sh1pt config stack list
- sh1pt build entity compliance list
- sh1pt build entity status
- sh1pt scale deploy status
- sh1pt promote ship target list
I am opening a small PR to add JSON branches for these commands and a command-tree regression test so future list/status commands under the primary verbs keep the same convention.
The CLI docs call out a convention that every status/list command should support --json, but a few nested commands currently only print human-readable stub output.
Commands I found without JSON support:
I am opening a small PR to add JSON branches for these commands and a command-tree regression test so future list/status commands under the primary verbs keep the same convention.