This message was deleted.
# general
s
This message was deleted.
b
You can graph the stack with
pulumi stack graph
that would show deps
t
Awesome. Thanks! Is this a standard format I can use in other tools? Wondering because of
[color = "#AA6639"];
b
pulumi stack graph --help
It's in DOT output style so you can pipe it through that
you can also set the colours
👍 1