Skip to content

vip config envvar list

List the names of all environment variables.

Usage

vip config envvar list [options]

Options

OptionDescription
-a, --app Target an application. Accepts a string value for the application name or an integer for the application ID.
-d, --debug Generate verbose output during command execution to help identify or fix errors or bugs.
-e, --env Target an environment. Accepts a string value for the environment type.
-f, --format [value] Render output in a particular format. Accepts “table” (default), “csv”, and “json”. (defaults to “table”)
-h, --help Retrieve a description, examples, and available options for a (sub)command.
-v, --version Retrieve the version number of VIP-CLI currently installed on the local machine.

Examples

- List the names of all environment variables on an environment.
$ vip @example-app.develop config envvar list

Last updated: July 11, 2024