Skip to content

Commit

Permalink
Update readme to use '**' for cdk deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehodgkiss committed Aug 22, 2022
1 parent 9f5c66d commit dc97adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ are written to the same output file where each stack artifact ID is a key in the


```console
$ cdk deploy '*' --outputs-file "/Users/code/myproject/outputs.json"
$ cdk deploy '**' --outputs-file "/Users/code/myproject/outputs.json"
```

Example `outputs.json` after deployment of multiple stacks
Expand Down

0 comments on commit dc97adc

Please sign in to comment.