pulumi/sdk
Ben Schiborr f636769318
feat: Ability to capture incremental stderr (#10179)
Exposes a new `Option` `ErrorProgressStreams` in the Automation API
that allows `stderr` to be redirected to one or more `io.Writers`.

The option is available for `refresh`, `destroy`, `preview` and `update`
operations. This will allow an enduser to tap into the ongoing stream
for `stderr`. Until now only concatenated `string` of outputs containing
all events was available in the returned result of an operation.
2022-07-19 10:10:10 -07:00
..
dotnet Fix AddRemoveListPlugins in dotnet automation tests when running on MacOS arm64 (#10157) 2022-07-18 11:38:47 +02:00
go feat: Ability to capture incremental stderr (#10179) 2022-07-19 10:10:10 -07:00
nodejs Add tracing around os.Exec in node provider (#10173) 2022-07-18 20:27:15 -04:00
proto/go Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
python Support PULUMI_PYTHON_CMD with venvs (#10155) 2022-07-15 16:55:52 +01:00
README.md Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
go.mod Add NewUniqueName (#9852) 2022-06-15 20:11:20 +01:00
go.sum Update java to 0.5.0 (#10129) 2022-07-14 17:01:37 -04: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 the top level directory proto.