Joel Steidl

Results 4 comments of Joel Steidl

@paulsheldrake I'm seeing the same behavior. Many `terminus` commands (example `terminus site:list`) will execute with `cy.exec`, but `terminus drush` commands specifically fail every time for me. I think you are...

Thanks for the help! I made it a bit more flexible if ever useful...pardon my JS skills. :-) ``` Cypress.Commands.add("terminusDrush", (cmd) => { // Terminus Drush Fails...this is a workaround....

FWIW, removing `include __DIR__ . DIRECTORY_SEPARATOR . '../..' . DIRECTORY_SEPARATOR . 'vendor/autoload.php';` on line 13 clears up the error and it still works as expected. Using `Terminus 3.0.3`

Just up-voting this! Seems like Search API SOLR allows for SOLR 8 now (the Drupal 7 version). Pantheon.yml did not allow me to switch to SOLR 8 though.