CLI
Arxo provides a CLI for command-line analysis.
CLI Reference
Section titled “CLI Reference”The Arxo CLI offers these commands:
| Command | Description |
|---|---|
| analyze | Analyze a project directory for architecture metrics |
| init | Create a default config file |
| metrics | List and explain available metrics |
| cache | Manage analysis cache |
| doctor | Run environment diagnostics |
| config | Validate configuration |
| completions | Generate shell completions |
Global options
Section titled “Global options”These options apply to all commands. They are defined once here; command pages refer to this section when relevant.
| Option | Description |
|---|---|
--format | Output format: console, json, html, snapshot, sarif, or msgpack (default: console). Used by analyze and any command that produces report output. |
--quiet | Suppress progress and non-result output (for scripting and CI). |