Reset Password in Command Line

I’d like to script the automatic change of the admin password in EventStore. Is there anyway to do this through the command line… or do I need to use the UI to reset passwords / manage users?

Thanks!

  • Andrew

There is a restful api.

https://github.com/EventStore/EventStore/blob/dev/src/EventStore.ClientAPI/UserManagement/UsersClient.cs

We could wrap a console app for you

Great - thank you. Will take a look at using that.

Its pretty straight forward but if you have any questions feel free to ask