Results 1 to 4 of 4
Thread: Drush
-
03-12-2013, 03:53 PM #1
- Join Date
- Mar 2013
- Posts
- 12
Drush
Does anyone use Drush? It's a command line interface for Drupal and personally I find it a big time saver, it saves me a lot of time that would otherwise be spent clicking through menus to carry out tedious tasks. It makes module installation and enabling extremely simple. It can also save you a lot of fixing if you manage to mess up your theme to the point where you need to change the default theme to something else.
Have a look if you're not familiar - Drush | drupal.org
-
08-30-2013, 01:10 AM #2
- Join Date
- Aug 2013
- Posts
- 200
Sorry but the link for Drush that you have given in your post shows that the 'Drush' Project has moved to Github.
-
04-29-2015, 02:04 AM #3
- Join Date
- Dec 2014
- Posts
- 113
Re: Drush
Drush is a command line shell and Unix scripting interface for Drupal. Drush core ships with lots of useful commands for interacting with code like modules/themes/profiles.
-
10-13-2016, 03:34 AM #4
- Join Date
- Oct 2016
- Posts
- 650
Re: Drush
Drush is a command line shell and Unix scripting interface for Drupal. Drush core ships with lots of useful commands for interacting with code like modules/themes/profiles. Similarly, it runs update.php, executes sql queries and DB migrations, and misc utilities like run cron or clear cache. Drush can be extended by 3rd party commandfiles.
Bookmarks