2015-03-10 14:18:12 +02:00
|
|
|
# drush
|
|
|
|
|
2025-06-29 11:48:18 +03:00
|
|
|
> Shell and scripting interface for Drupal.
|
2025-04-26 06:25:38 +03:00
|
|
|
> More information: <https://www.drush.org/latest/usage/>.
|
2015-03-10 14:18:12 +02:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Enable module "foo":
|
2015-03-10 14:18:12 +02:00
|
|
|
|
|
|
|
`drush en {{foo}}`
|
|
|
|
|
2019-11-14 19:26:54 +01:00
|
|
|
- Uninstall module "foo":
|
2015-03-10 14:18:12 +02:00
|
|
|
|
2019-11-14 19:26:54 +01:00
|
|
|
`drush pmu {{foo}}`
|
2015-03-10 14:18:12 +02:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Clear all caches:
|
2015-03-10 14:18:12 +02:00
|
|
|
|
2019-11-14 19:26:54 +01:00
|
|
|
`drush cr`
|
2015-03-10 14:18:12 +02:00
|
|
|
|
2016-01-07 18:31:27 +01:00
|
|
|
- Clear CSS and JavaScript caches:
|
2015-03-10 14:18:12 +02:00
|
|
|
|
|
|
|
`drush cc css-js`
|