Is there a way (for CI) to get the CLI to output t...
# general
m
Is there a way (for CI) to get the CLI to output the nice pretty graph output, but without running in interactive mode? In other words, just print out the nice output at the end state of running.
f
šŸ‘ Iā€™d love this for buildkite
Right now the output is basically unreadable in the logs
m
I found
pulumi up --color always --diff
produces something slightly better, but really I just want the interactive output
w
It's a good idea. Do you want to open an issue in pulumi/pulumi to track this? Definitely something that we should be able to do.
m
Sure.
Thanks! Obviously a "nice to have", but it would be very nice to have!