Is it possible to disable downloading plugins and ...
# general
s
Is it possible to disable downloading plugins and provide a custom path to them?
l
pulumi install --no-plugins
might help?
s
Just found this actually https://www.pulumi.com/docs/iac/cli/environment-variables/ specifically PULUMI_DISABLE_AUTOMATIC_PLUGIN_ACQUISITION
Also I guess
PULUMI_HOME
is how I can provide plugins and more ahead of time
l
Yes; be aware that'll also affect workspaces and credential storage.