Skip to content

vip dev-env envvar get-all

Retrieve the names and values of all local environment variables.

Usage

vip dev-env envvar get-all [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

- Retrieve a list of all local environment variables in the default table format.
$ vip dev-env envvar get-all --slug=example-site

- Retrieve a list of all local environment variables in CSV format.
$ vip dev-env envvar get-all --slug=example-site --format=csv

Last updated: November 12, 2025