Experimental project

This is a sandbox project, which contains experimental code for developer use only.

It has always bugged me that there isn't a way to use the Acquia acapi drush commands without first going to the website, and manually downloading, and installing a tarball.

This is just a mirror of the acapi.drush.inc, so that you can get rolling with Acquia without the browser.
Forgive the ugly installation. If this ever becomes a full project it can be drastically simplified, in the meantime...

To install:

git clone --depth=1 --branch 7.x-1.x https://git.drupal.org/sandbox/heathdutton/2713799.git $HOME/.drush/acapi ; cp $HOME/.drush/acapi/*.inc $HOME/.drush/ ; rm -rf $HOME/.drush/acapi

Example: Install, clear drush caches, login to Acquia and auto-update aliases:

git clone --depth=1 --branch 7.x-1.x https://git.drupal.org/sandbox/heathdutton/2713799.git $HOME/.drush/acapi ; cp $HOME/.drush/acapi/*.inc $HOME/.drush/ ; rm -rf $HOME/.drush/acapi ; drush cc drush ; drush ac-api-login; drush acquia-update

Supporting organizations: 

Project information

  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Created by heathdutton on , updated