0.1.0 • Published 9 years ago

aquifer-drush v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

aquifer-drush

This extension makes it easier to run drush commands against a built site from the Aquifer project root. Without this extension you would either need to use an alias, the -r flag, or just cd into the build directory to run drush commands. Now you can run your drush command through Aquifer:

aquifer drush cc all

Installation

To install aquifer-drush, run the below command from within your Aquifer project:

aquifer extension-add aquifer-drush

Use

To run a drush command from your Aquifer project simply prepend aquifer to the command. Here are some examples:

aquifer drush cc all
aquifer drush rq
aquifer drush help
0.1.0

9 years ago