vip app list
Retrieve a list of applications that can be accessed by the current authenticated VIP-CLI user.
Usage
vip app list [options]
Options
Option | Description |
---|---|
-d , --debug |
Generate verbose output during command execution to help identify or fix errors or bugs. |
-f , --format |
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. |
-v , --version |
Retrieve the version number of VIP-CLI currently installed on the local machine. |
Examples
- 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: November 18, 2024