Quick start
Install the CLI
Download a pre-built binary from GitHub Releases or build from source.
Get an API key
Sign in to the Plerion dashboard, navigate to Settings > API Keys, and create a new key.
Configure credentials
~/.plerion/credentials and ~/.plerion/config with your API key, region, and output preferences.Global options
These flags apply to every command:| Flag | Env var | Description |
|---|---|---|
--profile <name> | PLERION_PROFILE | Use a named credentials profile |
--region <region> | PLERION_REGION | Override region (au, sg1, in1, us1) |
--api-key <key> | PLERION_API_KEY | Override API key |
--endpoint-url <url> | PLERION_ENDPOINT_URL | Custom API base URL |
--output <format> | — | Output format: table, json, yaml, text |
--query <jmespath> | — | JMESPath expression to filter output |
--no-color | NO_COLOR | Disable color output |
Commands
| Command | Description |
|---|---|
configure | Interactive setup wizard |
tenant | Tenant details and usage |
findings | Security findings |
assets | Asset inventory |
asset-groups | Manage asset groups |
alerts | Risk-based alerts |
audit-logs | Audit logs |
integrations | Cloud integrations |
risks | Security risks |
vulnerabilities | Vulnerabilities and exemptions |
compliance-frameworks | Compliance posture and reports |
well-architected-frameworks | Well-Architected assessments |
iac | Infrastructure as Code scanning |
aws | AWS integration helpers |