orion-cli
orion-cli manages workflows, channels, connectors, plugins, models, data, traces, and engine operations on a running server over HTTP. Every command takes the same global flags, and every list pages the same way.
| Command | Purpose |
|---|---|
| Global flags | The flags, environment variables and paging controls every command shares |
config | Manages the CLI’s own settings in ~/.orion/config.toml |
health | Checks server health, version, and component status |
workflows | Manages workflows |
channels | Manages channels |
connectors | Manages connectors and their circuit breakers |
plugins | Manages plugins — WebAssembly components that add task functions |
models | Manages models — ONNX artifacts held in object storage and admitted before they serve |
send | Sends data to a channel |
traces | Views execution traces |
engine | Controls the engine |
functions | list shows the workflow task functions registered in the engine and their input schemas |
metrics | Fetches GET /metrics from the server |
audit-logs | list shows audit log entries of admin actions |
backups | Creates and lists database backups |
packages | Inspects package promotion receipts |
dlq | Inspects and drains the trace dead-letter queue |
cron | Inspects scheduled runs |
benchmark | Runs a performance benchmark against the server |
completions | Generates shell completions for bash, zsh, fish, powershell, or elvish |
Related
orion-servercommands: the runtime’s own subcommands.- Admin API: the endpoints every command calls.
- Build your first service: the CLI in use, end to end.
Last verified 14 September 2026