turbot / pipe-fittings

Shared components for use across pipe projects.
https://github.com/turbot
GNU Affero General Public License v3.0
12 stars 3 forks source link

CLI notification messages should be printed to `stderr` #437

Closed pskrbasu closed 1 month ago

pskrbasu commented 1 month ago

CLI notification messages in powerpipe are printed to stdout, so the output results in an invalid JSON string(in case of --output json). CLI notifications should be printed to stderr.

Actual issue: https://github.com/turbot/powerpipe/issues/452

pskrbasu commented 1 month ago

https://github.com/turbot/pipe-fittings/pull/438