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
To install aquifer-drush, run the below command from within your Aquifer project:
aquifer extension-add aquifer-drush
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