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
The rhoas kafka topic create allows to specify the output of the command as YAML and JSON.
I was thinking that sometimes for automated tasks and avoid to pollute the console could be useful to "mute" the output, exiting ok if the topic was creating but without printing any representation of the topic info. Maybe an --output none could be enough.
The text was updated successfully, but these errors were encountered:
The
rhoas kafka topic create
allows to specify the output of the command as YAML and JSON.I was thinking that sometimes for automated tasks and avoid to pollute the console could be useful to "mute" the output, exiting ok if the topic was creating but without printing any representation of the topic info. Maybe an
--output none
could be enough.The text was updated successfully, but these errors were encountered: