From 7295184b397787a048d6950a779df132c50e212b Mon Sep 17 00:00:00 2001 From: Jay2113 Date: Wed, 17 Jul 2024 17:12:40 -0400 Subject: [PATCH] update app id reference --- src/pages/[platform]/reference/cli-commands/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```