There are two command-line tools for Drupal 8: Drupal Console and Drush. In this chapter, we will discuss how they make working with Drupal easier by covering the following recipes:
- Rebuilding cache in Drupal Console or Drush
- Using Drush to interact with the database
- Debugging Drupal using Drupal Console
- Scaffolding code through Drupal Console
- Making a Drush command
- Making a Drupal Console command