CLI Reference

Command Line Usage

Core commands and flags used by teams to run scans locally and in CI/CD.

Commands

fendix scan
fendix report
fendix verify
fendix version

Key Scan Flags

--url--spec--code--auth--auth-type--auth-header--format--fail-on--baseline--save-baseline--enable-active--workers--timeout--delay--ignore--verbose

Example

fendix scan --url https://api.example.com --spec ./openapi.yaml --code ./src --format html --fail-on HIGH

Active probes are disabled by default. Add --enable-active only with explicit authorization.

CLI behavior reflects backend contract and safety defaults.