Hey folks! Is it possible to suppress the console ...
# getting-started
f
Hey folks! Is it possible to suppress the console output of just a single Output? I'm creating a Readme output (https://www.pulumi.com/blog/stack-readme/) in my C# stack, and it's rather large, so it fills up my terminal every time I run a command. It's especially bothersome for running Pulumi in a CI/CD context. I know
--suppress-outputs
exists, but I'd rather not hide all of them.
e
No but this sounds like a reasonable request if you want to raise an issue on it at https://github.com/pulumi/pulumi/issues
f
Thanks! I'll do that 🙂
Actually, it turns out there's already an issue which pretty much describes this exactly! I voted it up and will follow it instead https://github.com/pulumi/pulumi/issues/2852