vip dev-env sync
Sync the database of a VIP Platform environment to a local environment.
Usage
vip dev-env sync [options] [command]
Options
Option | Description |
---|---|
-d , --debug |
Generate verbose output during command execution to help identify or fix errors or bugs. |
-h , --help |
Retrieve a description, examples, and available options for a (sub)command. |
-v , --version |
Retrieve the version number of VIP-CLI currently installed on the local machine. |
Examples
- Sync the database of the develop environment in the "example-app" application to a local environment named "example-site".
$ vip @example-app.develop dev-env sync sql --slug=example-site
Subcommands
Name | Description |
---|---|
sql |
Sync the database of a VIP Platform environment to a local environment. |
Last updated: November 18, 2024