Remove

Learn how to delete a repo.

Command

$ vela remove 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

Permissions

COMING SOON!

Sample

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