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:
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 |
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