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
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
--config <path>Path to the configuration file
--verboseEnable verbose logging
--quietCI-friendly mode (no progress bars)
--versionShow version information
--helpShow help for a command

Released under the MIT License.