Title: vip dev-env info
Published: August 3, 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 info

#  vip dev-env info

Retrieve information about a local environment.

## Usage

    ```wp-block-preformatted
    vip dev-env info [options]
    ```

## Options

| Option | Description | 
|  `-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”. |  
|  `-a`, `--all` |  [value] Retrieve information about all local environments. |  
|  `-e`, `--extended` |  [value] Deprecated, not used. |

## Examples

    ```wp-block-preformatted
    - Retrieve information about the local environment named "example-site".$ vip dev-env info --slug=example-site- Retrieve information about all local environments.$ vip dev-env info --all
    ```

Last updated: August 03, 2026