cells-enterprise admin user create
./cells-enterprise admin user create
Create a user
Synopsis
DESCRIPTION
Create a new 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).
If not provided with the -p flag, password is prompted by the command line.
EXAMPLES
Create a user with a password $ ./cells-enterprise admin user create -u 'user' -p 'a password'
Create a user with a prompt for password $ ./cells-enterprise admin user create -u 'user'
Create a user inside a group $ ./cells-enterprise admin user create -u "/group/user" -p "new-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 "memory")
--nats_address string NATS server address (default ":4222")
--nats_cluster_address string NATS server cluster address
--nats_cluster_routes string NATS server cluster routes
--nats_monitor_port int Expose nats monitoring endpoints on a given port (default 8222)
--nats_streaming_cluster_bootstrap NATS streaming bootstrap cluster
--nats_streaming_cluster_id string NATS streaming cluster ID (default "cells")
--nats_streaming_cluster_node_id string NATS streaming cluster node id
--nats_streaming_cluster_peers string NATS streaming list of cluster peers
--nats_streaming_clustered NATS streaming clustered
--nats_streaming_store string NATS streaming store type (default "MEMORY")
--port_broker int Port used to start a broker discovery service (default 8003)
--port_registry int Port used to start a registry discovery service (default 8000)
--registry string Registry used to manage services (currently nats only) (default "memory")
--transport string Transport protocol for RPC (default "grpc")
SEE ALSO
- ./cells-enterprise admin user - Manage users