vip export
Export a copy of data associated with an environment.
Usage
vip export [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
- 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: November 18, 2024