From 50bc480dc8a41cc2b9d1de912c549653a35bbf4e Mon Sep 17 00:00:00 2001
From: onyx679 <1113730659@qq.com>
Date: Mon, 29 Jun 2026 00:50:09 +0800
Subject: [PATCH] docs: update deploy commands in build with AI guide
---
docs/edge/en/guides/coding-tools/build-with-ai.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/edge/en/guides/coding-tools/build-with-ai.mdx b/docs/edge/en/guides/coding-tools/build-with-ai.mdx
index 9263628ea8..9bbe080210 100644
--- a/docs/edge/en/guides/coding-tools/build-with-ai.mdx
+++ b/docs/edge/en/guides/coding-tools/build-with-ai.mdx
@@ -140,14 +140,14 @@ Go from a local crew to production on **CrewAI AMP** (Agent Management Platform)
Ensure your project structure is ready:
```bash
- crewai deploy --prepare
+ crewai deploy validate
```
See the [preparation guide](/en/enterprise/guides/prepare-for-deployment) for details on project structure and requirements.
Push to the CrewAI AMP platform:
```bash
- crewai deploy
+ crewai deploy push
```
You can also deploy via [GitHub integration](/en/enterprise/guides/deploy-to-amp) or [Crew Studio](/en/enterprise/guides/enable-crew-studio).