pulumi/sdk
Alex Clemmer f037c7d143 Checkpoint resource initialization errors
When a resource fails to initialize (i.e., it is successfully created,
but fails to transition to a fully-initialized state), and a user
subsequently runs `pulumi update` without changing that resource, our
CLI will fail to warn the user that this resource is not initialized.

This commit begins the process of allowing our CLI to report this by
storing a list of initialization errors in the checkpoint.
2018-07-20 17:59:06 -07:00
..
go Appease linters. 2018-06-11 14:32:27 -07:00
nodejs Checkpoint resource initialization errors 2018-07-20 17:59:06 -07:00
proto Add `Cancel` to gRPC resource provider interface 2018-07-15 11:05:44 -10:00
python Add Pipfile.lock to make Python builds reproducible 2018-07-15 11:05:44 -10: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/.