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
When we changed the default output mode to use JSON, certain commands wrap the command output in quotes, which is unnecessary.
For example, login, version and status return an output which is wrapped, it would be nice if these commands would force text output mode to remove the quotes.
The util accesstoken get command also wraps the access token response in quotes
When we changed the default output mode to use JSON, certain commands wrap the command output in quotes, which is unnecessary.
For example,
login,versionandstatusreturn an output which is wrapped, it would be nice if these commands would forcetextoutput mode to remove the quotes.The
util accesstoken getcommand also wraps the access token response in quotes