(cli): cdk --all
deploys hidden stage stacks not displayed with cdk diff --all
#14898
Labels
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p1
package/tools
Related to AWS CDK Tools or CLI
Running
cdk deploy --all
deploys stacks in stages, not visible when runningcdk diff --all
Related to this feature: #14379
Reproduction Steps
This creates both a stackset, but also the hidden stack deployment of XYZ
What did you expect to happen?
Following the discussion about cdk and stacksets, creating a stage with a stack and synthing the stage to use that stack artifact with cloudformation stacksets, and with a stage, the stack shouldnt be deployed locally
Or at least visible in in the diff if this was intentional
What actually happened?
The
deploy
command deploys the stack from the stage, and thediff
command didn't even display that this would happenEnvironment
Other
Related to this feature: #14379
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: