Skip to content

vip dev-env sync sql [options]

Sync the database of a WordPress environment to a local development environment.

Options

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

Examples

   # Sync the database of the "mysite" application's develop environment to a local environment with the slug 'example-site'
    $ vip dev-env sync sql @mysite.develop --slug=example-site

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: June 12, 2023