Skip to main content

Get

Command

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

For more information, you can run vela get step --help.

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
tip

This command also supports setting the following parameters via a configuration file:

  • org
  • repo
  • output

For more information, please review the CLI config documentation.

Permissions

COMING SOON!

Sample

warning

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

$ 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