Hello folks, is there any way to disable the updat...
# general
p
Hello folks, is there any way to disable the update checking that the Pulumi CLI does on every invocation? Been looking through the CLI arguments but can’t find anything. It’s quite annoying in CI/CD scenarios, because every pipeline or job that runs a Pulumi command typically ends up in a warning state because the update notification is printed as a warning message. And these updates are quite frequent, so our Octopus Deploy jobs always have a warning indicator, which can obscure other, more legitimate warnings, and over time teaches us to ignore warning indicators on our jobs, which is not good.
b
p
Indeed, just as you wrote that I found https://github.com/pulumi/pulumi/pull/2680
Thanks!
b
🎉