kudobuilder / kudo

Kubernetes Universal Declarative Operator (KUDO)
https://kudo.dev
Apache License 2.0
1.18k stars 103 forks source link

Support `--output yaml` for `kudo package verify` and `kudo package create` #1644

Closed ANeumann82 closed 4 years ago

ANeumann82 commented 4 years ago

What would you like to be added: The output of the verify and create commands for packages should support a machine parsable output.

Why is this needed:

As we're going to use KUDO binaries in kitt to support different versions, the output should be easily parsable. See https://github.com/kudobuilder/kitt/issues/11