argo cron list
List cron workflows
Options
Name | Description |
---|---|
--all-namespaces, -A | Show workflows from all namespaces |
--chunk-size <int> | Return large lists in chunks rather than all at once. Pass 0 to disable |
--completed | Show completed workflows. Mutually exclusive with --running |
--field-selector <string> | Selector (field query) to filter on. Supports '=' '==' and '!='.(e.g. --field-selector key1=value1,key2=value2). The server only supports a limited number of field queries per type |
--help, -h | Help for list |
--no-headers | Don't print headers (default print headers) |
--older <string> | List completed workflows finished before the specified duration (e.g. 10m 3h 1d) |
--output, -o <string> | Output format. One of: name|wide|yaml|json |
--prefix <string> | Filter workflows by prefix |
--resubmitted | Show resubmitted workflows |
--running | Show running workflows. Mutually exclusive with --completed |
--selector, -l <string> | Selector (label query) to filter on |
--since <string> | Show only workflows created after than a relative duration |
--status <strings> | Filter by status (comma separated) |