cells-enterprise admin user set-pwd
./cells-enterprise admin user set-pwd
Change user password
Synopsis
DESCRIPTION
Set a user password. Directly use --password (or -p) to provide a new password, or leave empty to be prompted.
EXAMPLE
$ ./cells-enterprise user set-pwd -u 'USER_LOGIN' -p 'NEW_PASSWORD'
./cells-enterprise admin user set-pwd [flags]
Options
-h, --help help for set-pwd
-p, --password string New password
-u, --username string Login of the user to update
Options inherited from parent commands
--broker string Pub/sub service for events between services (currently nats only) (default "nats")
--broker_address string Nats broker port (default ":4222")
--registry_address string Registry connection address (default ":4222")
--registry_cluster_address string Registry cluster address
--registry_cluster_routes string Registry cluster routes
--transport string Transport protocol for RPC (default "grpc")
--transport_address string Transport protocol port (default ":4222")
SEE ALSO
- ./cells-enterprise admin user - Manage users