Features Separate Files

Component type

module

Maintenance status

Development status

Component created

Component changed

Features Separate Files places individual exportables into separate files. It currently works with CTools exportables like Page Manager definitions, Mini Panels, Views, etc.

This is essentially a port of this patch to a new module: http://drupal.org/node/747028#comment-5347384

Ctools Plugin Stub

Component type

module

Categories

Maintenance status

Development status

Downloads

2274

Component created

Component changed

Ctools Plugin Stub is a Drush plugin that can help you generate code stub files
for ctools plugins. I wrote this plugin after having consistently messed up
names of hook implementations in plugins over a long period. Plugin Stub does
not write actual code that *does* stuff for you, but it sets you up so that all
you have to do to get started is to fill in the capitalized parts of the
generated file and start writing code that *does* stuff.

The plugins generated work for both D6 and D7.

Drush make POST

Component type

module

Categories

Maintenance status

Development status

Downloads

313

Component created

Component changed

Provides legacy support for POST method downloads for drush make.

Installation

Running
drush dl make_post
will place this project in your .drush directory.

Usage

For a makefile to use this module there needs to be a slight change.

Before, (drush_make 2.x)

libraries[shadowbox][download][type] = file
libraries[shadowbox][download][request_type] = post

Now:

drush stats

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This drush script collects and calculates the status of your drush usage.

For example you will see how many drush cc all calls you add this day.

drush.downsync

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drush Downsync
==============

Move one environment's database and files directory to another.

This script currently relies on Drush* and Drush's site alias features. And now
that it's using drush_invoke() instead of drush_shell_exec(), you do not need
a 'files' key in your site alias. core-rsync has a %files path, so as long as
your remote site is reporting that path correctly, this should be able to grab
your remote files.

Drush Entity

Component type

module

Categories

Maintenance status

Development status

Downloads

15281

Component created

Component changed

With drush entity you can query the entity system available for Drupal 8, 7 and (some of) 6.

Getting started

Install by using drush dl drush_entity. Next you can try commands like

drush entity-type-read
drush entity-type-read node
drush entity-read node 12

Cache Warmer

Component type

module

Maintenance status

Development status

Downloads

9543

Component created

Component changed

Introduction

cache_warmer is a drush command that hits a set of URIs of a drupal site based on the freshness of the content.

The main purpose is to offer a complete setup for running a mostly cached drupal site without having to deal with expiration logic and instead use microcaching.

Drux: Enabling / disabling of dependent modules with drush

Component type

module

Categories

Maintenance status

Development status

Downloads

412

Component created

Component changed

Drux is now a full project
Someone asked if this could be released as a full project, so I did.
While it is fine to use this from github, as a drush extension, the drupal.org project allows to include it in a site / project as a regular module. Do whatever works best for your work flow!

Drux has moved to also on github!
https://github.com/donquixote/drupal-drux

esync

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

eSync will sync code and database changes on different servers without bringing down the server. eSync will use drush commands for same. Basically its GUI Deployment process using drush.

it will save different server details in admin Panel. After that it will provide you code or database sync functionality.

it will take backup of code and database before do anything. if something wrong happens it automatically reverts back original website.

This module will help to promote changes on different servers.

This Module saves lots of time for deployment.