vip import validate-sql
Validate a local SQL database file prior to import.
Usage
vip import validate-sql [options]
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
- Scan the local file named "file.sql" for SQL validation errors and potential incompatibilities with platform databases.
$ vip import validate-sql file.sql
Last updated: November 18, 2024