Skip to content

vip import

Import media or SQL files into your VIP applications

Usage

vip import [options] [command]

Options

OptionDescription
-d, --debug Generate verbose output during command execution to help identify or fix errors or bugs.
-h, --help Retrieve a description, examples, and available options for a (sub)command.
-v, --version Retrieve the version number of VIP-CLI currently installed on the local machine.

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: July 11, 2024