Skip to content

CLI

The binary is truss. It follows the 10 agent-CLI principles: structured output on demand, definitive empty states, and exit codes a caller can branch on.

Option Effect
--json Emit JSON instead of human-readable text
-v, --version Print the version and exit 0
-h, --help Print usage and exit 0
Code Meaning
0 Success — including --help and --version
1 The command ran and failed
2 Usage error — unknown flag or subcommand

No domain commands have shipped yet. They land here as the lattice design settles.