diff --git a/src/pages/[platform]/reference/cli-commands/index.mdx b/src/pages/[platform]/reference/cli-commands/index.mdx index 216be33f4e5..5a6a4d3d532 100644 --- a/src/pages/[platform]/reference/cli-commands/index.mdx +++ b/src/pages/[platform]/reference/cli-commands/index.mdx @@ -336,7 +336,7 @@ Generate React form components derived from your backend data models for your fr ### Usage ```bash title="Terminal" showLineNumbers={false} -npx ampx generate forms --branch $BRANCH_NAME --app-id $AMPLIFY_APP_ID --out-dir ./src +npx ampx generate forms --branch $BRANCH_NAME --app-id $AWS_APP_ID --out-dir ./src ``` ## npx ampx info @@ -389,5 +389,5 @@ Deploys the Amplify project in a CI/CD pipeline for a specified Amplify app and ### Usage ```bash title="Terminal" showLineNumbers={false} -npx ampx pipeline-deploy --branch $BRANCH_NAME --app-id $AMPLIFY_APP_ID +npx ampx pipeline-deploy --branch $BRANCH_NAME --app-id $AWS_APP_ID ```