Skip to content

vip config envvar get-all [options]

Retrieve the values of all environment variables set on an environment

Options

ArgumentDescription
-a, --appSpecify the app
-d, --debugActivate debug output
-e, --envSpecify the environment
-f, --format [value]Format results (defaults to “table”)
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number

Examples

   # Retrieve the values of all environment variables
    $ vip @mytestsite.develop config envvar get-all
    ┌─────────────────┬────────────┐
    │ name            │ value      │
    ├─────────────────┼────────────┤
    │ EXAMPLE_ENV_VAR │ 1234567890 │
    └─────────────────┴────────────┘

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