Add common drupal CLI commands
Add drupal console commands for common local tasks:
-
drupal jedi:installinstall site from existing configuration -
drupal jedi:uprun 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:pullpulls a remote database. Allow an argument for the site alias -
drupal jedi:devget 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