Skip to content

vip app [options] [command]

Retrieve details about a VIP application you have permission to access

Commands

NameDescription
listList the VIP applications you have permission to access

Options

ArgumentDescription
-d, --debugActivate debug output
-f, --format [value]Format results (defaults to “table”)
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number

Examples

   # Pass an application alias or ID to retrieve details about that application
    $ vip app <alias>

   # Get details about an application with the ID 123
    $ vip app 123

   # Get details about an application with the alias "vip-test"
    $ vip app vip-test

Global Options

ArgumentDescription
-a, --app=<app>Specify the app
-d, --debugActivate debug output
-e, --env=<env>Specify the environment
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number
-y, --yesRun the command in production without a confirmation prompt

Last updated: December 17, 2022