Generate
Learn how to produce a pipeline.
Command
$ vela generate pipeline <parameters...> <arguments...>
For more information, you can run
vela generate pipeline --help
.Parameters
The following parameters are used to configure the command:
Name | Description | Environment Variables |
---|---|---|
file | name of the file for the pipeline | VELA_FILE , PIPELINE_FILE |
path | path to the file for the pipeline | VELA_PATH , PIPELINE_PATH |
stages | generates the pipeline with stages | VELA_STAGES , PIPELINE_STAGES |
type | type of pipeline being generated | VELA_TYPE , PIPELINE_TYPE |
Permissions
COMING SOON!
Sample
This section assumes you have already installed and setup the CLI.
To install the CLI, please review the installation documentation.
To setup the CLI, please review the authentication documentation.
Request
vela generate pipeline
Response
".vela.yml" go pipeline generated
Last modified February 1, 2021: fix(reference): fix broken links (#205) (6dc23bdb)