vip import media status
Check the status of a currently running media import or retrieve an error log of the most recent media import.
Usage
vip import media status [options]
Options
Option | Description |
---|---|
-a , --app |
Target an application. Accepts a string value for the application name or an integer for the application ID. |
-d , --debug |
Generate verbose output during command execution to help identify or fix errors or bugs. |
-e , --env |
Target an environment. Accepts a string value for the environment type. |
-E , --exportFileErrorsToJson |
Format an error log in JSON. Default is TXT. |
-h , --help |
Retrieve a description, examples, and available options for a (sub)command. |
-s , --saveErrorLog |
[value] Skip the confirmation prompt and download an error log automatically. (defaults to “prompt”) |
-v , --version |
Retrieve the version number of VIP-CLI currently installed on the local machine. |
Examples
- Check the status of the most recent media import. * If the import is still in progress, the command will poll until the import is complete. * If the import is already complete, the command will download an error log for the most recent import.
$ vip @example-app.production import media status
- Check the status of the most recent media import and automatically download the error log in JSON format.
$ vip @example-app.production import media status --saveErrorLog --exportFileErrorsToJson
Last updated: November 18, 2024