vip config envvar get-all [options]
Retrieve the values of all environment variables set on an environment
Options
Argument | Description |
---|---|
-a , --app | Specify the app |
-d , --debug | Activate debug output |
-e , --env | Specify the environment |
-f , --format [value] | Format results (defaults to “table”) |
-h , --help | Output the help for the (sub)command |
-v , --version | Output 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
Argument | Description |
---|---|
-a , --app=<app> | Specify the app |
-d , --debug | Activate debug output |
-e , --env=<env> | Specify the environment |
-h , --help | Output the help for the (sub)command |
-v , --version | Output the version number |
-y , --yes | Run the command in production without a confirmation prompt |
Last updated: November 17, 2022