From 644bc3c614b8ff82ae2cba541e0d094f87066382 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 27 Jul 2026 13:44:56 +0000 Subject: [PATCH] docs(changelog): add entries for Database CLI commands documentation (PR #364) PR #364 added Bunny CLI (`bunny db`) command documentation alongside Dashboard instructions across the Database docs. Updated the root changelog, database changelog, and CLI changelog to reflect the new inline CLI tabs for token management, region management, usage metrics, and the visual table browser. Co-Authored-By: Claude Opus 4.6 Claude-Session: https://claude.ai/code/session_014G7QJSm1nz1gyeRX7Teq7u --- changelog.mdx | 6 ++++++ cli/changelog.mdx | 6 ++++++ database/changelog.mdx | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 239de99c..8720d335 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements across bunny.net products." rss: true --- + + ## Bunny CLI commands for Database management + + The Bunny Database documentation now includes CLI alternatives alongside Dashboard instructions. Create and regenerate access tokens with `bunny db tokens`, manage replica regions with `bunny db regions`, view usage metrics with `bunny db usage`, and browse tables visually with `bunny db studio` — all from your terminal. [Learn more](/database/connect/authorization) + + ## Bunny Player extended Chromecast support diff --git a/cli/changelog.mdx b/cli/changelog.mdx index b97a1ec0..ad0bae43 100644 --- a/cli/changelog.mdx +++ b/cli/changelog.mdx @@ -10,6 +10,12 @@ rss: true `bunny dns scripts` brings [Scriptable DNS](/dns/scriptable/introduction) to the CLI: `init` scaffolds a project from starter examples (geo, closest, weighted, failover, pullzone) with the [`@bunny.net/scriptable-dns-types`](https://github.com/BunnyWay/cli/tree/main/packages/scriptable-dns-types) package preconfigured for editor autocomplete, `deploy` uploads and publishes your entry file, and `attach` points a hostname at the script by adding a `SCRIPT` record to a zone. `bunny dns records preset` applies curated record sets for common providers and tasks (Google Workspace, Microsoft 365, DMARC, and more) in one step, and `bunny dns zones link` lets a directory resolve its zone without passing a domain. [Learn more](/cli/commands/dns) + + ## Database CLI commands documented across Database pages + + The `bunny db` commands are now documented inline across the Database docs with Dashboard/CLI tabs. Token management (`bunny db tokens create`, `bunny db tokens invalidate`), region management (`bunny db regions`), usage metrics (`bunny db usage`), and the visual table browser (`bunny db studio`) each appear alongside their Dashboard equivalents. [Learn more](/database/connect/authorization) + + ## Edge Scripts commands diff --git a/database/changelog.mdx b/database/changelog.mdx index fe3ee1bf..4b5e7bd0 100644 --- a/database/changelog.mdx +++ b/database/changelog.mdx @@ -4,6 +4,12 @@ description: Latest updates and improvements to Bunny Database. rss: true --- + + ## CLI commands documented alongside Dashboard + + Every Database management page now includes a CLI tab next to the Dashboard instructions. Create and regenerate access tokens with `bunny db tokens create` and `bunny db tokens invalidate`, manage replica regions with `bunny db regions`, check usage metrics with `bunny db usage`, and open a visual table browser with `bunny db studio`. [Learn more](/database/connect/authorization) + + ## Bunny CLI