Get
Learn how to list repos.
Command
$ vela get repo <parameters...> <arguments...>
For more information, you can run
vela get repo --help
.Parameters
The following parameters are used to configure the command:
Name | Description | Environment Variables |
---|---|---|
org | name of organization for the repository | VELA_ORG , REPO_ORG |
repo | name of repository | VELA_REPO , REPO_NAME |
output | format the output for the repository | VELA_OUTPUT , REPO_OUTPUT |
page | prints a specific page of repositories | VELA_PAGE , REPO_PAGE |
per.page | number of repositories to print per page | VELA_PER_PAGE , REPO_PER_PAGE |
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
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
Last modified September 16, 2022: chore: use main as default (#324) (400aa851)