aquifer-drush

Drush wrapper for Aquifer.

Usage no npm install needed!

<script type="module">
  import aquiferDrush from 'https://cdn.skypack.dev/aquifer-drush';
</script>

README

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