Problem/Motivation

Since you have to confim (with 0 or 1) as input before the scrambling procedure starts, it's hard to automate this process via CI tools and such.

Proposed resolution

Add an option to Drush so you can trigger Scrambler in a one-liner.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Novitsh created an issue. See original summary.

Novitsh’s picture

Novitsh’s picture

Status: Active » Needs review
beerendlauwers’s picture

+++ b/src/Drush/Drush.php
@@ -30,17 +30,25 @@ class Drush {
+    if (isset($option) && $option === 'i-understand-the-risks') {

Wouldn't just $option work here?

  • Novitsh committed 736dc98 on 7.x-1.x
    Issue #2946369 by Novitsh: Add support to automate Scrambler procedure
    
Novitsh’s picture

Status: Needs review » Reviewed & tested by the community
Novitsh’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.