From 1b5d7ccb2db8df899a0ef19bec15569a36b17b22 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 16 Jul 2026 13:15:06 +0000 Subject: [PATCH] docs(changelog): add entries for `bunny sandbox` CLI command Adds changelog entries (root and CLI) for the new sandbox command documented in #332. Co-Authored-By: Claude Opus 4.6 Claude-Session: https://claude.ai/code/session_01Py79P7q97vqcmxGn9YqRv7 --- changelog.mdx | 6 ++++++ cli/changelog.mdx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 4908191d..90e04d44 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements across bunny.net products." rss: true --- + + ## Cloud sandbox environments via Bunny CLI + + The Bunny CLI now supports creating and managing on-demand cloud sandbox environments backed by Bunny Magic Containers. Each sandbox is a fully isolated Ubuntu container with Node.js, Bun, Python, and Claude Code pre-installed, with 10 GB of persistent storage. Create, SSH into, copy files, expose public URLs, and manage environment variables — all from the CLI. [Learn more](/cli/commands/sandbox) + + ## HTTP validation for Seamless Domain Migration diff --git a/cli/changelog.mdx b/cli/changelog.mdx index cb613a60..61d8f099 100644 --- a/cli/changelog.mdx +++ b/cli/changelog.mdx @@ -4,6 +4,12 @@ description: Release notes for the Bunny CLI. rss: true --- + + ## 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) + + ## Edge Scripts commands