Commit Graph

9 Commits

Author SHA1 Message Date
杨成锴 7b09ad142a chore: Update doc comments, coding style, fix lint
* about error string: error string should not be capitalized or end with punctuation mark
* apply suggestions from code review
* lint: fix format error and simplify the code

Co-authored-by: Fraser Waters <frassle@gmail.com>
Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>
2022-10-13 13:50:49 -07:00
Ben Schiborr f636769318
feat: Ability to capture incremental stderr ()
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
Ian Wahbe a2d926a156
[auto] Add flag to show secrets ()
* Update TS

* Update Python

* Make backwards compatible

* Add go

* Add C#

* CL

* Fix lints

* Fix python defaults

* Add XML config
2022-06-24 10:00:09 -07:00
Lee Briggs 67ed4345ad
add support for local policy packs in auto api () 2022-06-15 17:50:38 -07:00
Fraser Waters b9b9adaadf
Add update plans to automation api ()
* Add update plans to automation api

* Update PublicAPI

* Add to CHANGELOG

* Consistent doc strings

* go test

* dotnet test
2022-04-22 17:50:40 +01:00
Adrian Ordonez 23f821c36e
Add color option to stack up, preview, destroy, and refresh for automation api ()
* feat(automation): add color option to stack up, preview, destroy, and refresh

* doc(*): add PR 8811 to CHANGELOG_PENDING

Co-authored-by: Fraser Waters <fraser@pulumi.com>
Co-authored-by: Kyle Dixler <25750473+dixler@users.noreply.github.com>
2022-01-24 23:34:22 +01:00
Evan Boyle c3dc2d54ab
Add user agent to the CLI, Go and Nodejs Automation API SDKs () 2021-04-30 07:26:23 -07:00
pulumi-bot 73a66f48ea [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
Paul Stack 3fad2e5329 Removing x namespace from go/python/nodejs automation packages () 2021-04-14 19:32:18 +01:00