Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

be able to compute all diffs compared to a given cached cdk.out folder #27606

Closed
2 tasks
girotomas opened this issue Oct 19, 2023 · 3 comments
Closed
2 tasks
Labels
closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2 package/tools Related to AWS CDK Tools or CLI response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.

Comments

@girotomas
Copy link

Describe the feature

It would be great to be able to compute all diffs from a given cdk.out folder.

for example:

bb cdk diff --cached ../cdk.out.old

This would compute all diffs of all stacks compared to the previous version

Use Case

I'm super frustrated when I run cdk diff and then I need to access 200 aws accounts one for each region and provide contingent authorizations for each one.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

v2

Environment details (OS name and version, etc.)

typescript amazon-linux

@girotomas girotomas added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Oct 19, 2023
@github-actions github-actions bot added the package/tools Related to AWS CDK Tools or CLI label Oct 19, 2023
@girotomas girotomas changed the title (module name): (short issue description) be able to compute all diffs compared to a given cached cdk.out folder Oct 19, 2023
@pahud
Copy link
Contributor

pahud commented Oct 20, 2023

do you mean your stacks are from 200 AWS accounts and when you run cdk diff you need to make sure they are all authenticated?

@pahud pahud added p2 response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels Oct 20, 2023
@github-actions
Copy link

This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

@github-actions github-actions bot added closing-soon This issue will automatically close in 4 days unless further comments are made. closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels Oct 22, 2023
@niebloomj
Copy link

I think this already works if you pass in a wildcard for the stack name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2 package/tools Related to AWS CDK Tools or CLI response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Projects
None yet
Development

No branches or pull requests

3 participants