--profile. See Configuration for an overview.
bunny config init
Initialize CLI configuration. Prompts for an API key unless one is provided.
| Flag | Description |
|---|---|
--api-key | API key to store in the profile (skips interactive prompt) |
--profile | Profile name to initialize (default: default) |
bunny config show
Print the resolved configuration: active profile, API key status, and API URL.
| Flag | Description |
|---|---|
--output | text or json |
--profile | Profile to inspect (default: default) |
bunny config profile create
Create a new named profile.
| Flag | Description |
|---|---|
--api-key | API key to store in the new profile |