Disable showing of outputs in `up`
I work with a lot of stacks, and most of them have outputs. However, rarely do I need to see the output when running pulumi up. I would expect to only see this when clicking on details, but even then, I'd like to not see it.
Workaround would be to specify:
pulumi up --suppress-outputs
Yep, but having to specify that all the time is a little annoying. I think one of the things that would benefit pulumi is if it had a difference between a "show the user this" type of output, and a "this is output for a StackReference". 100% of our outputs are for StackReference purposes. We NEVER need to see these.
Would setting an environment variable to suppress these be useful for you @nesl247 ?
That works. I don't think it's a good long term solution based on the separation of different kinds of outputs, but it works for now.
any update on this?
it's very annoying, especially when errors are emitted and one has pages of unnecessary outputs to scroll back before finding he interesting bits...
Sometimes a resource may have a sensitive string as part of its output/diff. I'd like to optionally suppress or redact the output of a given resource so it's not echoing secrets all over the place.