Skip to main content

What does the --changed-only flag do?

FAQ resource for your migration project.

FAQ resource for What does the --changed-only flag do?.

Answer

The --changed-only flag scans only files that have changed (typically detected via git diff). This speeds up scans in CI by skipping unchanged projects in monorepos. Useful for pull request checks where you only care about drift in modified code. Still compares against full baseline for accurate regression detection.