Get

Learn how to list repos.

Command

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

Parameters

The following parameters are used to configure the command:

NameDescriptionEnvironment Variables
orgname of organization for the repositoryVELA_ORG, REPO_ORG
reponame of repositoryVELA_REPO, REPO_NAME
outputformat the output for the repositoryVELA_OUTPUT, REPO_OUTPUT
pageprints a specific page of repositoriesVELA_PAGE, REPO_PAGE
per.pagenumber of repositories to print per pageVELA_PER_PAGE, REPO_PER_PAGE

Permissions

COMING SOON!

Sample

Request

vela get repos

Response

ORG/REPO        STATUS  EVENTS             VISIBILITY  BRANCH
github/octocat  true    push,pull_request  public      main
Last modified September 16, 2022: chore: use main as default (#324) (400aa851)