Add common drupal CLI commands

Add drupal console commands for common local tasks:

  • drupal jedi:install install site from existing configuration
  • drupal jedi:up run common updates, cache clear, config import, update database, cache clear, etc. (add options for things to skip, like --db only runs database, --config only runs config, or the default --all runs everything)
  • drupal jedi:pull pulls a remote database. Allow an argument for the site alias
  • drupal jedi:dev get the modules listed in Drupal's $settings['config_exclude_modules'] and enable those modules. Set any other common settings for development env
Edited by Eric Pugh