vip dev-env envvar delete
Delete a local environment variable.
Usage
vip dev-env envvar delete [options]
Options
| Option | Description |
|---|---|
-h, --help |
Retrieve a description, examples, and available options for a (sub)command. (default: false) |
-v, --version |
Retrieve the version number of VIP-CLI currently installed on the local machine. (default: false) |
-d, --debug |
[value] Generate verbose output during command execution to help identify or fix errors or bugs. |
-s, --slug |
[value] A unique name for a local environment. Default is “vip-local”. |
Examples
- Delete the environment variable "MY_VARIABLE" from the local environment.
$ vip dev-env envvar delete --slug=example-site MY_VARIABLE
Last updated: July 07, 2026