2015-03-10 15:18:12 +03:00
|
|
|
# drush
|
|
|
|
|
|
|
|
> A command-line shell and scripting interface for Drupal.
|
2019-06-08 03:04:00 +03:00
|
|
|
> More information: <https://www.drush.org>.
|
2015-03-10 15:18:12 +03:00
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Enable module "foo":
|
2015-03-10 15:18:12 +03:00
|
|
|
|
|
|
|
`drush en {{foo}}`
|
|
|
|
|
2019-11-14 21:26:54 +03:00
|
|
|
- Uninstall module "foo":
|
2015-03-10 15:18:12 +03:00
|
|
|
|
2019-11-14 21:26:54 +03:00
|
|
|
`drush pmu {{foo}}`
|
2015-03-10 15:18:12 +03:00
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Clear all caches:
|
2015-03-10 15:18:12 +03:00
|
|
|
|
2019-11-14 21:26:54 +03:00
|
|
|
`drush cr`
|
2015-03-10 15:18:12 +03:00
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Clear CSS and JavaScript caches:
|
2015-03-10 15:18:12 +03:00
|
|
|
|
|
|
|
`drush cc css-js`
|