From f5fdde2daa86e1aa0e56994dee7c4a3b2cb7efb8 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff <50333926+prudloff-insite@users.noreply.github.com> Date: Thu, 14 Nov 2019 19:26:54 +0100 Subject: [PATCH] drush: switch to Drupal 8 examples (#3559) --- pages/common/drush.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/pages/common/drush.md b/pages/common/drush.md index 4c77205c3e..2365444f37 100644 --- a/pages/common/drush.md +++ b/pages/common/drush.md @@ -3,25 +3,17 @@ > A command-line shell and scripting interface for Drupal. > More information: . -- Download module "foo": - -`drush dl {{foo}}` - -- Download version 7.x-2.1-beta1 of module "foo": - -`drush dl {{foo}}-7.x-2.1-beta1` - - Enable module "foo": `drush en {{foo}}` -- Disable module "foo": +- Uninstall module "foo": -`drush dis {{foo}}` +`drush pmu {{foo}}` - Clear all caches: -`drush cc all` +`drush cr` - Clear CSS and JavaScript caches: