Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): do not bootstrap unknown environments (aws#3046)
"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), we need to filter those environments in this use case.
- Loading branch information