Logo

Command Palette

Search for a command to run...

services list

List all the services and running containers of a whole application or a specific server.

$ cx services list --stack <application name> [--server <server name>] [<service name>]

Options

ArgumentRequired?DefaultDescription
--stack, -s <application name>yesName of the application
--server <server name>noThe name of a server to query
<service name>noThe service to query

Examples

$ cx services list -s mystack
$ cx services list -s mystack --server orca
$ cx services list -s mystack --server orca --service web
$ cx services list -s mystack --service web