Repair
Learn how to restore a repo.
Command
$ vela repair repo <parameters...> <arguments...>
For more information, you can run
vela repair 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 |
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
$ pwd
~/github/octocat
$ vela repair repo
Targeted Request
$ vela repair repo --org github --repo octocat
Response
repo "github/octocat" repaired
Last modified February 9, 2022: chore(CLI): add documentation for CLI repo awareness (#272) (8e9eb4ce)