CLI Commands
Atlas CLI
The Atlas Command Line Interface is a powerful tool for CI/CD integration, allowing you to run privacy scans as part of your build pipeline.
atlas scan directory ./src --output json --strict
> [INFO] Initializing localized classification models...
> [WARN] Found 2 potential PII exposures in ./src/utils/testData.js
> - Line 45: Aadhaar Pattern Match (Confidence: 98%)
> - Line 89: Indian PAN Pattern Match (Confidence: 95%)
>
> [FAIL] Pipeline halted due to --strict mode.Was this helpful?
Ask Support