pulumi/sdk
Matt Ellis 825a461b2e Fix a SxS issue with isSecret
Because of our Proxy types, every output will return something when
you call `.isSecret` on it. However, if you call it on an output from
a version of `@pulumi/pulumi` which did not support secrets, the thing
you will get back is not undefined but rather an `Output` which wraps
undefined.

Because of this, care must be taken when reading this property and so
a small helper is introduced and used in places we care about.
2019-05-13 15:45:08 -07:00
..
go pulumi update => pulumi up (#2702) 2019-05-06 14:00:18 -07:00
nodejs Fix a SxS issue with isSecret 2019-05-13 15:45:08 -07:00
proto Remove acceptsSecrets from InvokeRequest 2019-05-10 17:07:52 -07:00
python Add some convience methods to pulumi.Config for getting secrets 2019-05-10 17:07:52 -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/.