You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have the option to determine how the output of the CLI should look like. Right now we just fmt.Println but what's actually needed is similar like in kubectl itself the option to decide how the output should look like, e.g.: kubectl kudo get instance kafka -o yaml
What would you like to be added:
I'd like to have the option to determine how the output of the CLI should look like. Right now we just
fmt.Println
but what's actually needed is similar like in kubectl itself the option to decide how the output should look like, e.g.:kubectl kudo get instance kafka -o yaml
Why is this needed:
This helps not just for testing the CLI behavior but also gives more options in how to format or sort the output of certain commands. It should be closer to kubectl itself ( see also https://kubernetes.io/docs/reference/kubectl/overview/#output-options ).
The text was updated successfully, but these errors were encountered: