Skip to content

Commit

Permalink
Merge pull request #130 from humanmade/document-shell-command-master
Browse files Browse the repository at this point in the history
Latest available command docs
  • Loading branch information
roborourke authored Feb 18, 2020
2 parents 6cecd83 + 2a672ab commit cd7ddc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -- <command>` - Runs a WP CLI command, you should omit the 'wp' for example `composer server cli -- info`
* `composer server exec -- <command>` - 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).

0 comments on commit cd7ddc0

Please sign in to comment.