Checklist
Description
auth0 users show "$id" --json emits non-JSON text
Expectation
Output in JSON format should be in JSON format.
Specifically, it's spitting out the tenancy information. There should at least be a flag to suppress that.
This seems to be endemic to most (all?) commands that are tenancy-specific.
EDIT: I see this output is actually to stderr; so a simple workaround is to redirect that.
Reproduction
% auth0 users show 'auth0|xxx' --json
=== xxx.au.auth0.com user
{
"user_id": "auth0|xxx",
"connection": "xxx",
...
}
Auth0 CLI version
auth0 version 1.15.0 489abd0
Checklist
Description
auth0 users show "$id" --jsonemits non-JSON textExpectation
Output in JSON format should be in JSON format.
Specifically, it's spitting out the tenancy information. There should at least be a flag to suppress that.
This seems to be endemic to most (all?) commands that are tenancy-specific.
EDIT: I see this output is actually to stderr; so a simple workaround is to redirect that.
Reproduction
Auth0 CLI version
auth0 version 1.15.0 489abd0