We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
published at 0.9.0
Sorry, something went wrong.
Awesome, thank you!
Successfully merging a pull request may close this issue.
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:
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
The text was updated successfully, but these errors were encountered: