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

---

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

#  vip dev-env envvar get-all

Retrieve the names and values of all local environment variables.

## Usage

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

## Options

| Option | Description | 
|  `-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. |  
|  `-s`, `--slug` |  [value] A unique name for a local environment. Default is “vip-local”. |

## Examples

    ```wp-block-preformatted
    - Retrieve a list of all local environment variables in the default table format.$ vip dev-env envvar get-all --slug=example-site- Retrieve a list of all local environment variables in CSV format.$ vip dev-env envvar get-all --slug=example-site --format=csv
    ```

Last updated: July 07, 2026