CLI Reference
Command
Section titled “Command”harnix scan [path]pathis optional and defaults to..scanis the current command.
--verbose
Section titled “--verbose”Include inline rationale per check in terminal output.
harnix scan . --verbose--output <path>
Section titled “--output <path>”Write report files to a custom output directory.
harnix scan . --output ./reports/harnixAlso supported:
harnix scan . --output=./reports/harnix--skip <check-id>
Section titled “--skip <check-id>”Skip one or more checks.
harnix scan . --skip agents-md,ci-pipelineharnix scan . --skip agents-md --skip ci-pipeline--only <check-id>
Section titled “--only <check-id>”Run only the specified checks.
harnix scan . --only agents-mdharnix scan . --only agents-md,documentation--skip and --only are mutually exclusive.
--type <software|non-software>
Section titled “--type <software|non-software>”Override repository type detection.
harnix scan . --type softwareharnix scan . --type non-softwareharnix --help