Skip to main content

Remove

Command

$ vela remove config <parameters...> <arguments...>
tip

For more information, you can run vela remove config --help.

Parameters

The following parameters are used to configure the command:

warning

Providing no parameters to this command will remove the entire configuration file.

NameDescriptionEnvironment Variables
api.addrremoves the API address fieldVELA_ADDR, CONFIG_ADDR
api.token.accessremoves the API access token fieldVELA_ACCESS_TOKEN, CONFIG_ACCESS_TOKEN
api.token.refreshremoves the API refresh token fieldVELA_REFRESH_TOKEN, CONFIG_REFRESH_TOKEN
api.tokenremoves the API token fieldVELA_TOKEN, CONFIG_TOKEN
api.versionremoves the API version fieldVELA_API_VERSION, CONFIG_API_VERSION
log.levelremoves the log level fieldVELA_LOG_LEVEL, CONFIG_LOG_LEVEL
outputremoves the output fieldVELA_OUTPUT, CONFIG_OUTPUT
orgremoves the org fieldVELA_ORG, CONFIG_ORG
reporemoves the repo fieldVELA_REPO, CONFIG_REPO
secret.engineremoves the secret engine fieldVELA_ENGINE, CONFIG_ENGINE
secret.typeremoves the secret type fieldVELA_TYPE, CONFIG_TYPE

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

vela remove config

Response