Remove

Learn how to delete a config.

Command

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

Parameters

The following parameters are used to configure the command:

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

Request

vela remove config

Response