argo node <ACTION> <WORKFLOW> <FLAGS>

Perform action on a node in a workflow

Arguments

NameDescription
ACTION
WORKFLOW
FLAGS

Options

NameDescription
--help, -hHelp 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