Drush Information

Categories

Component ID

2805689

Component name

Drush Information

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

572

Component created

Component changed

Component body

Description

Drush is a great tool exclusively for Drupal. Do you have trouble remembering all of the drush commands? There's so many drush commands available. This module is like an owner's manual for all the drush commands available. It's hard to remember them all and what each command does. This module provides a UI for all of the available Drush commands for enabled modules inside a table.

Below are the columns available for this module:

  • Command: the drush command (ex. drush features-update).
  • Aliases: aliases available for the drush command (ex. drush updb).
  • Callback: the function that gets invoked when the drush command is executed.
  • Arguments: parameters that can get passed in the command.
  • Description: the description that has been provided for the drush command.
  • Options: available parameters you can use for the drush command.

Installation

If you want to install this module the drush way, just run drush en drush_info -y. Otherwise, install as any other module by going to 'admin/modules'.

More Information about Drush

Drush Homepage
The source code for Drush can be found on GitHub

Version Control

Development is tracked through two remotes: Drupal and GitHub. The URL for the GitHub repository is: https://github.com/bmcveigh/drush_information.