Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more user management capabilities in the CLI #279

Closed
haroldadmin opened this issue May 3, 2021 · 3 comments · Fixed by #280
Closed

Add more user management capabilities in the CLI #279

haroldadmin opened this issue May 3, 2021 · 3 comments · Fixed by #280
Labels
feature request A feature has been asked for or suggested by the community

Comments

@haroldadmin
Copy link

Describe the problem you'd like to have solved

Please add ability to search and delete users using the CLI.

While developing an application, it is very useful to quickly search and delete users. I'd like to request the following functionality:

  • Search users by their email, Auth0 ID or their name
  • Delete a user with the given Auth0 ID

Describe the ideal solution

Search users:

auth0 users search --email [email protected]
auth0 users search auth0|123456
auth0 users search --name "John Doe"

Delete users:

auth0 users delete auth0|123456

Alternatives and current work-arounds

Use the Auth0 dashboard, which is much slower than using the CLI.

Additional context

None.

@Widcket Widcket added the feature request A feature has been asked for or suggested by the community label May 3, 2021
@Widcket
Copy link
Contributor

Widcket commented May 3, 2021

Hi @haroldadmin, thanks for requesting this feature. It certainly is in our roadmap, though there's no ETA.
I'll leave this issue open to track it.

@Widcket Widcket linked a pull request May 14, 2021 that will close this issue
3 tasks
@Widcket
Copy link
Contributor

Widcket commented May 14, 2021

Implemented by #280.

@Widcket Widcket closed this as completed May 14, 2021
@Widcket
Copy link
Contributor

Widcket commented May 17, 2021

@haroldadmin this is now out on v0.7.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A feature has been asked for or suggested by the community
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants