Get

Learn how to list pipelines.

Command

$ vela get pipeline <parameters...> <arguments...>

Parameters

The following parameters are used to configure the command:

NameDescriptionEnvironment Variables
orgname of organization for the pipelinesVELA_ORG, HOOK_ORG
reponame of repository for the pipelinesVELA_REPO, HOOK_REPO
outputformat the output for the pipelinesVELA_OUTPUT, HOOK_OUTPUT
pageprints a specific page of pipelinesVELA_PAGE, HOOK_PAGE
per.pagenumber of pipelines to print per pageVELA_PER_PAGE, HOOK_PER_PAGE

Permissions

COMING SOON!

Sample

Request

$ pwd
~/github/octocat
$ vela get pipeline

Targeted Request

$ vela get pipeline --org github --repo octocat

Response

COMMIT                                     REF                 TYPE   VERSION   STAGES   STEPS
a49aaf4afae6431a79239c95247a2b169fd9f067   refs/heads/main   yaml   1         f        t
48afb5bdc41ad69bf22588491333f7cf71135163   refs/heads/main   yaml   1         f        t
Last modified September 16, 2022: chore: use main as default (#324) (400aa851)