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).