CLI-Only Commands (Not in schema --list)
Commands that exist only in the CLI, with no API operation behind them.
postsale schema --list enumerates OpenAPI-backed operation slugs. These surfaces are real CLI features but absent (or not 1:1) from that list:
| Surface | Notes |
|---|---|
shipments list | Composition: order search + shipments-by-orders |
labels reprint | Read-only re-fetch of existing label PDF URL |
run | Agent loop |
continue | Interactive conversation resume |
conversations | Local conversation list |
doctor | Preflight diagnostics |
upgrade | Self-update |
licenses | Bundled third-party license notices (offline) |
saved-queries / sq | Local named intents |
traces | Local trace store |
auth | Login/logout/status |
account jwt-scopes / account env | Local/decode helpers |
manifest group | EOD list/close (agent tools exist; slug coverage may differ) |
Global --help / version |
When documenting or generating clients from schema only, also read this page and commands/.
Related