Skip to content

vip app

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

Usage

vip app [options] [command]

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

- 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

Subcommands

NameDescription
deploy Deploy an archived file of application code to an environment that has Custom Deployment enabled.
list Retrieve a list of applications that can be accessed by the current authenticated VIP-CLI user.

Last updated: July 11, 2024