From 1be2025de32a14d1fb1fb96b1e90b052900edaaa Mon Sep 17 00:00:00 2001 From: Robert O'Rourke Date: Mon, 17 Feb 2020 17:31:51 +0000 Subject: [PATCH] latests available command docs --- docs/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/README.md b/docs/README.md index 41b14906..4dfc8010 100644 --- a/docs/README.md +++ b/docs/README.md @@ -54,3 +54,6 @@ The subdomain used for the project can be configured via the `modules.local-serv * `composer server shell` - Logs in to the PHP container. * `composer server cli -- ` - Runs a WP CLI command, you should omit the 'wp' for example `composer server cli -- info` * `composer server exec -- ` - Runs any command on the PHP container. +* `composer server db` - Logs into MySQL on the DB container. + * `composer server db info` - Print MySQL connection details. + * `composer server db sequel` - Opens a connection to the database in [Sequel Pro](https://sequelpro.com).