Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update app id reference for CI/CD deployments #7832

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```