Skip to main content

Commands Overview

CommandWhat it does
revet reviewScan code for findings (diff-based or full repo)
revet diffShow findings only on lines changed vs a branch/commit
revet baselineSnapshot findings so future runs only report new ones
revet logList past runs or inspect a specific run
revet watchContinuously scan on file save
revet initGenerate a starter .revet.toml config file
revet explainExplain a specific finding ID in detail
revet statsShow trend metrics across recent runs (clean rate, top rules)
revet config checkValidate .revet.toml without running analysis
revet reportGenerate a self-contained HTML quality report

All commands accept --help for usage details:

revet review --help
revet diff --help