Import media files to the dev environment of your application from a compressed web archive. This command will copy the contents of a folder to the `uploads` folder of the target dev environment.
# Import the given SQL file to your site
$ vip dev-env import sql file.sql
# Import contents of the given WP uploads folder file into the media library of the default dev environment
$ vip dev-env import media path/to/wp-content/uploads
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