Title: vip app list
Published: July 7, 2026

---

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

#  vip app list

Retrieve a list of applications that can be accessed by the current authenticated
VIP-CLI user.

## Usage

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

## Examples

    ```wp-block-preformatted
    - Retrieve a list of applications that can be accessed by the current authenticated VIP-CLI user.$ vip app list- ┌──────┬─────────────────┬─────────────────────────────────┐
    - │ id   │ name            │ repo                            │
    - ┌──────┬─────────────────┬─────────────────────────────────┐
    - │ 8886 │ example-app     │ wpcomvip/my-org-example-app     │
    - ┌──────┬─────────────────┬─────────────────────────────────┐
    - │ 4325 │ mytestmultisite │ wpcomvip/my-org-mytestmultisite │
    - └──────┴─────────────────┴─────────────────────────────────┘
    ```

Last updated: July 07, 2026