st2 execution re-run <id> <parameters...>
Re-run a particular action
Arguments
Name | Description |
---|
id | ID |
parameters | List of keyword args, positional args, and optional args for the action |
Options
Name | Description |
---|
-t, --token <TOKEN> | Access token for user authentication. Get ST2_AUTH_TOKEN from the environment variables by default |
--api-key <API_KEY> | Api Key for user authentication. Get ST2_API_KEY from the environment variables by default |
-j, --json | Print output in JSON format |
-y, --yaml | Print output in YAML format |
--tasks <TASKS...> | Name of the workflow tasks to re-run |
--no-reset <NO_RESET> | Name of the with-items tasks to not reset. This only applies to Orquesta workflows. By default, all iterations for with- items tasks is rerun. If no reset, only failed iterations are rerun |
-a, --async | Do not wait for action to finish |
-e, --inherit-env | Pass all the environment variables which are accessible to the CLI as 'env' parameter to the action. Note: Only works with python, local and remote runners |
-h, --help | Show this help and exit |
--attr <ATTR...> | List of attributes to include in the output. 'all' or unspecified will return all attributes |
-d, --detail | Display full detail of the execution in table format |
-k, --key <KEY> | If result is type of JSON, then print specific key-value pair; dot notation for nested JSON is supported |
--delay <DELAY> | How long (in milliseconds) to delay the execution before scheduling |
--tail | Automatically start tailing new execution |
--auto-dict | Automatically convert list items to dictionaries when colons are detected. (NOTE - this parameter and its functionality will be deprecated in the next release in favor of a more robust conversion method) |