argo retry <WORKFLOW...>
Retry zero or more workflows
Arguments
Name | Description |
---|
WORKFLOW... | |
Options
Name | Description |
---|
--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 retry |
--log | Log the workflow until it completes |
--node-field-selector <string> | Selector of nodes to reset; eg: --node-field-selector inputs.paramaters.myparam.value=abc |
--output, -o <string> | Output format. One of: name|json|yaml|wide |
--parameter, -p <stringArray> | Input parameter to override on the original workflow spec |
--restart-successful | Indicates to restart successful nodes matching the --node-field-selector |
--selector, -l <string> | Selector (label query) to filter on; not including uninitialized ones supports '=' '==' and '!='.(e.g. -l key1=value1,key2=value2) |
--wait, -w | Wait for the workflow to complete only works when a single workflow is retried |
--watch | Watch the workflow until it completes only works when a single workflow is retried |