Drush Puppet Module

Component type

module

Maintenance status

Development status

Component created

Component changed

A Puppet module for Drush.

This Puppet module handles installing Drush, both from packages and from source using Git and Composer. It also defines a flexible drush::run resource that can be used to intelligently run any Drush command from Puppet. Building on this, it provides some common commands, such as 'dl', 'en' and 'make'.

Drush EC2

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Experimental drush extension for interacting with Amazon EC2.

This extension may or may not destroy your entire infrastructure. Please don't use unless you know what you're doing.

Aegir-up (Vagrant-based Aegir virtual machine)

Component type

module

Maintenance status

Development status

Downloads

11562

Component created

Component changed

Aegir-up provides a collaborative, distributed development environment, that encourages the use of Drupal best-practices. It deploys the Aegir Hosting System in a local virtual environment for development and testing. It provides all the ease-of-use of Aegir, wrapped in the convenience of Vagrant-based virtual machines. Creating sites and platforms is a matter of a click or two, while rebuilding the entire environment is a matter of minutes.

Drush moduleinfo

Component type

module

Categories

Maintenance status

Development status

Downloads

714

Component created

Component changed

With the Drush modueinfo you will be able to see some information about the selected module.

Normally if you want so see some info about an installed modules version, you would do something like

cat sites/all/modules/contrib/views/*info

With Drush moduleinfo, you can do a

drush mi views

And you will get something like

Sublime Text 2 autocompletion drush command

Component type

module

Maintenance status

Development status

Downloads

1210

Component created

Component changed

Note: This functionality has been moved into the Sublime Package Management System by wbond and works on Sublime Text 2 & 3. Please install through that method rather than use this project.

Provides a new drush command which scans a project and creates a Sublime Text 2 autocompletion file. This allows completion of all Drupal core, contrib and custom functions with tab stop parameter completion.