vip dev-env envvar list
List the names of all environment variables.
Usage
vip dev-env envvar list [options]
Options
Option | Description |
---|---|
-d , --debug |
Generate verbose output during command execution to help identify or fix errors or bugs. |
-f , --format |
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. |
-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
- List the names of all environment variables.
$ vip dev-env envvar list -s vip-local
Last updated: June 25, 2025