pulumi/sdk
Matt Ellis 91827752d5 Use `require.resolve` to find `@pulumi/pulumi/cmd/run`
Instead of trying to probe for the normal path ourselves, just use
node's `require.resolve` statement to find `@pulumi/pulumi/cmd/run`.

This allows run to be found in cases where either yarn workspaces are
used, or the module has been installed globally.

Part of #1868
2018-09-07 11:30:54 -07:00
..
go Merge pull request #1698 from pulumi/ellismg/fix-1581 2018-08-08 14:16:20 -07:00
nodejs Use `require.resolve` to find `@pulumi/pulumi/cmd/run` 2018-09-07 11:30:54 -07:00
proto LogRequest.isStatus -> LogRequest.ephemeral 2018-08-31 15:56:53 -07:00
python LogRequest.isStatus -> LogRequest.ephemeral 2018-08-31 15:56:53 -07:00
README.md Update stale README 2018-06-30 09:55:12 -07:00

README.md

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/.