forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): handle bootstrapping of default environments (aws#3060)
"cdk bootstrap" without arguments will automatically bootstrap all environments defined in the app. now that stacks can be environment-agnostic (aws://unknown-account/unknown-region), so we need to make sure that those are replaced by the default account/region. Tests: Executed integ test: test-cdk-multiple-toolkit-stacks.sh Performed some manual tests
- Loading branch information
Elad Ben-Israel
authored
Jun 25, 2019
1 parent
d55069b
commit a7a3bde
Showing
2 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters