Skip to content

vip config envvar delete

Delete an environment variable.

Usage

vip config envvar delete <VARIABLE_NAME> [options]

Options

OptionDescription
-a, --app Specify the app
-d, --debug Activate debug output
-e, --env Specify the environment
-h, --help Output the help for the (sub)command
-s, --skip-confirmation Skip manual confirmation of input (USE WITH CAUTION) (disabled by default)
-v, --version Output the version number

Examples

- Delete the environment variable "MY_VARIABLE" from the environment.
$ vip @example-app.develop config envvar delete MY_VARIABLE

Last updated: April 24, 2024