Skip to main content

Get

Command

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

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

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
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

vela get repos

Response

ORG/REPO        STATUS  EVENTS             VISIBILITY  BRANCH
github/octocat true push,pull_request public main