Skip to content

vip config envvar list [options]

List the names of all environment variables

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

   # List the names of all environment variables
    $ vip @mytestsite.develop config envvar list
    ┌─────────────────┐
    │ name            │
    ├─────────────────┤
    │ 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