Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 623 Bytes

cli.md

File metadata and controls

32 lines (20 loc) · 623 Bytes

CLI

The CLI allows to (amongst other things) submit, watch, and list workflows, e.g.:

argo submit my-wf.yaml
argo list

Reference

You can find detailed reference here

Help

Most help topics are provided by built-in help:

argo --help

Argo Server

You'll need to configure your commands to use the Argo Server if you have offloaded node status or are trying to access your workflow archive.

To do so, set the ARGO_SERVER environment variable, e.g.:

export ARGO_SERVER=localhost:2746

See TLS.