Hi, is there a way to suppress showing Outputs at ...
# general
a
Hi, is there a way to suppress showing Outputs at the end of a Pulumi run?
b
if you don't export them, they won't be shown
can you elaborate a bit on what you don't want to be be shown?
b
--suppress-outputs
as a flag will do it @ambitious-father-68746
a
Thank you @broad-dog-22463 I don't believe how I missed that from the CLI
@billowy-army-68599 We want the outputs to be available on demand via
pulumi stack outputs
, but we don't need them to be shown all the time, that's it.
Is there a way to change the default and have this option a part of Pulumi.yaml or an environment variable by any chance?
b
we can't change the default, but we could add an option in
Pulumi.yaml
maybe, please file an issue
a
Thank you