pulumi/sdk
Sean Gillespie 9acafcfe11
Don't call process.exit in exit callback (#1892)
Node calls 'exit' event callbacks when a process is preparing to exit,
via process.exit or otherwise, but it does not execute the next callback
in the chain if a callback calls process.exit.
2018-09-06 10:52:05 -07:00
..
go Merge pull request #1698 from pulumi/ellismg/fix-1581 2018-08-08 14:16:20 -07:00
nodejs Don't call process.exit in exit callback (#1892) 2018-09-06 10:52:05 -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/.