Docs / Admin

Launch-readiness CLI

One command verifies the deployment is production-ready. Wire it straight into your CI deploy gate.

Running the check

pnpm tokenone:check

Or directly:

pnpm exec tsx scripts/launch-check.ts

What it checks

Output

Colour-coded table per category. Summary line: X pass · Y warn · Z fail. Exit code 0 on pass, 1 on any fail. Wire into pipeline.yml deploy step to gate prod rollouts.

Precedence

Checks use the same resolution order as runtime-config: PlatformSetting value first, env var second. So a key set via the admin UI (db source) satisfies the check just like an env var would (env source).