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