vip config envvar delete [options]
Permanently delete an environment variable
Options
Argument | Description |
---|---|
-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
# Permanently delete the environment variable "EXAMPLE_ENV_VAR" $ vip @mytestsite.develop config envvar delete EXAMPLE_ENV_VAR
Global Options
Argument | Description |
---|---|
-a , --app=<app> | Specify the app |
-d , --debug | Activate debug output |
-e , --env=<env> | Specify the environment |
-h , --help | Output the help for the (sub)command |
-v , --version | Output the version number |
-y , --yes | Run the command in production without a confirmation prompt |
Last updated: November 17, 2022