Last active
August 8, 2016 04:24
-
-
Save jmolivas/3c20c6acb6efd882e0295ff65db3d7d4 to your computer and use it in GitHub Desktop.
Drupal Console an overview of the new Drupal CLI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drupal chain --file=/Users/jmolivas/.console/chain/create-data.yml | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drupal chain --file=~/.console/chain/quick-start-mysql.yml | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drupal check | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drupal generate:module | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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