Skip to content

Commit

Permalink
Update app id reference for CI/CD deployments (#7832)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay2113 authored Jul 17, 2024
1 parent 91dacfa commit d230333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/[platform]/reference/cli-commands/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

0 comments on commit d230333

Please sign in to comment.