Logo

Command Palette

Search for a command to run...

jobs list

Lists all automated (scheduled) jobs on an application or a server.

$ cx jobs list --stack <application name> --server <server name>|<server ip>|<server role> --service <service name>

Options

ArgumentRequired?DefaultDescription
--stack, -s <application name>yesFull or partial name of the application
--server <server name>|<server ip>|<server role>noThe name, IP address or role of the server.
--service <service name>noThe name of the service

Examples

$ cx jobs list -s my-app
$ cx jobs list -s my-app --server orca
$ cx jobs list -s my-app --server 168.123.448.56 --service web
$ cx jobs list -s my-app --service web