Functions and aliases sorted correctly
This commit is contained in:
parent
5ec9ec7855
commit
73d934d931
@ -6,8 +6,8 @@ This plugin offers aliases and functions to make the work with drush easier and
|
|||||||
## How to use ##
|
## How to use ##
|
||||||
```
|
```
|
||||||
# Aliases, sorted alphabetically.
|
# Aliases, sorted alphabetically.
|
||||||
drcb #Clear block cache.
|
|
||||||
drca #Clear all drupal caches.
|
drca #Clear all drupal caches.
|
||||||
|
drcb #Clear block cache.
|
||||||
drcg #Clear registry cache.
|
drcg #Clear registry cache.
|
||||||
drcj #Clear css-js cache.
|
drcj #Clear css-js cache.
|
||||||
drcm #Clear menu cache.
|
drcm #Clear menu cache.
|
||||||
@ -15,17 +15,17 @@ drcml #Clear module-list cache.
|
|||||||
drcr #Run all cron hooks in all active modules for specified site.
|
drcr #Run all cron hooks in all active modules for specified site.
|
||||||
drct #Clear theme-registry cache.
|
drct #Clear theme-registry cache.
|
||||||
drcv #Clear views cache.
|
drcv #Clear views cache.
|
||||||
|
drif #Flush all derived images.
|
||||||
drpm #Show a list of available modules.
|
drpm #Show a list of available modules.
|
||||||
drst #Provides a birds-eye view of the current Drupal installation, if any.
|
drst #Provides a birds-eye view of the current Drupal installation, if any.
|
||||||
drup #Apply any database updates required (as with running update.php).
|
drup #Apply any database updates required (as with running update.php).
|
||||||
drups #List any pending database updates.
|
drups #List any pending database updates.
|
||||||
drv #Show drush version.
|
drv #Show drush version.
|
||||||
drif #Flush all derived images.
|
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
# Functions, sorted alphabetically.
|
# Functions, sorted alphabetically.
|
||||||
dren #Download and enable one or more extensions (modules or themes).
|
dren #Download and enable one or more extensions (modules or themes).
|
||||||
drpu #Uninstall one or more modules.
|
|
||||||
dris #Disable one or more extensions (modules or themes).
|
|
||||||
drf #Edit drushrc, site alias, and Drupal settings.php files. Can be called with a parameter e.g.: drf 2
|
drf #Edit drushrc, site alias, and Drupal settings.php files. Can be called with a parameter e.g.: drf 2
|
||||||
|
dris #Disable one or more extensions (modules or themes).
|
||||||
|
drpu #Uninstall one or more modules.
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user