pulumi/CHANGELOG_PENDING.md
Joe Duffy 7101046709
Send plugin install output to stderr (#7115)
* Send plugin install output to stderr

We currently send plugin install output to stdout. This interferes
with --json (#5747), automation API scenarios, and in general is bad
CLI hygiene. This change sends plugin output to stdout instead.

* Add a changelog entry
2021-05-25 19:02:09 -07:00

213 B

Improvements

Bug Fixes

  • [cli] - Send plugin install output to stderr, so that it doesn't clutter up --json, automation API scenarios, and so on. #7115