How do I disable this message from each CLI execut...
# general
e
How do I disable this message from each CLI execution?
Copy code
warning: A new version of Pulumi is available. To upgrade from version '0.17.9' to '0.17.10', run
   $ curl -sSL <https://get.pulumi.com> | sh
or visit <https://pulumi.io/install> for manual instructions and release notes.
g
Set
PULUMI_SKIP_UPDATE_CHECK=true
environment variable.
e
perfect!
e
Just in time 😉
😎 1