
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@getpara/cli
Advanced tools
Unified CLI for Para SDK - project scaffolding, diagnostics, and API key management
The official CLI for Para. Authenticate, manage projects and API keys, scaffold new apps, and diagnose SDK issues — all from the terminal.
npm install -g @getpara/cli
Or run directly with npx:
npx @getpara/cli <command>
para login # Sign in via the developer portal
para orgs switch # Pick your organization
para projects switch # Pick your project
para keys list # View your API keys
| Command | Description |
|---|---|
para login | Sign in via the Para developer portal |
para logout | Clear stored credentials |
para whoami | Show current user, org, and project context |
| Command | Description |
|---|---|
para orgs list | List your organizations |
para orgs switch | Set the active organization |
para projects list | List projects in your organization |
para projects create | Create a new project |
para projects switch | Set the active project |
para keys list | List API keys for a project |
para keys get <id> | Get details for a specific key |
para keys create | Create a new API key |
para keys rotate <id> | Rotate an API key |
| Command | Description |
|---|---|
para create [name] | Scaffold a new Para-powered app (Next.js or Expo) |
para init | Save current org/project/env to a .pararc file |
para config get [key] | View configuration values |
para config set <key> <value> | Set a configuration value |
para config unset <key> | Remove a configuration value |
para doctor [path] | Check a project for common SDK issues |
-e, --environment <env> Target environment (DEV, SANDBOX, BETA, PROD)
--json Output as JSON
--org <id> Organization ID override
--project <id> Project ID override
-q, --quiet Suppress non-essential output
--no-input Disable interactive prompts (auto-detected in CI)
The CLI supports three authentication methods:
para login opens the developer portal for OAuthPARA_TOKEN for scripts and CIPARA_TOKEN_FILE to read a token from diskCredentials are stored in ~/.config/para/credentials.json.
Settings are resolved in order (first match wins):
--org, --project, -e)PARA_ENVIRONMENT, PARA_ORG_ID, PARA_PROJECT_ID).pararc in project root)~/.config/para/config.json)Run para <command> --help for detailed usage on any command.
FAQs
Unified CLI for Para SDK - project scaffolding, diagnostics, and API key management
We found that @getpara/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.