Export any file errors encountered to a JSON file instead of a plain text file (disabled by default).
-f, --force
Skip confirmation (disabled by default).
-h, --help
Output the help menu for the (sub)command.
-i, --importIntermediateImages
Import intermediate image files (disabled by default).
-o, --overwriteExistingFiles
Overwrite any existing files (disabled by default).
-v, --version
Output the version number.
Examples
# Start a media import with the contents of the archive file in the URL
$ vip @mysite.production import media https://<path_to_publicly_accessible_archive>
# Check the status of the most recent import. If an import is running, this will poll until it is complete.
$ vip @mysite.production import media status
# Abort an import in progress
$ vip @mysite.production import media abort
Global Options
Argument
Description
-a, --app=<app>
Specify the app
-d, --debug
Activate debug output
-e, --env=<env>
Specify the environment
-h, --help
Output the help for the (sub)command
-v, --version
Output the version number
-y, --yes
Run the command in production without a confirmation prompt