Drush UpOne

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a simple Drush command to allow for the running of individual update hooks outside of update.php or the updb command.

Hosting DNS

Component type

module

Maintenance status

Development status

Downloads

352

Component created

Component changed

Separation of the Hosting DNS part of Aegir Hosting as discussed in #2466989: Spin off DNS extension.

The 7.x-1.x version of this module is the (slightly altered) port of the module as it was in aegir 3.6.

The 7.x-3.x version of this module is still under heavy development and not yet ready for use.

Development Modules

Component type

module

Maintenance status

Development status

Downloads

1037

Component created

Component changed

This module enables or disables all development modules at once. It comes with pre-defined lists for development and production modules. It also provides hooks to add more modules and to alter the list of determined modules.

It is not a module in itself and therefore can't be enabled, it is a global Drush command that works on every D6, D7 and D8 site without being enabled on the site as a module.

Installation

With Drush 5 to 8: drush dl dev_modules

Better DB Updates

Component type

module

Categories

Maintenance status

Development status

Downloads

183

Component created

Component changed

Better DB Updates aims to solve the common problem of merge conflicts when multiple developers work in separate branches and need to add database updates. It does this by allowing modules to implement hook_better_updates_db_directory() and return a subdirectory to be scanned for database updates contained in individual files. The module also provides a drush command to run all updates, including better DB updates.

Example usage:

in your .module file:

Drush Task for Rules

Component type

module

Maintenance status

Development status

Downloads

348

Component created

Component changed

Trigger drush tasks from actions taken on the website!

What? Are we in bizzaro-land here? Normally drush is the tool you use to do things to your Drupal! But what if you wanted Drupal to do something to your drush?

Now you can!

This module provides a new "Drush Task" that is an action that can be triggered by "Rules".
Once it's set up (there can be some glitches, and it may not work on all hosting environments) you can run drush commands when things happen!

Google PHP Client Library

Component type

module

Maintenance status

Development status

Downloads

628

Component created

Component changed

This module provides Information for the Libraries module to include the Google APIs PHP Client Library as a requirement. With that done, any module can simply load the library via Libraries API and do whatever needs to be done without having to worry about the library every time.

vset_json

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allow setting multiple variables, including arrays and complex structures in a single drush command using JSON files.

This will also let you directly import variables exported via drush --format=json vget SUBSTRING