cells start
./cells start
Start Cells services
Synopsis
Start one or more services on this machine
Syntax
$ ./cells start [flags] args...
Additional arguments are regexp that can match any of the service names available (see 'list' command). The -t/--tags flag may limit to only a certain category of services, use lowercase like broker, idm, data, etc... The -x/--exclude flag may exclude one or more services Both flags may be used in conjunction with the regexp arguments.
Examples
Start only services starting with grpc $ ./cells start pydio.grpc
Start only services for scheduler $ ./cells start --tag=scheduler
Start whole plateform except the roles service $ ./cells start --exclude=pydio.grpc.idm.roles
./cells start [flags]
Options
-x, --exclude stringArray Filter
-h, --help help for start
-t, --tags stringArray Filter by tags
Options inherited from parent commands
--fork Used internally by application when forking processes
--grpc_cert string Certificates used for communication via grpc
--grpc_key string Certificates used for communication via grpc
--log string Sets the log level mode (default "info")
--registry string Registry used to manage services (default "nats")
SEE ALSO
- ./cells - Secure File Sharing for business