Skip to content

vip config envvar get [options]

Retrieve the value of an environment variable

Options

ArgumentDescription
-a, --appSpecify the app
-d, --debugActivate debug output
-e, --envSpecify the environment
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number

Examples

   # Get the value of the environment variable "EXAMPLE_ENV_VAR"
    $ vip @mytestsite.develop config envvar get EXAMPLE_ENV_VAR

Global Options

ArgumentDescription
-a, --app=<app>Specify the app
-d, --debugActivate debug output
-e, --env=<env>Specify the environment
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number
-y, --yesRun the command in production without a confirmation prompt

Last updated: November 17, 2022