Is it possible to hide the output of the exported ...
# general
e
Is it possible to hide the output of the exported variables when running
pulumi up
?
q
--suppress-outputs
e
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
Pipe to grep?
e
It is a good feature to implement that every cli flag has an environment variable correspondent.