setting up Pulumi in CI, but noticed that when run...
# general
f
setting up Pulumi in CI, but noticed that when running
preview
in non tty, the output looses the hierarchy info (the indention and lines between resources). Any way to still have this in the output when e.g. redirecting to a file?
e
I don't think so, the formatting code changes based on if it's "interactive" or not. But sounds like a reasonable thing to ask, feel free to raise an issue about it.
f
Ok, yeah I'm using it to make comments in PRs, and would like to show the hierarchy info there as well
e
Thanks