This message was deleted.
# general
s
This message was deleted.
e
Just set PULUMI_SKIP_UPDATE_CHECK=1 while making that call
c
Then you have to set it and unset it which is not very convenient
e
You can set envvars for a single command in bash by making it part of the command:
Copy code
PULUMI_SKIP_UPDATE_CHECK=1 source <(pulumi gen-completion bash)
👍 1
c
ah thanks! Let me try