pulumi/sdk
Luke Hoban 4d45eefa1c More helpful toString on Output
It is common for users to intentionally or accidentally try to `toSting` an Output expecting to get the underlying value.  Instead, they currently get `[Object object]` with no clear reason why.

We can't give the actual underlying value because it is only asynchronously availabe, but we can provide a more helpful placeholder value with a pointer to documentation about how to work with Outputs.

Part of #2206.
2019-01-08 11:59:22 -08:00
..
go Use Infof instead of Infoln when we have format strings 2018-11-08 14:11:52 -08:00
nodejs More helpful toString on Output 2019-01-08 11:59:22 -08:00
proto Fix, formalize and add tests for property rewrites (#2187) 2018-11-12 09:26:31 -08:00
python Implement first-class providers for invokes (#2339) 2019-01-07 12:53:08 -08: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/.