Skip to content

vip export

Export a copy of data associated with an environment.

Usage

vip export [options] [command]

Options

OptionDescription
-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

NameDescription
sql Generate a copy of a database backup for an environment and download it as an archived SQL file.

Last updated: July 11, 2024