# Import a SQL database file to an environment
$ vip @mysite.develop import sql /local/path/to/file.sql
# Import an archive file of media files to the VIP File System for an environment
$ vip @mysite.production import media "https://www.example.com/uploads.tar.gz"
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