Skip to content

Commit

Permalink
chore: document flag in README
Browse files Browse the repository at this point in the history
  • Loading branch information
msessa committed Jan 10, 2025
1 parent 990ab07 commit 8ac7bd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ The `change-set` flag will make `diff` create a change set and extract resource
The `--no-change-set` mode will consider any change to a property that requires replacement to be a resource replacement,
even if the change is purely cosmetic (like replacing a resource reference with a hardcoded arn).

If the `change-set` flag is enabled and an error is encountered during changeset creation, CDK will automatically fall back to template-only diff. This behaviour can be disabled by passing the `--no-fallback` flag.

### `cdk deploy`

Deploys a stack of your CDK app to its environment. During the deployment, the toolkit will output progress
Expand Down

0 comments on commit 8ac7bd4

Please sign in to comment.