Skip to content

Commit dc97adc

Browse files
committed
Update readme to use '**' for cdk deploy
1 parent 9f5c66d commit dc97adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ are written to the same output file where each stack artifact ID is a key in the
286286

287287

288288
```console
289-
$ cdk deploy '*' --outputs-file "/Users/code/myproject/outputs.json"
289+
$ cdk deploy '**' --outputs-file "/Users/code/myproject/outputs.json"
290290
```
291291

292292
Example `outputs.json` after deployment of multiple stacks

0 commit comments

Comments
 (0)