vip dev-env sync sql [options]
Sync the database of a WordPress environment to a local development environment.
Options
Argument | Description |
---|---|
-d , --debug | Activate debug output |
-h , --help | Output the help for the (sub)command |
-v , --version | Output 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
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: June 12, 2023