Skip to content

Quick reference

NeedCommand
Changed filesnice-code --changed --project .
Full scannice-code --all --project .
Agent outputnice-code --changed --agent --project .
Include reviewnice-code --all --agent --include-review --project .
Limit outputnice-code --all --max-findings 20 --project .
New findingsnice-code --changed --new-only --baseline baseline.json --project .
Explain a checknice-code --explain AP-LOG-001
CI SARIFnice-code --changed --ci --format sarif --project .

The machine-readable report remains the source for automation; terminal output is a view of that report.

Source-backed guardrails · MIT License