cells-enterprise admin user create
./cells-enterprise admin user create
Create a user
Synopsis
DESCRIPTION
Create a user
Please, note that the login is case sensitive: you can create 2 distinct users with login 'User' and 'user'.
You can also create a user in a given group by entering a full path (see examples below).
EXAMPLES
$ ./cells-enterprise user create -u '/group/user' -p 'a password' $ ./cells-enterprise user create -u 'user' -p 'a password'
./cells-enterprise admin user create [flags]
Options
-h, --help help for create
-p, --password string Password of the new user
-u, --username string Login of the new user
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