Logo

Command Palette

Search for a command to run...

services info

Get info for given the service. The list of available services can be obtained through the services list command. If the server is provided it will only query the specified server.

$ cx services info --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>yesThe service to query

Examples

$ cx services info -s mystack my_web_service
$ cx services info -s mystack a_backend_service
$ cx services info -s mystack --server my_server my_web_service