Skip to content
Arxo Arxo

CLI

Arxo provides a CLI for command-line analysis.

The Arxo CLI offers these commands:

CommandDescription
analyzeAnalyze a project directory for architecture metrics
initCreate a default config file
metricsList and explain available metrics
cacheManage analysis cache
doctorRun environment diagnostics
configValidate configuration
completionsGenerate shell completions

These options apply to all commands. They are defined once here; command pages refer to this section when relevant.

OptionDescription
--formatOutput format: console, json, html, snapshot, sarif, or msgpack (default: console). Used by analyze and any command that produces report output.
--quietSuppress progress and non-result output (for scripting and CI).