pulumi/sdk
Alex Clemmer f21da64f96 Add query mode to the language protocol
`pulumi query` requires that language plugins know about "query mode" so
that they don't do things like try to register the default stack
resource.

To communicate that a language host should boot into query mode, we
augment the language plugin protocol to include this information.
2019-05-02 18:08:08 -07:00
..
go Add support for explicit delete-before-replace (#2415) 2019-01-31 14:27:53 -08:00
nodejs Add query mode to the language protocol 2019-05-02 18:08:08 -07:00
proto Add query mode to the language protocol 2019-05-02 18:08:08 -07:00
python Add query mode to the language protocol 2019-05-02 18:08:08 -07:00
README.md Update stale README 2018-06-30 09:55:12 -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/.