pulumi/sdk/nodejs/runtime
joeduffy 25f5a71568 Add support for project plugins
This adds support for two things:

* Installing all plugins that a project requires with a single command:

    $ pulumi plugin install

* Listing the plugins that this project requires:

    $ pulumi plugin ls --project
    $ pulumi plugin ls -p
2018-02-19 11:24:19 -08:00
..
native Support serializing methods to the inside layer. (#904) 2018-02-09 14:22:03 -08:00
closure.ts Ship nativeruntime.node as part of the SDK 2018-02-16 18:12:33 -08:00
config.ts Improve failure messages (#932) 2018-02-14 09:55:02 -08:00
debuggable.ts Treat unhandled promise rejections as uncaught exceptions. 2017-12-13 17:24:47 -08:00
index.ts Move language host logic from Node to Go (#901) 2018-02-10 02:15:04 +00:00
invoke.ts Introduce Output<T> and update Resource construction code to properly handle it. (#834) 2018-02-05 14:44:23 -08:00
resource.ts Rollback #882 (#888) 2018-02-06 11:22:10 -08:00
rpc.ts Introduce Output<T> and update Resource construction code to properly handle it. (#834) 2018-02-05 14:44:23 -08:00
settings.ts Improve failure messages (#932) 2018-02-14 09:55:02 -08:00
stack.ts Introduce Output<T> and update Resource construction code to properly handle it. (#834) 2018-02-05 14:44:23 -08:00