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
|
|
|
- Enable module "foo":
|
2015-03-10 12:18:12 +00:00
|
|
|
|
|
|
|
`drush en {{foo}}`
|
|
|
|
|
2019-11-14 18:26:54 +00:00
|
|
|
- Uninstall module "foo":
|
2015-03-10 12:18:12 +00:00
|
|
|
|
2019-11-14 18:26:54 +00:00
|
|
|
`drush pmu {{foo}}`
|
2015-03-10 12:18:12 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Clear all caches:
|
2015-03-10 12:18:12 +00:00
|
|
|
|
2019-11-14 18:26:54 +00:00
|
|
|
`drush cr`
|
2015-03-10 12:18:12 +00:00
|
|
|
|
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`
|