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.

bunny login

Authenticate with bunny.net via the browser. A successful login stores credentials under the selected profile (defaults to default).
# Browser-based login
bunny login

# Log in to a specific profile
bunny login --profile staging

# Overwrite an existing profile without prompting
bunny login --force
FlagDescription
--profileProfile name to log in to (default: default)
--forceOverwrite an existing profile without prompting
Prefer API keys over browser auth in CI. Run bunny config init --api-key bny_xxx to seed a profile, or export BUNNYNET_API_KEY.

bunny logout

Remove a stored authentication profile.
bunny logout
bunny logout --force
bunny logout --profile staging
FlagDescription
--profileProfile to remove (default: default)
--forceSkip confirmation prompts

bunny whoami

Show the currently authenticated account: name, email, and active profile.
bunny whoami
# Logged in as Jamie Barton (jamie@bunny.net) 🐇
# Profile: default

bunny whoami --output json
bunny whoami --profile staging
FlagDescription
--profileProfile to inspect (default: default)
--outputtext or json