pistazie / cdk-dia

Automated diagrams of CDK provisioned infrastructure
MIT License
877 stars 37 forks source link

Feature request: Flag to exclude stacks from diagram #37

Closed fsmiamoto closed 1 year ago

fsmiamoto commented 1 year ago

Hey there!

First of all, thank you for the awesome project.

When trying it out on some of my team's CDK projects, it became clear that having a flag to exclude some stacks from the diagram would be handy.

So instead of having to list out all the stacks that I do want, I'd be able to just list out those that I do not want:

$ cdk-dia --exclude some-boring-stack

This way users have the flexibility to use which flag is easier in their context.

I'd be more than happy to do the implementation work but wanted to hear your opinions about it first.

Thanks

pistazie commented 1 year ago

published at 0.9.0

fsmiamoto commented 1 year ago

Awesome, thank you!