Skip to content

vip import sql status

Check the status of a SQL database import currently in progress.

Usage

vip import sql status [options]

Options

OptionDescription
-a, --app Target an application. Accepts a string value for the application name or an integer for the application ID.
-d, --debug Generate verbose output during command execution to help identify or fix errors or bugs.
-e, --env Target an environment. Accepts a string value for the environment type.
-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

- Check the status of the most recent SQL database import to the develop environment of the "example-app" application.
* If the import is still in progress, the command will poll until the import is complete.
$ vip @example-app.develop import sql status

Last updated: November 18, 2024