vip app
Interact with applications that the current authenticated VIP-CLI user has permission to access.
Usage
vip app [options] [command]
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
- 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
Last updated: November 18, 2024