From f7444d6883e5e99b149f6e5a3dc1fc69bf184ee2 Mon Sep 17 00:00:00 2001 From: "charmenta[bot]" <291047445+charmenta[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:41:44 +0000 Subject: [PATCH] auto-update(docs): 732 --- adk/cli-reference.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/adk/cli-reference.mdx b/adk/cli-reference.mdx index bee89212..15ae7c45 100644 --- a/adk/cli-reference.mdx +++ b/adk/cli-reference.mdx @@ -31,6 +31,7 @@ These commands manage an agent project from scaffold to deploy: | `adk check` | Validate project structure and config (no login required) | | `adk status` | Show project status, integrations, and server state | | `adk link` | Link local agent to a workspace and bot | +| `adk project upgrade` | Upgrade the project to the latest ADK runtime and project shape | ### `adk init` @@ -99,6 +100,19 @@ adk link --workspace wkspace_123 --bot bot_456 | `-f, --force` | Overwrite existing `agent.json` | | `--local` | Write to gitignored `agent.local.json` (for multi-dev workflows) | +### `adk project upgrade` + +Upgrade your project to the latest ADK runtime line and project shape. Use `--dry-run` to preview the changes before applying them: + +```bash +adk project upgrade +adk project upgrade --dry-run +``` + +| Flag | Description | +|------|-------------| +| `--dry-run` | Preview changes without applying | + ## Integrations These commands add, inspect, and manage the integrations your agent depends on: