Trellis-cli DB Operations

So I’ve been using trellis-cli and I love it. Never again will I have to wrestle with pip to get the correct ansible version installed.

I noticed that trellis-cli has a db command and I was wondering how it can be used - is it the same as wp-cli?

You can see the available subcommands for any trellis-cli command by typing the primary command with no subcommand:

❯ trellis db               
Usage: trellis db <subcommand> [<args>]

Subcommands:
    open    Open database with GUI applications
1 Like

Gotcha. Thanks @MWDelaney.