Open seanhamlin opened 7 years ago
Hi @seanhamlin yes d8 is currently required. I'm using the YAML component from Symfony to parse config files. If I refactored to use something local to this project, I could both remove the need to bootstrap drupal and this library should be D7 compatible. I'll look around. Thanks!
I was able to get this to run by running composer install
in the plugin and re-routing the include paths to not to assume a Drupal 8 structure but rather, to be relative to the plugin. I installed this tool in my ~/.drush
directory and not within a Drupal project.
I am looking to see if these tools can help me create drush aliases for a few ACSF instances I have access to. Ideally I am after something self contained, that does not need to bootstrap drupal in order to run.
Currently I do not know this is possible:
Looking at the drush command, it is expected to bootstrap to
DRUSH_BOOTSTRAP_DRUPAL_SITE
. Why is this the case?Also, are you expected to run Drupal 8 on the ACSF instance? What is the significance of the 8.x branch in this repo?