mirror of https://github.com/pulumi/pulumi.git
e333fabf5a
This commit adds a variable that can be set with a linker flag to override the plugin download URL for matching plugin names. For example, compiling the Pulumi CLI with the following linker flag: - `-X [module path]/workspace.pluginDownloadURLOverrides=^foo.*=https://foo,^bar.*=https://bar` Would make it so that plugin names that start with "foo" are downloaded from https://foo and names that start with "bar" are downloaded from https://bar. |
||
---|---|---|
.. | ||
creds.go | ||
creds_test.go | ||
loaders.go | ||
paths.go | ||
plugins.go | ||
plugins_install_nodejs_test.go | ||
plugins_install_python_test.go | ||
plugins_install_test.go | ||
plugins_test.go | ||
project.go | ||
project_test.go | ||
settings.go | ||
templates.go | ||
templates_test.go | ||
workspace.go |