argo cp <my-wf> <output-directory>

Copy artifacts from workflow

Arguments

NameDescription
my-wf
output-directory

Options

NameDescription
--artifact-name <string>Name of output artifact in workflow
--help, -hHelp for cp
--node-id <string>Id of node in workflow
--path <string>Use variables {workflowName} {nodeId} {templateName} {artifactName} and {namespace} to create a customized path to store the artifacts; example: {workflowName}/{templateName}/{artifactName} (default "{namespace}/{workflowName}/{nodeId}/outputs/{artifactName}")
--template-name <string>Name of template in workflow