Skip to main content

Chown

Command

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

For more information, you can run vela chown 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
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

$ pwd
~/github/octocat
$ vela chown repo

Targeted Request

$ pwd
~/github/octocat
$ vela chown repo --org github --repo octocat

Response

repo "github/octocat" changed owner