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