argo lint <FILE>
Validate files or directories of manifests
Arguments
Name | Description |
---|---|
FILE |
Options
Name | Description |
---|---|
--help, -h | Help for lint |
--kinds <strings> | Which kinds will be linted. Can be: workflows|workflowtemplates|cronworkflows|clusterworkflowtemplates (default [all]) |
--offline | Perform offline linting |
--output, -o <string> | Linting results output format. One of: pretty|simple (default "pretty") |
--strict | Perform strict workflow validation (default true) |