Para CLI (@getpara/cli)
The Para CLI is a developer tool for managing API keys, organizations, projects, and configuration from the terminal.
Installation
Authentication
~/.config/para/credentials.json (0600 permissions). PROD and BETA share the same developer portal session.
Configuration
PARA_ENVIRONMENT, PARA_ORG_ID, PARA_PROJECT_ID) → .pararc → global config → defaults.
Organizations & Projects
API Keys
para keys config sub-commands: security, branding, setup, ramps, webhooks. Each accepts flags for non-interactive use.
Scaffold a Project
nextjs, expo. Supports --networks, --email, --phone, --oauth, --wallets, --bundle-id, --package-manager, -y for non-interactive mode.
Diagnostics
--json for CI/CD (exits 1 on errors).
Global Flags
| Flag | Description |
|---|---|
-e, --environment | Target environment: DEV, SANDBOX, BETA, PROD |
--org <id> | Override active organization |
--project <id> | Override active project |
--json | Output as JSON |
--quiet | Suppress non-essential output |
--no-input | Disable interactive prompts |