Is there a tool that can look at the pulumi stack ...
# general
b
Is there a tool that can look at the pulumi stack and generate a diagram?
s
You can use
pulumi stack graph <file>
to generate a DOT file that
graphviz
can render for you, IIRC.
m
Well that's pretty cool. I'm going to dig into that.
b
Thanks @salmon-account-74572 I will give that a try
s
Happy to help!