Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions adk/cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ adk deploy -y
| `-e, --env <environment>` | 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`:
Expand Down
Loading