> ## Documentation Index
> Fetch the complete documentation index at: https://bunnynet-cb9733c2-claude-jolly-knuth-4rxce7.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Release notes for the Bunny CLI.

<Update label="2026-07-16" tags={["New"]}>
  ## Sandbox commands

  `bunny sandbox` manages on-demand cloud sandbox environments backed by Bunny Magic Containers. Create sandboxes (`create`), connect via SSH (`ssh`), run commands (`exec`), copy files (`cp`), browse remote files (`files`), expose ports as public HTTPS endpoints (`url add`/`list`/`delete`), and manage persistent environment variables (`env set`/`list`/`delete`). Each sandbox is a fully isolated Ubuntu container with Node.js, Bun, Python, and Claude Code pre-installed, with a 10 GB persistent volume mounted at `/workplace`. [Learn more](/cli/commands/sandbox)
</Update>

<Update label="2026-06-08" tags={["New"]}>
  ## Edge Scripts commands

  `bunny scripts` now covers the full Edge Scripts lifecycle: `create` a script without scaffolding, `deploy` and manage `deployments` (including rollbacks), `env` for environment variables and secrets, `domains` for custom domains with SSL, `stats` for usage statistics, and `delete`. The `init` command adds `--template-repo` for custom templates and `--github-actions` / `--no-github-actions` flags. [Learn more](/cli/commands/scripts)
</Update>

<Update label="2026-06-08" tags={["New"]}>
  ## DNS commands (experimental)

  `bunny dns` adds CLI management for DNS zones and records. Create, list, update, and remove records, import and export BIND zone files, manage DNSSEC, view query statistics, and configure query logging with optional IP anonymization. This command is experimental and hidden from `--help` while it stabilizes. [Learn more](/cli/commands/dns)
</Update>

<Update label="2026-06-08" tags={["New"]}>
  ## Shell completion

  Run `bunny completion` to generate a shell completion script for tab completion in your terminal. [Learn more](/cli/configuration#shell-completion)
</Update>

<Update label="2026-06-08" tags={["Improvement"]}>
  ## Database shell session note

  The `bunny db shell` documentation now notes that sessions last 30 minutes when no explicit token is provided. [Learn more](/cli/commands/db)
</Update>
