Skip to content

vip config envvar get

Retrieve the value of an environment variable.

Usage

vip config envvar get <VARIABLE_NAME> [options]

Options

OptionDescription
-a, --app Specify the app
-d, --debug Activate debug output
-e, --env Specify the environment
-h, --help Output the help for the (sub)command
-v, --version Output the version number

Examples

- Retrieve the value of the environment variable "MY_VARIABLE".
$ vip @example-app.develop config envvar get MY_VARIABLE

Last updated: April 24, 2024