From ca6a670baaa14e267edcf5ea3b98acfeecb54260 Mon Sep 17 00:00:00 2001 From: Joe Mewes Date: Sun, 14 Jan 2018 19:34:11 +0000 Subject: [PATCH 1/2] Readme update and typo fix --- README.md | 7 +++++-- src/Command/Redis/RedisMonitorCommand.php | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f2e4ae..292f105 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Install and setup Docker help Displays help for a command list Lists commands app + app:bash [ab] Bash into container app:build [ab] Fetch and build App containers and resources. app:destroy [ad] Disable and delete APP and containers app:exec [ae] Execute bespoke commands at :container @@ -62,18 +63,19 @@ Install and setup Docker app:init:containers [aic] Create APP containers app:open [ao] Open APP in default browser. app:restart [ar] Restart current APP containers + app:ssh [assh] SSH into Apps PHP container. app:start [start] Start current APP containers app:status [as] Get current status of all containers app:stop [stop] Stop current APP containers app:update:config [aucg] Update APP config app:update:containers [auct] Update APP containers + app:update:services [aus] Update APP services behat behat:cmd Run behat commands behat:monitor Launch behat VNC viewer behat:status Runs example command against running APP and current config drush drush:cc [dcc] Run drush cache clear - drush:cmd [dc] Run drush commands drush:dis [dd] Disable/Uninstall Drupal module drush:en [de] Enable Drupal module drush:init:config [dicg] Run drush config init @@ -96,10 +98,11 @@ Install and setup Docker redis redis:flush Flush Redis cache redis:info Get Redis running config information - redis:monitor Montitor redis activity + redis:monitor Monitor redis activity redis:ping Ping Redis self self:about [about] About DruDock + self:update [su] Update Drudock version to latest released version. ``` diff --git a/src/Command/Redis/RedisMonitorCommand.php b/src/Command/Redis/RedisMonitorCommand.php index c2f3c72..e64bae5 100644 --- a/src/Command/Redis/RedisMonitorCommand.php +++ b/src/Command/Redis/RedisMonitorCommand.php @@ -24,7 +24,7 @@ class RedisMonitorCommand extends Command { protected function configure() { $this ->setName('redis:monitor') - ->setDescription('Montitor redis activity') + ->setDescription('Monitor redis activity') ->setHelp("This command will output REDIS activity."); } From d3592b083ac5aa1f88a3c0ac4ac550250ca4402b Mon Sep 17 00:00:00 2001 From: Joe Mewes Date: Sun, 14 Jan 2018 19:36:30 +0000 Subject: [PATCH 2/2] Move box.json back to root directory until time to refactor paths and test. --- _devtools/box.json => box.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _devtools/box.json => box.json (100%) diff --git a/_devtools/box.json b/box.json similarity index 100% rename from _devtools/box.json rename to box.json