We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05ed21 commit a799531Copy full SHA for a799531
packages/aws-cdk/README.md
@@ -146,8 +146,8 @@ See the [CDK reference documentation](https://docs.aws.amazon.com/cdk/api/latest
146
### `cdk diff`
147
148
Computes differences between the infrastructure specified in the current state of the CDK app and the currently
149
-deployed application (or a user-specified CloudFormation template). This command returns non-zero if any differences are
150
-found.
+deployed application (or a user-specified CloudFormation template). If you need the command to return a non-zero if any differences are
+found you need to use the `--fail` command line option.
151
152
```console
153
$ # Diff against the currently deployed stack
0 commit comments