2015-03-10 12:18:12 +00:00
|
|
|
# drush
|
|
|
|
|
|
|
|
> A command-line shell and scripting interface for Drupal.
|
2019-06-08 01:04:00 +01:00
|
|
|
> More information: <https://www.drush.org>.
|
2015-03-10 12:18:12 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Download module "foo":
|
2015-03-10 12:18:12 +00:00
|
|
|
|
|
|
|
`drush dl {{foo}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Download version 7.x-2.1-beta1 of module "foo":
|
2015-03-10 12:18:12 +00:00
|
|
|
|
|
|
|
`drush dl {{foo}}-7.x-2.1-beta1`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Enable module "foo":
|
2015-03-10 12:18:12 +00:00
|
|
|
|
|
|
|
`drush en {{foo}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Disable module "foo":
|
2015-03-10 12:18:12 +00:00
|
|
|
|
|
|
|
`drush dis {{foo}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Clear all caches:
|
2015-03-10 12:18:12 +00:00
|
|
|
|
|
|
|
`drush cc all`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Clear CSS and JavaScript caches:
|
2015-03-10 12:18:12 +00:00
|
|
|
|
|
|
|
`drush cc css-js`
|