Skip to content

vip import

Import media or SQL files into your VIP applications

Usage

vip import [options] [command]

Options

OptionDescription
-d, --debug Activate debug output
-h, --help Output the help for the (sub)command
-v, --version Output the version number

Examples

- Import the given SQL file to your site
$ vip import sql @mysite.develop

- Import contents of the given archive file into the media library of your site
$ vip import media @mysite.production https://

Subcommands

NameDescription
media Import media files to the production environment of your application from a compressed web archive
sql Import SQL to your database from a file
validate-files Validate your media file library
validate-sql Validate your SQL dump

Last updated: April 08, 2024