From 8ae9d91fb85d005a2d1c4f27e776d3058cc8c4f7 Mon Sep 17 00:00:00 2001 From: "charmenta[bot]" <291047445+charmenta[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:34:04 +0000 Subject: [PATCH] auto-update(docs): 719 --- adk/cli-reference.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adk/cli-reference.mdx b/adk/cli-reference.mdx index bee89212..b5abaf2d 100644 --- a/adk/cli-reference.mdx +++ b/adk/cli-reference.mdx @@ -81,6 +81,8 @@ adk deploy -y | `-e, --env ` | Deployment environment | `production` | | `-y, --yes` | Auto-approve preflight changes | | +When deploying, `adk deploy` warns if an integration is on a different version in dev than in prod. The warning shows the version difference per integration and suggests running `adk integrations copy --from dev --to prod --dry-run` to preview, then `adk integrations copy --from dev --to prod --yes` to promote. It does not block the deploy. + ### `adk link` Link the local agent to a workspace and bot. Writes to `agent.json`, or to `agent.local.json` with `--local`: