Skip to content

vip app

Interact with applications that the current authenticated VIP-CLI user has permission to access.

Usage

vip-app [options]

Options

OptionDescription
-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

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

- Retrieve information about the application named "example-app" and its environments.
$ vip app example-app

- Deploy a local archived file named "file.zip" that contains application code to a VIP Platform environment that has Custom Deployment enabled.
$ WPVIP_DEPLOY_TOKEN=1234 vip @example-app.develop app deploy file.zip

- Generate a custom deploy token for the environment and print it in JSON format for use with tools like jq.
$ vip @example-app.develop app deploy-token generate --format=json

Subcommands

NameDescription
list Retrieve a list of applications that can be accessed by the current authenticated VIP-CLI user.
deploy Deploy an archived file of application code to an environment that has Custom Deployment enabled.
deploy-token Generate and manage custom deploy access tokens for environments that have Custom Deployment enabled.

Last updated: July 07, 2026