This message was deleted.
# general
s
This message was deleted.
l
Just tried piping it to less (because that wraps) and I get a go exception.. it can't handle not being in an interactive terminal! Very non-unix...
g
I'm not aware of a way to make it wrap. @wet-soccer-72485 mind opening an issue at https://github.com/pulumi/pulumi/issues ?
👍 1
@little-cartoon-10569 mind opening an issue for the exception you're getting too? 🙂
👍 1
l
w
Thank you! I didn’t think of piping it. I guess #5643 will need to be solved first before I can count on piping it. Is there a non-unixy way for built-in wrapping support?
Should that be its own ticket? Not sure which is easier to tackle.
l
There could be built-in support, since the support for fancy console shenanigans is so complete. Kind of goes against the "does one job well" philosophy, but then, this isn't a core command line tool of the unix toolkit...
However in the short term, you may have to rely on the Pulumi console or some clever term app that allows you to capture output...
h
You can pass ‘—diff’ to the up command and get a lot more detail, also wraps.
👍 1
w
--diff
has been extremely helpful. Thank you @hundreds-musician-51496
👍 1