pulumi/sdk
Sean Gillespie 8c230e9caa
Implement log functions for the Python SDK (#2048)
With this commit, the functions in 'pulumi.log' can be used to send
diagnostic messages to the Pulumi CLI. The Pulumi SDK bootstrap script
now also uses this feature to send diagnostic information on unhandled
exceptions to the Pulumi CLI.
2018-10-12 09:50:26 -07:00
..
go Add a Dockerfile for the Pulumi CLI 2018-09-29 11:48:21 -07:00
nodejs Deal with circularities in package structure when computing codepaths. (#2049) 2018-10-11 14:57:21 -07:00
proto Move management of root resource state to engine (#1944) 2018-09-18 11:47:34 -07:00
python Implement log functions for the Python SDK (#2048) 2018-10-12 09:50:26 -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/.