Skip to content

Commit

Permalink
fix(cli): add pipeline-type to validate command flags (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Jun 17, 2024
1 parent 077d47c commit 48f4c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/reference/cli/pipeline/validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The following parameters are used to configure the command:
| `remote` | enables validating a pipeline on a remote server | `VELA_REMOTE`, `PIPELINE_REMOTE` |
| `compiler.github.token` | github compiler token | `VELA_COMPILER_GITHUB_TOKEN`, `COMPILER_GITHUB_TOKEN` |
| `compiler.github.url` | github url, used by compiler, for pulling registry templates | `VELA_COMPILER_GITHUB_URL`, `COMPILER_GITHUB_URL` |
| `pipeline-type` | provide the repository pipeline type | `VELA_PIPELINE_TYPE`, `PIPELINE_TYPE` |

## Permissions

Expand Down

0 comments on commit 48f4c4a

Please sign in to comment.