Skip to content

vip config envvar delete [options]

Permanently delete an environment variable

Options

ArgumentDescription
-a, --appSpecify the app
-d, --debugActivate debug output
-e, --envSpecify the environment
-h, --helpOutput the help for the (sub)command
-s, --skip-confirmationSkip manual confirmation of input (USE WITH CAUTION) (disabled by default)
-v, --versionOutput the version number

Examples

   # Permanently delete the environment variable "EXAMPLE_ENV_VAR"
    $ vip @mytestsite.develop config envvar delete EXAMPLE_ENV_VAR

Global Options

ArgumentDescription
-a, --app=<app>Specify the app
-d, --debugActivate debug output
-e, --env=<env>Specify the environment
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number
-y, --yesRun the command in production without a confirmation prompt

Last updated: November 17, 2022