Title: vip config envvar get-all
Published: July 7, 2026

---

 1. [VIP-CLI command reference](https://docs.wpvip.com/vip-cli/commands/)
 2. [vip config](https://docs.wpvip.com/vip-cli/commands/config/)
 3. [vip config envvar](https://docs.wpvip.com/vip-cli/commands/config/envvar/)
 4. vip config envvar get-all

#  vip config envvar get-all

Retrieve the names and values of all environment variables.

## Usage

    ```wp-block-preformatted
    vip config envvar get-all [options]
    ```

## Options

| Option | Description | 
|  `-a`, `--app` |  [value] Target an application. Accepts a string value for the application name or an integer for the application ID. |  
|  `-e`, `--env` |  [value] Target an environment. Accepts a string value for the environment type. |  
|  `-f`, `--format` |  [value] Render output in a particular format. Accepts “table“ (default), “csv“, and “json“. |  
|  `-h`, `--help` |  Retrieve a description, examples, and available options for a (sub)command. (default: false) |  
|  `-v`, `--version` |  Retrieve the version number of VIP-CLI currently installed on the local machine. (default: false) |  
|  `-d`, `--debug` |  [value] Generate verbose output during command execution to help identify or fix errors or bugs. |

## Examples

    ```wp-block-preformatted
    - Retrieve a list of all environment variables in the default table format.$ vip @example-app.develop config envvar get-all- Retrieve a list of all environment variables in CSV format.$ vip @example-app.develop config envvar get-all --format=csv- Retrieve a list of all environment variable names as a space separated list.$ vip @example-app.develop config envvar get-all --format=ids- Retrieve a list of all environment variables as a key value list.$ vip @example-app.develop config envvar get-all --format=keyValue
    ```

Last updated: July 07, 2026