2017 © Pedro Peláez
 

drupal-drush drush-update-rerun

Drush command to re-execute a single module update hook

image

gapple/drush-update-rerun

Drush command to re-execute a single module update hook

  • Monday, June 5, 2017
  • by gapple
  • Repository
  • 1 Watchers
  • 2 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Drush Update-Rerun

Drush command to re-execute a single module update hook, (*1)

Usage

Arguments:
 module                                             Module machine name
 version                                            Update hook version

Examples:
 drush update_rerun foo 7001                        Run update 7001 for 'foo' module

Aliases: urr

Installation

Global

Using Composer

  1. Require composer/installers, (*2)

    composer global require composer/installers
    
  2. Configure the installer path for drush plugins in ~/.composer/composer.json, (*3)

    {
      "extra": {
        "installer-paths": {
          "../.drush/plugins/{$name}": ["type:drupal-drush"]
        }
      }
    }
    
  3. Require gapple/drush-update-rerun, (*4)

    composer global require gapple/drush-update-rerun
    

Manual Installation

  1. Download the release package
  2. Unzip the package to ~/.drush/

Project

Using Composer

  1. Require composer/installers in your project, (*5)

    composer require composer/installers
    
  2. Configure the installer path for drush plugins in your project's composer.json, (*6)

    {
      "extra": {
        "installer-paths": {
          "drush/contrib/{$name}": ["type:drupal-drush"]
        }
      }
    }
    
  3. Require gapple/drush-update-rerun in your project, (*7)

    composer require gapple/drush-update-rerun
    

Manual Installation

  1. Download the release package
  2. Unzip the package to the drush folder within your project

The Versions

05/06 2017

dev-master

9999999-dev

Drush command to re-execute a single module update hook

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

05/06 2017

1.0.1

1.0.1.0

Drush command to re-execute a single module update hook

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires