The Bunny CLI is a single binary (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) for managing bunny.net resources from your terminal. It’s useful for scripting, CI/CD, local development workflows, and quickly inspecting resources without leaving your shell.
CLI Quickstart
Key features
- Single binary: install via
curlornpm, authenticate once, run anywhere - Databases: create, link, shell into, and inspect Bunny Databases from the command line
- Raw API access:
bunny apilets you hit any bunny.net endpoint with auth handled automatically - Profiles: switch between multiple accounts (personal, staging, production) with
--profile - Scriptable output:
--output json/csv/markdownfor pipelines, CI, and LLMs
Getting started
Quickstart
Install the CLI, log in, and run your first command
Installation
curl installer and npm options
Configuration
Profiles, environment variables, output formats, and global options
Authentication
bunny login, bunny logout, and bunny whoamiCommands
bunny db
Create and manage Bunny Databases, open an interactive SQL shell, and
generate auth tokens
bunny api
Make raw authenticated requests to any bunny.net API endpoint
bunny config
Manage CLI configuration and named profiles
bunny login / logout
Browser-based or API key authentication