vip config envvar
Manage environment variables for an environment.
Usage
vip config envvar [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. |
Examples
- Add or update the environment variable "MY_VARIABLE" and assign its value at the prompt.
$ vip @example-app.develop config envvar set MY_VARIABLE
- Retrieve the value of the environment variable "MY_VARIABLE".
$ vip @example-app.develop config envvar get MY_VARIABLE
- Retrieve a list of all environment variables in the default table format.
$ vip @example-app.develop config envvar get-all
- List the names of all environment variables.
$ vip @example-app.develop config envvar list
- Delete the environment variable "MY_VARIABLE" from the environment.
$ vip @example-app.develop config envvar delete MY_VARIABLE
Subcommands
Last updated: July 07, 2026