Drush 311

Component type

module

Categories

Maintenance status

Development status

Downloads

536

Component created

Component changed

Drush 311 provides a quick way for developers to access frequently needed information.

For example, install Drush 311 on your team's intranet and add entries such as 'Office phone number', 'Printer IP address', 'Guest WIFI password'. The entries are managed at /admin/config/user-interface/drush_311. Then the team can access this info via:

drush @SITENAME 311 KEYWORD

You can also add entries with drush 311-add.

Each entry has a name, keywords, and information. For example,

Drush Symlinks

Component type

module

Categories

Maintenance status

Development status

Downloads

1048

Component created

Component changed

Drush symlinks command creates symlinks using array with link definitions stored in Drush alias file. Sometimes it's more convenient to store and develop custom modules, themes or profiles in your home directory (not in sites/all directory inside Drupal files tree).

Explanation

Real custom module and theme paths.

Is Ctools Export Bonus

Component type

module

Categories

Maintenance status

Development status

Downloads

702

Component created

Component changed

This little module checks to see if a module being enabled includes Ctools Export Bonus (drush_ctex_bonus) exportables. If it does, it notifies the user and offers suggestions for importing or rebuilding exportables (and information for installing Drush and Ctools Export Bonus if they're not already installed).

Rush

Component type

module

Categories

Maintenance status

Development status

Downloads

725

Component created

Component changed

Drush tools to enhance and improve Drupal development operations and workflow.

The project's purpose is to allow Drupal Developers to:

  • Reduce typical Drupal development workflows down to one step (one Drush command).
  • Create re-usable and share-able Drupal development operations and workflows.

Visit http://palantirnet.github.io/rush/html/ to view full project documentation.

Drush Permissions

Component type

module

Categories

Maintenance status

Development status

Downloads

1183

Component created

Component changed

Drush Permissions enables you to easily query user permissions from the command line. The following commands are supported:

  • drush permissions-list (drush perl): list all permissions with module and role filters.
  • drush permissions-user (drush peru): list all permissions for a single user.

This module is purely intended as a drush plugin, meaning that it shouldn't be installed as a module.