-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Feature request: Verbose output/debug info option #40
Comments
HI @mdeguzis , Wow, 2 million lines!
Generally, it has four main steps: import tree -> generate diagram (an internal representation) -> render to a .dot file -> execute Graphviz in the .dot file. I am happy to add a -v flag that will report these steps so we can get an idea of what is taking so long. Meanwhile, you might want to inspect whether a |
Yes :)
|
it should be in you cdk app work directory. in the same one where diagram.png is created on a success run |
Could we add a debug / verbose option so we know the command is doing things in the background? Is the command hiding all the output from
cdk synth
?Unfortunately, the stack I am working with has 2 million (yes 2 million) lines in tree.json
The text was updated successfully, but these errors were encountered: