Title: vip config
Published: July 7, 2026

---

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

#  vip config

Manage environment configurations.

## Usage

    ```wp-block-preformatted
    vip config [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. |

## Examples

    ```wp-block-preformatted
    - List the names of all environment variables on the environment.$ vip @example-app.develop config envvar list- Retrieve the current versions of all environment software.$ vip @example-app.develop config software get
    ```

## Subcommands

| Name | Description | 
|  [`envvar`](https://docs.wpvip.com/vip-cli/commands/./envvar?output_format=md) |  Manage environment variables for an environment. |  
|  [`software`](https://docs.wpvip.com/vip-cli/commands/./software?output_format=md) |  Manage versions of software for an environment. |

Last updated: July 07, 2026