Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Drush 10.x #283

Open
greggmarshall opened this issue May 26, 2021 · 2 comments
Open

Support Drush 10.x #283

greggmarshall opened this issue May 26, 2021 · 2 comments

Comments

@greggmarshall
Copy link

I'm trying to use Drutiny on a Drupal 0 project built with Acquia BLT 12.x.

When I try running the Acquia Cloud profile using the drutiny-acquia phar as recommended I get numerous errors of the type
Notice: Undefined index: root in phar:///usr/local/bin/drutiny/vendor/drutiny/drutiny/src/Driver/DrushRouter.php on line 48 PHP Notice: Undefined index: drush-version in phar:///usr/local/bin/drutiny/vendor/drutiny/drutiny/src/Driver/DrushRouter.php on line 57

I've seen discussions and can see code to support Drush 9 in addition to Drush 8, any chance of getting Drush 10 support in addition?

I tried downgrading to Drush 9, but BLT requires Drush ^10.2.2.

@fiasco
Copy link
Contributor

fiasco commented May 31, 2021

I'm guessing drush status --format=json didn't return a key called drush-version? Can you provide what it did return? Trying running drutiny with -vvv to see deeper outputs.

@greggmarshall
Copy link
Author

ok, the attached drush-status.txt is from running drush directly, the attached drutiny.txt is the output with -vvv.
drush-status.txt
drutiny.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants