pulumi/sdk/go/common/workspace
Justin Van Patten 46c7c327dd
Install plugin dependencies (#5353)
When installing a plugin, if it contains a `PulumiPlugin.yaml` file with a `runtime` value of `nodejs` or `python`, install dependencies for the plugin.

For Node.js, `npm install` is run (or `yarn install` if `PULUMI_PREFER_YARN` is set).

For Python, a virtual environment is created and deps installed into it.
2020-09-14 13:54:26 -07:00
..
creds.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
paths.go switch os/user with luser 2020-07-27 14:44:08 -07:00
plugins.go Install plugin dependencies (#5353) 2020-09-14 13:54:26 -07:00
plugins_install_nodejs_test.go Install plugin dependencies (#5353) 2020-09-14 13:54:26 -07:00
plugins_install_python_test.go Install plugin dependencies (#5353) 2020-09-14 13:54:26 -07:00
plugins_install_test.go Install plugin dependencies (#5353) 2020-09-14 13:54:26 -07:00
plugins_test.go move pkg/workspace -> sdk/go/common/workspace 2020-03-18 14:35:53 -07:00
project.go Install plugin dependencies (#5353) 2020-09-14 13:54:26 -07:00
project_test.go move pkg/workspace -> sdk/go/common/workspace 2020-03-18 14:35:53 -07:00
settings.go move pkg/workspace -> sdk/go/common/workspace 2020-03-18 14:35:53 -07:00
templates.go Rename RetrieveTemplate function to RetrieveGitFolder (#4912) 2020-06-26 15:01:51 -06:00
templates_test.go update remote path for policy pack template tests (#4381) 2020-04-13 14:02:17 -07:00
workspace.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00