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
- Edge Scripts: scaffold, deploy, and manage Edge Scripts, their deployments, environment variables, and custom domains
- 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 scripts
Scaffold, deploy, and manage Edge Scripts, deployments, env vars, and custom
domains
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