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
Currently the CLI supports yaml (text) or JSON output using this flag:
-o, --output string Output format (text|json) (default "text")
AutoCLI currently only supports JSON, but we should add the above flag and default to yaml text. The YAML library to do this should probably be sigs.k8s.io/yaml.
The text was updated successfully, but these errors were encountered:
Currently the CLI supports yaml (text) or JSON output using this flag:
AutoCLI currently only supports JSON, but we should add the above flag and default to yaml text. The YAML library to do this should probably be
sigs.k8s.io/yaml
.The text was updated successfully, but these errors were encountered: