Skip to content

vip db

Access an environment’s database.

Usage

vip db [options]

Options

OptionDescription
-h, --help Retrieve a description, examples, and available options for a (sub)command. (default: false)
-v, --version Retrieve the version number of VIP-CLI currently installed on the local machine. (default: false)
-d, --debug [value] Generate verbose output during command execution to help identify or fix errors or bugs.

Examples

- Generate access to a read-only phpMyAdmin web interface for the environment's database.
$ vip @example-app.develop db phpmyadmin

Subcommands

NameDescription
phpmyadmin Generate access to a read-only phpMyAdmin web interface for an environment database.

Last updated: July 07, 2026