Skip to content

Commit

Permalink
Merge pull request #171 from 4AllDigital/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
joemewes authored Jan 14, 2018
2 parents 8437b70 + d3592b0 commit c2c6f52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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.
```
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Command/Redis/RedisMonitorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}

Expand Down

0 comments on commit c2c6f52

Please sign in to comment.