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
As mentioned in #773 a feature was added to include an indicator with the currently selected tenant. This adds an arrow to the output including in the csv output with --csv but the --json flag returns csv as well.
Expectation
The --json flag returns JSON I can parse with other tools (eg jq).
Reproduction
auth0 tenants ls --json vs auth0 tenants list --csv, both return the same output.
Auth0 CLI version
1.4.0
The text was updated successfully, but these errors were encountered:
Checklist
Description
As mentioned in #773 a feature was added to include an indicator with the currently selected tenant. This adds an arrow to the output including in the csv output with
--csv
but the--json
flag returns csv as well.Expectation
The
--json
flag returns JSON I can parse with other tools (eg jq).Reproduction
auth0 tenants ls --json
vsauth0 tenants list --csv
, both return the same output.Auth0 CLI version
1.4.0
The text was updated successfully, but these errors were encountered: