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 9f5c66d commit dc97adcCopy full SHA for dc97adc
packages/aws-cdk/README.md
@@ -286,7 +286,7 @@ are written to the same output file where each stack artifact ID is a key in the
286
287
288
```console
289
-$ cdk deploy '*' --outputs-file "/Users/code/myproject/outputs.json"
+$ cdk deploy '**' --outputs-file "/Users/code/myproject/outputs.json"
290
```
291
292
Example `outputs.json` after deployment of multiple stacks
0 commit comments