vip db
Access an environment’s database.
Usage
vip db [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
- Generate access to a read-only phpMyAdmin web interface for the environment's database.
$ vip @example-app.develop db phpmyadmin
Subcommands
Name | Description |
---|---|
phpmyadmin |
Generate access to a read-only phpMyAdmin web interface for an environment database. |
Last updated: November 18, 2024