Skip to content

vip dev-env sync

Sync the database of a VIP Platform environment to a local environment.

Usage

vip dev-env sync [options]

Options

OptionDescription
-h, --help Retrieve a description, examples, and available options for a (sub)command. (default: false)
-v, --version Retrieve the version number of VIP-CLI currently installed on the local machine. (default: false)
-d, --debug [value] Generate verbose output during command execution to help identify or fix errors or bugs.

Examples

- Sync the entire 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

NameDescription
sql Sync the database of a VIP Platform environment to a local environment.

Last updated: July 07, 2026