This message was deleted.
# general
s
This message was deleted.
d
currently it shows in order, but not in hierarchy. hierarchy would help view dependencies
b
So as you noticed Pulumi differentiates between the ordering relationship and the dependency relationship. The ordering is like parent -> child and it is one:many and that's what you see when you run a preview. But dependency is many:one so it must be different, and is obviously a bit harder to draw in console. You can output that tree with with the “pulumi stack graph” command. It can output a .dot file
d
oh thanks :-)
well, trees are drawn in console and common but well there should be something and its ok but having it in the plan phase will be awesome 🙂
b
Well it's not the same kind of tree. I'd love to see an example of a big many:one tree like that being drawn in console such that it is legible and useful. It can't really be drawn like the parent:child tree, because a node at the bottom of the tree could be touching a node at the top directly if it depends on some property of it.