Skip to content

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

OptionDescription
-d, --debug Generate verbose output during command execution to help identify or fix errors or bugs.
-f, --format [value] Render output in a particular format. Accepts “table” (default), “csv”, and “json”. (defaults to “table”)
-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: July 11, 2024