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