Skip to Content
The CLI

The CLI

The CLI runs the same scan from your terminal or a script, and prints findings as text or JSON.

appcompliance scan ./App.ipa appcompliance scan ./app-release.aab --format json

The JSON output is stable and meant to be parsed by your own tooling. The text output is meant for a human reading a terminal. Both report the same findings from the same scan.

Next: Exit codes explain how the CLI turns a scan into a pass or block verdict.