scele schema¶
Print a machine-readable manifest of all commands and I/O shapes.
schema prints a machine-readable manifest of the entire CLI: every command, its arguments
and options, the shape it returns, and an example invocation, plus the output contract,
error codes, id conventions, and the field layout of every model.
If you are scripting against scele-cli, or wiring it into an agent, parse this instead of
hard-coding command names. It is generated by introspecting the CLI itself, so it cannot
drift from the real command surface.
Usage¶
Example¶
Output¶

Returns:
Notes¶
schemaalways prints JSON, even on a terminal, unlike every other command.- Every page in this Commands section is generated from this manifest, which is why they stay accurate.
- List all command names:
scele schema | jq -r '.commands[].name'.