argo cp <my-wf> <output-directory>
Copy artifacts from workflow
Arguments
Name | Description |
---|
my-wf | |
output-directory | |
Options
Name | Description |
---|
--artifact-name <string> | Name of output artifact in workflow |
--help, -h | Help 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 |