Skip to content

Instantly share code, notes, and snippets.

@jmolivas
Last active August 8, 2016 04:24
Show Gist options
  • Save jmolivas/3c20c6acb6efd882e0295ff65db3d7d4 to your computer and use it in GitHub Desktop.
Save jmolivas/3c20c6acb6efd882e0295ff65db3d7d4 to your computer and use it in GitHub Desktop.
Drupal Console an overview of the new Drupal CLI
drupal chain --file=/Users/jmolivas/.console/chain/create-data.yml
drupal chain --file=~/.console/chain/quick-start-mysql.yml
drupal generate:module
# Download the latest Drupal Console release.
curl https://drupalconsole.com/installer -L -o drupal.phar
# Move to a global accesible palce on the system.
mv drupal.phar /usr/local/bin/drupal
# Apply executable permissions on the downloaded file.
chmod +x /usr/local/bin/drupal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment