pulumi/pkg/backend/httpstate
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
..
client Support publishing Python policy packs (#4644) 2020-05-22 15:01:15 -07:00
backend.go Added --suppress-permalink option 2020-08-28 21:37:48 +01:00
console.go Add support for a PULUMI_CONSOLE_DOMAIN env var (#4410) 2020-04-17 11:50:00 -07:00
console_test.go Add support for a PULUMI_CONSOLE_DOMAIN env var (#4410) 2020-04-17 11:50:00 -07:00
policypack.go Install plugin dependencies (#5353) 2020-09-14 13:54:26 -07:00
snapshot.go Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
stack.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
state.go Protect against engine event mutation. (#5003) 2020-07-16 23:52:31 -07:00