argo node <ACTION> <WORKFLOW> <FLAGS>
Perform action on a node in a workflow
Arguments
Name | Description |
---|
ACTION | |
WORKFLOW | |
FLAGS | |
Options
Name | Description |
---|
--help, -h | Help for node |
--message, -m <string> | Set the message of a node eg: --message "Hello World" |
--node-field-selector <string> | Selector of node to set eg: --node-field-selector inputs.paramaters.myparam.value=abc |
--output-parameter, -p <stringArray> | Set a "supplied" output parameter of node eg: --output-parameter parameter-name="Hello world!" |
--phase <string> | Phase to set the node to eg: --phase Succeeded |