cells-enterprise ps
./cells-enterprise ps
List all available services and their statuses
Synopsis
DESCRIPTION
List all available services and their statuses
Use this command to list all running services on this machine. Services fall into main categories (GENERIC, GRPC, REST, API) and are then organized by tags (broker, data, idm, etc.)
EXAMPLE
Use the --tags/-t flag to limit display to one specific tag, use lowercase for tags.
$ ./cells-enterprise ps -t=broker Will result: - pydio.grpc.activity [X] - pydio.grpc.chat [X] - pydio.grpc.mailer [X] - pydio.api.websocket [X] - pydio.rest.activity [X] - pydio.rest.frontlogs [X] - pydio.rest.mailer [X]
./cells-enterprise ps [flags]
Options
--broker string Pub/sub service for events between services (currently nats only) (default "nats")
--broker_address string Nats broker port (default ":4222")
-x, --exclude stringArray Filter
-h, --help help for ps
--registry_address string Registry connection address (default ":4222")
--registry_cluster_address string Registry cluster address
--registry_cluster_routes string Registry cluster routes
-t, --tags stringArray Filter by tags
--transport string Transport protocol for RPC (default "grpc")
--transport_address string Transport protocol port (default ":4222")
-v, --verbose Show services description
Options inherited from parent commands
SEE ALSO
- ./cells-enterprise - Secure File Sharing for business