Skip to content

CLI Reference

The archlint CLI is the primary way to interact with the tool.

General Usage

bash
archlint [command] [options]

Commands

CommandDescription
initInitialize a new configuration file
scanRun a one-time architectural analysis
diffCompare the current state against a baseline
snapshotSave the current state to a JSON file
watchRun in watch mode for real-time feedback

Global Options

OptionDescription
-c, --config <path>Path to the configuration file
-v, --verboseEnable verbose logging
-q, --quietCI-friendly mode (no progress bars)
-V, --versionShow version information
-h, --helpShow help for a command

Released under the MIT License.