https://pulumi.com logo
Title
e

echoing-activity-32278

12/30/2021, 11:12 AM
Is it possible to hide the output of the exported variables when running
pulumi up
?
q

quiet-wolf-18467

12/30/2021, 11:22 AM
--suppress-outputs
e

echoing-activity-32278

12/30/2021, 3:15 PM
Is there an environment variable to control this?
Actually I only want to use
pulumi stack output foobar
to see foobar. There is really no need to clutter the screen, especially with values such as kubeconfig. Should there be an environment variable for the suppress behavior, then I can directly set the env in the shell.
l

little-cartoon-10569

12/30/2021, 8:11 PM
Pipe to grep?
e

echoing-activity-32278

12/31/2021, 1:12 AM
It is a good feature to implement that every cli flag has an environment variable correspondent.