preflightlaunch
v1.0.9
Published
Preflight CLI - App Store Review Scanner from your terminal
Maintainers
Readme
Preflight CLI
Preflight checks iOS projects for App Store review risks from your terminal.
It runs locally and uses the maintained rule set published from the open-source Preflight repo. No Preflight account, hosted backend, credits, upload flow, or payment interface is required.
Install
npm install -g preflightlaunchOr run once with:
npx preflightlaunch scan ./MyAppCommands
| Command | Description |
|---------|-------------|
| preflight scan [path] | Scan an iOS project, archive, IPA, or folder locally |
| preflight update | Check for and install the latest CLI package |
| preflight --help | Show command help |
Examples
preflight scan ./MyApp
preflight scan ./MyApp.xcarchive
preflight scan ./MyApp.ipaRules
Preflight's rules are maintained in the source repository and shipped through npm package updates. Users install the maintained package; they do not need to maintain the rule set themselves.
License
AGPL-3.0-only.
