init
Create a default arxo.yaml config file in your project.
arxo initarxo init --output my-config.yamlarxo init --forceParameters
Section titled “Parameters”| Parameter | Description |
|---|---|
-o, --output | Path where to write config (default: arxo.yaml) |
--force | Overwrite existing file without prompting |
Example Workflow
Section titled “Example Workflow”# Create default configarxo init
# Customize arxo.yaml as needed, then run analysisarxo analyze --path . --config arxo.yamlSee also
Section titled “See also”- Configuration — YAML structure and options
- analyze — Run analysis with your config