@finalpass/finalpass-cli
v0.1.5
Published
FinalPass local CLI
Downloads
386
Readme
FinalPass CLI
Execution-first pre-PR checks for flaky tests, mutation coverage signals, and deterministic test guardrails.
Install
npm i -g @finalpass/finalpass-cliUsage
finalpass init
finalpass check
finalpass repair
finalpass login
finalpass login --email [email protected] --plan starter --token fp_live_xxx
finalpass whoami
finalpass billingLive Billing
repairis free for the first 20 uses without login.- After that, users must log in with a paid plan token.
finalpass loginwith no flags opens the web checkout/login flow, then waits for device approval and auto-saves credentials.- Set
FINALPASS_API_BASE_URLto point at your production API (defaults tohttps://api.finalpass.dev).
Publish from Monorepo
This package is published from packages/cli inside the main FinalPass repository.
cd packages/cli
npm run prepublishOnly
npm pack --dry-run
npm publish --access public