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
My organization has many apps, more than fit on one page of the auth0 dashboard, and more than the 50 that are listed by auth0 apps list. I often want to look up client id and secret by client name. I can think of two solutions that would work well for me:
Override the default maximum list size, for example:
auth0 apps list --maxitems 500
auth0 apps show -r <client_id>
Show app details by name, for example:
auth0 apps show -r --name <client_name>
Right now, I have to get this information from the Auth0 Dashboard by clicking through pages and using my browser's Find function.
The text was updated successfully, but these errors were encountered:
My organization has many apps, more than fit on one page of the auth0 dashboard, and more than the 50 that are listed by
auth0 apps list
. I often want to look up client id and secret by client name. I can think of two solutions that would work well for me:Right now, I have to get this information from the Auth0 Dashboard by clicking through pages and using my browser's Find function.
The text was updated successfully, but these errors were encountered: