Get

Learn how to list steps.

Command

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

Parameters

The following parameters are used to configure the command:

NameDescriptionEnvironment Variables
orgname of organization for the stepsVELA_ORG, STEP_ORG
reponame of repository for the stepsVELA_REPO, STEP_REPO
buildnumber of build for the stepsVELA_BUILD, STEP_BUILD
outputformat the output for the stepsVELA_OUTPUT, STEP_OUTPUT
pageprints a specific page of stepsVELA_PAGE, STEP_PAGE
per.pagenumber of steps to print per pageVELA_PER_PAGE, STEP_PER_PAGE

Permissions

COMING SOON!

Sample

Request

$ pwd
~/github/octocat
$ vela get step --build 1

Targeted Request

$ vela get step --org github --repo octocat --build 1

Response

NAME            STATUS  RUNTIME DURATION
publish         failure         1s
build           success         17s
test            success         10s
clone           success         2s