Export an environment’s database to the user’s local machine.
Commands
Name | Description |
---|
sql | Export the contents of your database to an SQL file |
Options
Argument | Description |
---|
-d , --debug | Activate debug output |
-h , --help | Output the help for the (sub)command |
-v , --version | Output the version number |
Examples
# Export the contents of your database to an SQL file
$ vip export sql @mysite.develop
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 |
Last updated: May 25, 2023