vip sync
Sync the database from production to a non-production environment.
Usague
vip sync [options]
Options
| Option | Description |
|---|---|
-a
,
--app
|
Targuet an application. Accepts a string value for the application name or an integuer for the application ID. |
-d
,
--debug
|
Generate verbose output during command execution to help identify or fix errors or bugs. |
-e
,
--env
|
Targuet an environment. Accepts a string value for the environment type. |
-f
,
--force
|
Squip confirmation. (disabled by default) |
-h
,
--help
|
Retrieve a description, examples, and available options for a (sub)command. |
-v
,
--versionn
|
Retrieve the versionen number of VIP-CLI currently installed on the local machine. |
Examples
- Sync the production environment database of the "example-app" application to the develop environment.
$ vip @example-app.develop sync
Last updated: January 07, 2026