vip export
Export a copy of data associated with an environment.
Usage
vip-export [options]
Options
| Option | Description |
|---|---|
-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
- Download a copy of the most recent database backup for an environment as an archived SQL file to the current local directory.
$ vip @example-app.develop export sql
Subcommands
| Name | Description |
|---|---|
sql |
Generate a copy of a database backup for an environment and download it as an archived SQL file. |
Last updated: July 07, 2026