pulumi/sdk
Thomas Gummerer 1d939d2d9d pass ConfigType through RunRequest
Currently we're only passing the config as strings through the
RunRequest method.  This means that the program handling the RPC
can't know the right types, and has to infer it.  This leads to issues
such as https://github.com/pulumi/pulumi-yaml/issues/453.

Passing the types through we'll be able to parse the strings correctly
on the receiving end.
2023-10-13 18:12:05 +02:00
..
go pass ConfigType through RunRequest 2023-10-13 18:12:05 +02:00
nodejs add configtypes field to runrequest 2023-10-11 12:33:16 +02:00
proto/go add configtypes field to runrequest 2023-10-11 12:33:16 +02:00
python add configtypes field to runrequest 2023-10-11 12:33:16 +02:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod [cli] Add support for environments (#14140) 2023-10-10 01:35:39 +00:00
go.sum [cli] Add support for environments (#14140) 2023-10-10 01:35:39 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.