Skip to main content

Get

Command

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

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

Parameters

The following parameters are used to configure the command:

NameDescriptionEnvironment Variables
orgname of organization for the servicesVELA_ORG, SERVICE_ORG
reponame of repository for the servicesVELA_REPO, SERVICE_REPO
buildnumber of build for the servicesVELA_BUILD, SERVICE_BUILD
outputformat the output for the servicesVELA_OUTPUT, SERVICE_OUTPUT
pageprints a specific page of servicesVELA_PAGE, SERVICE_PAGE
per.pagenumber of services to print per pageVELA_PER_PAGE, SERVICE_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 service --build 1

Targeted Request

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

Response

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