CLI Workflows
Common operational flows, in two forms: natural language for working interactively, andstateset-direct for the same workflow once it runs unattended.
Every write needs
--apply. Run the read steps first — they cost nothing and they tell you whether
the write is the one you meant.Order fulfilment
Interactively:Returns processing
Inventory adjustment
Batch work
For repeated operations, put the requests in a file rather than looping the shell:Parsing output
--json whenever something downstream reads the result. Prose output shape isn’t a contract;
the JSON shape is.
Promoting a workflow to production
Once a workflow is doing real work on a schedule, move it off natural language:Related
- CLI Reference — all three binaries
- CLI Safety Model
- Order Lifecycle
- Scenarios