Skip to content

vip config envvar get-all

Retrieve the names and values of all environment variables.

Usage

vip config envvar get-all [options]

Options

OptionDescription
-a, --app Specify the app
-d, --debug Activate debug output
-e, --env Specify the environment
-f, --format [value] Format results (defaults to “table”)
-h, --help Output the help for the (sub)command
-v, --version Output the version number

Examples

- Retrieve a list of all environment variables in the default table format.
$ vip @example-app.develop config envvar get-all

- Retrieve a list of all environment variables in CSV format.
$ vip @example-app.develop config envvar get-all --format=csv

- Retrieve a list of all environment variable names as a space separated list.
$ vip @example-app.develop config envvar get-all --format=ids

- Retrieve a list of all environment variables as a key value list.
$ vip @example-app.develop config envvar get-all --format=keyValue

Last updated: April 24, 2024