pulumi/sdk/go/auto/optpreview
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
..
optpreview.go feat: Ability to capture incremental stderr (#10179) 2022-07-19 10:10:10 -07:00