Skip to content

vip dev-env envvar list

List the names of all local environment variables.

Usage

vip dev-env envvar list [options]

Options

OptionDescription
-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 on the local environment in table format.
$ vip dev-env envvar list --slug=example-site

Last updated: November 12, 2025