pulumi/sdk
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
..
dotnet Prevent concurrency issues when completing tasks (#5324) 2020-09-11 14:34:43 +02:00
go Install plugin dependencies (#5353) 2020-09-14 13:54:26 -07:00
nodejs Install plugin dependencies (#5353) 2020-09-14 13:54:26 -07:00
proto Initial support for remote component construction. (#5280) 2020-09-07 19:33:55 -07:00
python Install plugin dependencies (#5353) 2020-09-14 13:54:26 -07:00
go.mod Install plugin dependencies (#5353) 2020-09-14 13:54:26 -07:00
go.sum Install plugin dependencies (#5353) 2020-09-14 13:54:26 -07:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.