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
Currently we have the command auth0 apis list that lists the APIs for the current user. But the optional parameters do not have a sorting option. And the output ordering seems to be by API creation date.
Describe the ideal solution
Add extra optional parameter such as auth0 apis list --sort "name" to sort by Name.
Similar to the auth0 users search sort option.
Alternatives and current workarounds
Export and send to a tool to order the list
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
Currently we have the command
auth0 apis list
that lists the APIs for the current user. But the optional parameters do not have a sorting option. And the output ordering seems to be by API creation date.Describe the ideal solution
Add extra optional parameter such as
auth0 apis list --sort "name"
to sort by Name.Similar to the
auth0 users search
sort option.Alternatives and current workarounds
Export and send to a tool to order the list
Additional context
No response
The text was updated successfully, but these errors were encountered: