Skip to content

vip dev-env envvar get-all

Retrieve the names and values of all environment variables.

Usage

vip dev-env envvar get-all -s vip-local [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 environment variables in the default table format.
$ vip dev-env envvar get-all

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

Last updated: June 25, 2025