Skip to content

Commit

Permalink
Adding missed DC equivalents to Drush Commands. (#193)
Browse files Browse the repository at this point in the history
Adding missing DC equivalents to Drush Commands.
  • Loading branch information
acidaniel authored and jmolivas committed Jul 14, 2017
1 parent 7bc135e commit 6c8ee7b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/drush.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
commands:
config:
config-edit: ~
config-edit: 'config:edit'
config-export: 'config:export'
config-get: 'config:debug CONFIG_NAME'
config-import: 'config:import'
Expand All @@ -24,7 +24,7 @@ commands:
core-topic: ~
drupal-directory: ~
entity-updates: 'update:entities'
help: help
help: 'help'
image-derive: ~
image-flush: 'image:styles:flush'
php-eval: ~
Expand Down Expand Up @@ -57,7 +57,7 @@ commands:
field-clone: ~
field-create: ~
field-delete: ~
field-info: ~
field-info: 'field:info'
field-update: ~
language:
language-add: ~
Expand Down Expand Up @@ -101,7 +101,7 @@ commands:
role:
role-add-perm: ~
role-create: ~
role-delete: ~
role-delete:
role-list: ~
role-remove-perm: ~
runserver:
Expand Down Expand Up @@ -144,14 +144,14 @@ commands:
state-get: 'state:debug'
state-set: 'state:override'
user:
user-add-role: ~
user-add-role: 'user:role'
user-block: ~
user-cancel: ~
user-create: ~
user-create: 'user:create'
user-information: ~
user-login: 'user:login:url'
user-password: ~
user-remove-role: ~
user-password: 'user:password:reset'
user-remove-role: 'user:role'
user-unblock: ~
watchdog:
watchdog-delete: 'database:log:clear'
Expand Down

0 comments on commit 6c8ee7b

Please sign in to comment.