LinuxCommandLibrary

drush

drush

TLDR

Enable module "foo"

$ drush en [foo]
copy


Uninstall module "foo"
$ drush pmu [foo]
copy


Clear all caches
$ drush cr
copy


Clear CSS and JavaScript caches
$ drush cc css-js
copy

Copied to clipboard