Test only — not for production use
Preflight
Command line · CI-ready

Preflight from the terminal.

In beta. The CLI ships alongside the public-API beta and is distributed to beta participants — it is not yet on the public npm registry. Request access; the commands below show how it works once you're in.

Run document checks from your terminal or scripts.

npm i -g @preflight/cli
preflight login                 # paste your pfk_ key
preflight check statement.pdf   # human-readable result
preflight check statement.pdf --format sarif > results.sarif

Configure via ~/.preflight/config.json or PREFLIGHT_API_KEY. SARIF output drops straight into GitHub Code Scanning; JUnit into any CI test reporter.

CLI reference →CI integration
Preflight CLI — preflight PDFs from the command line · Preflight