Release Day: Time to learn Drush!

Drush (the DRUpal SHell) is a command line interface for Drupal. It provides all sorts of commands for assisting in Drupal development, automating workflows and in general making it easier to script various parts of the Drupal workflow. Learning to use Drush and the commands that come with Drush core will help both site administrators and developers speed up their day-to-day Drupal work. It really is a handy tool for everyone, not just developers. We've just published a whole new series of tutorials on Drush, representing a huge effort to bring our Drush content up-to-date.

Developers can, and often do, author custom Drush commands. Whether that's to add command line access to contributed modules like Search API or Backup & Migrate, or for site-specific tasks. The powerful Drush command API allows you to focus on handling your custom logic, and letting Drush deal with common CLI tasks like collecting input from users, formatting output, and displaying help messages.

In this series, Learn Drush: The Drupal Shell, we’re going to learn about:

  • Installing Drush, and using the built-in commands to speed up common Drupal development tasks
  • How to use Drush with Bash scripts, or as part of a CI/CD process
  • Where to put your custom Drush commands code so Drush can find them
  • Speeding up development by using Drush to generate common boilerplate code for custom modules and themes
  • How Drush commands collect options, arguments, and interactive user input and make it available to your custom code
  • Formatting output for humans, and for piping to other applications
  • How to alter existing Drush commands

The tutorials in this collection assume that you're comfortable navigating the command line and executing basic commands. The tutorials covering authoring custom Drush commands assume that you're comfortable with writing object-oriented PHP code that makes use of Drupal core APIs and services.

These tutorials were authored with help from Anna Mykhailove, amykhailova on Drupal.org. Anna is an Associate Director of Technology and certified Acquia Grand Master. She has extensive real-world experience using Drush to solve client's needs through her work as a developer.

Learn Drush: The Drupal Shell

We've been covering Drush for a long time and this new set of tutorials on Drush is a much-needed update. We'll be archiving our old Drush videos and directing folks to this new series of tutorials. While we update tutorials every week with minor fixes and updates, this represents a huge effort to bring tutorials on an important and popular topic into the present. We hope you'll dive into these new tutorials and let us know how they've helped you become a power Drupal admin!

Comments

The link to Drush site aliases appears to be dead. The error message I got is below:

The requested page "/tutorial/drush-site-aliases-0" could not be found.

Hi Ireto,

Thanks for letting us know about the broken link! It should be working now :) Please us know if you come across anything else that needs to be addressed. Happy Drupaling!

Add new comment

Filtered HTML

  • Web page addresses and email addresses turn into links automatically.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code class> <ul type> <ol start type> <li> <dl> <dt> <dd><h3 id> <p>
  • Lines and paragraphs break automatically.

About us

Drupalize.Me is the best resource for learning Drupal online. We have an extensive library covering multiple versions of Drupal and we are the most accurate and up-to-date Drupal resource. Learn more