kudobuilder / kudo

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

Add "--output yaml" to kudo package verify #1646

Closed ANeumann82 closed 4 years ago

ANeumann82 commented 4 years ago

Signed-off-by: Andreas Neumann aneumann@mesosphere.com

What this PR does / why we need it:

Add --output parameter to package verify and package create

This allows users to easily parse the output of both commands

Fixes #1644