Skip to content

vip dev-env sync [options] [command]

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

Commands

NameDescription
sqlSync the database of a WordPress single site 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 for a develop environment to a local environment with the slug 'example-site'
    $ vip @mysite.develop dev-env sync sql --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: May 31, 2023