knative-extensions / kn-plugin-event

Kn plugin for sending events to Knative sinks.
Apache License 2.0
7 stars 22 forks source link

The build command should print the event on STDOUT #356

Open cardil opened 1 month ago

cardil commented 1 month ago

Currently, the build command prints the event output on the standard error output. This prevents some tools to work properly, while using Unix' pipes or redirections.

The standard output should be used instead.

/kind bug

cardil commented 1 month ago

/triage accepted