drush
A command-line shell and scripting interface for Drupal.
- Enable module "foo":
drush en {foo}
- Uninstall module "foo":
drush pmu {foo}
- Clear all caches:
drush cr
- Clear CSS and JavaScript caches:
drush cc css-js
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).