pulumi/sdk
evanboyle 9482a216ce fix make ensure target to work with /pkg and /sdk gomods 2020-03-17 13:00:39 -07:00
..
dotnet move sdk/pulumi/resource/stack -> pkg/resource/stack (this is an undo, stack has dep on engine) 2020-03-17 09:25:36 -07:00
go got fmt to reorder imports 2020-03-16 15:03:50 -07:00
nodejs move sdk/pulumi/resource/stack -> pkg/resource/stack (this is an undo, stack has dep on engine) 2020-03-17 09:25:36 -07:00
proto Initial support for configuring policies (#4015) 2020-03-08 14:11:55 -07:00
pulumi move sdk/pulumi/secrets/cloud -> pkg/secrets/cloud (undo to remove unneeded dep) 2020-03-17 11:43:13 -07:00
python got fmt to reorder imports 2020-03-16 15:03:50 -07:00
README.md update sdk readme 2020-03-16 15:09:11 -07:00
go.mod fix make ensure target to work with /pkg and /sdk gomods 2020-03-17 13:00:39 -07:00
go.sum fix make ensure target to work with /pkg and /sdk gomods 2020-03-17 13:00:39 -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/.

Common models and utils shared by the SDKs and CLI are located in pulumi/.