mirror of https://github.com/pulumi/pulumi.git
f636769318
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. |
||
---|---|---|
.. | ||
dotnet | ||
go | ||
nodejs | ||
proto/go | ||
python | ||
README.md | ||
go.mod | ||
go.sum |
README.md
Pulumi Language SDKs
This directory contains the Pulumi SDKs for all supported languages.
Please see the respective README
s for information about installing and using these libraries:
The language providers work by implementing gRPC interfaces defined in the top level directory proto.