Get

Learn how to list services.

Command

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

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

Permissions

COMING SOON!

Sample

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