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
Async API response such as issueCertificate, etc simply return json that is printed. When display option isn't set to json, the output is seen as follows:
column: no output
csv: no output
json: OK
table: OK (but not really tabular)
text: OK (but not really text, it's still json)
default: OK (json)
The text was updated successfully, but these errors were encountered:
Async API response such as issueCertificate, etc simply return json that is printed. When display option isn't set to json, the output is seen as follows:
The text was updated successfully, but these errors were encountered: