vip dev-env envvar list
List the names of all local environment variables.
Usage
vip dev-env envvar list [options]
Options
| Option | Description |
|---|---|
-f, --format |
[value] Render output in a particular format. Accepts “table“ (default), “csv“, and “json“. |
-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
- List the names of all environment variables on the local environment in table format.
$ vip dev-env envvar list --slug=example-site
Last updated: July 07, 2026