2017 © Pedro Peláez
 

quicksilver-module qs-revert-all-features-d7

Quicksilver implementation to revert all features in a Drupal 7 site.

image

rvtraveller/qs-revert-all-features-d7

Quicksilver implementation to revert all features in a Drupal 7 site.

  • Wednesday, March 8, 2017
  • by rvtraveller
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Revert All Features

Revert all featuers in a Drupal 7 website using Quicksilver on Pantheon., (*1)

Note that with the current webphp type operations (currently the only option for Pantheon), your timeout is limited to 120 seconds, so long-running operations should be avoided for now., (*2)

Instructions

  1. Require this Quicksilver module using composer (composer require rvtraveller/qs-revert-all-features-d7).
  2. Add a Quicksilver operation to your pantheon.yml to fire the script before a deploy, using the example.pantheon.yml file for reference. Note: you must set up your project's composer.json file to move projects of type quicksilver-module to the appropriate directory in your project.
  3. Test a deploy out!

Optionally, you may want to use the terminus workflows watch command to get immediate debugging feedback., (*3)

Example composer.json file

{
  "require": {
    "rvtraveller/qs-revert-all-features-d7": "1.0"
  },
  "extra": {
    "installer-paths": {
      "web/private/scripts/quicksilver/{$name}": ["type:quicksilver-module"]
    }
  }
}

The Versions

08/03 2017

dev-master

9999999-dev

Quicksilver implementation to revert all features in a Drupal 7 site.

  Sources   Download

MIT

The Requires

 

08/03 2017

1.1

1.1.0.0

Quicksilver implementation to revert all features in a Drupal 7 site.

  Sources   Download

MIT

The Requires

 

26/01 2017

1.0

1.0.0.0

Quicksilver implementation to revert all features in a Drupal 7 site.

  Sources   Download

MIT

The Requires