Commands Overview
| Command | What it does |
|---|---|
revet review | Scan code for findings (diff-based or full repo) |
revet diff | Show findings only on lines changed vs a branch/commit |
revet baseline | Snapshot findings so future runs only report new ones |
revet log | List past runs or inspect a specific run |
revet watch | Continuously scan on file save |
revet init | Generate a starter .revet.toml config file |
revet explain | Explain a specific finding ID in detail |
revet stats | Show trend metrics across recent runs (clean rate, top rules) |
revet config check | Validate .revet.toml without running analysis |
revet report | Generate a self-contained HTML quality report |
All commands accept --help for usage details:
revet review --help
revet diff --help