Skip to content

vip dev-env sync sql

Sync local database with a production environment

Usage

vip dev-env-sync-sql [options]

Options

OptionDescription
-a, --app Specify the app
-d, --debug Activate debug output
-e, --env Specify the environment
-f, --force Disable validations before running sync
-h, --help Output the help for the (sub)command
-s, --slug Custom name of the dev environment
-v, --version Output the version number

Examples

- Syncs with the `my-test` site's `develop` environment database into `my_site`
$ vip dev-env sync sql @my-test.develop --slug=my_site

Last updated: April 24, 2024