postsale schema
Describe any command's request and response shapes from the local catalog, no sign-in needed.
OpenAPI request/response schemas for catalog-backed CLI operations.
bash
postsale schema --list # {"commands": [...slugs]}
postsale schema --all # full graph + examples (agent bootstrap)
postsale schema orders.search
postsale schema shipments.create
postsale schema --examples
postsale schema --human orders.getOptions
--list, --all, --json-schema-2020-12 (advertises format; conversion deferred), --human, --examples
Important
schema --list is not the full CLI surface. Missing: shipments list, labels reprint, run, doctor, local utilities, etc. See cli-only-commands and schema-slugs.
Agent equivalent: get_tool_schema.
On this page
Related