Skip to content

vip export [options] [command]

Export an environment’s database to the user’s local machine.

Commands

NameDescription
sqlExport the contents of your database to an SQL file

Options

ArgumentDescription
-d, --debugActivate debug output
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number

Examples

   # Export the contents of your database to an SQL file
    $ vip export sql @mysite.develop

Global Options

ArgumentDescription
-a, --app=<app>Specify the app
-d, --debugActivate debug output
-e, --env=<env>Specify the environment
-h, --helpOutput the help for the (sub)command
-v, --versionOutput the version number
-y, --yesRun the command in production without a confirmation prompt

Last updated: May 25, 2023