Modules Unraveled Podcast

147 - Using Drupal Console with Drupal 8 with Jesus Manuel Olivas - Modules Unraveled Podcast

Informações:

Synopsis

## Drupal Console * What is Drupal Console?     * It is a suite of tools that you run on a command line interface (CLI) to generate boilerplate code and interact with a Drupal 8 installation. * How is it different from Drush? And are there overlapping features?     * There are many similarities between these two tools, but the main difference is how it was built, using an object-oriented architecture and Symfony components.  * Will we continue to use both? Or will Drupal Console replace Drush?      * I think we will keep using both at least for now and maybe at some point we can merge both tools. * What are some of the things that you will keep using Drush for in Drupal 8?     * Site alias (sync, backup), download modules, installing the site. * Are you planning to introduce those features into Drupal Console?     * Yes we are actually working on site alias.  * What are some things that Drupal Console can do that Drush can’t? * Who is the intended audience of Drupal Console?     * You can use Drupal Console t