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
CLI got an option --output-format to decide the output format. (via #80)
Supported values: "XML", "JSON".
Defaults to "XML".
The use of this new option replaces the switch --json.
Deprecated
CLI switch --json was marked as deprecated. (via #80)
Use option --output-format=JSON instead.