Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bunny.net/llms.txt

Use this file to discover all available pages before exploring further.

Profiles let you keep multiple authenticated configurations (personal, staging, production) and switch between them with --profile. See Configuration for an overview.

bunny config init

Initialize CLI configuration. Prompts for an API key unless one is provided.
# Interactive: prompts for an API key
bunny config init

# Non-interactive
bunny config init --api-key bny_xxxxxxxxxxxx
FlagDescription
--api-keyAPI key to store in the profile (skips interactive prompt)
--profileProfile name to initialize (default: default)

bunny config show

Print the resolved configuration: active profile, API key status, and API URL.
bunny config show
bunny config show --output json
bunny config show --profile staging
FlagDescription
--outputtext or json
--profileProfile to inspect (default: default)

bunny config profile create

Create a new named profile.
bunny config profile create staging
bunny config profile create staging --api-key bny_xxxxxxxxxxxx
FlagDescription
--api-keyAPI key to store in the new profile

bunny config profile delete

Delete a named profile.
bunny config profile delete staging