pantheon-deprecated / terminus-deprecated

Deprecated CLI for Pantheon. Do not install. Current project:
https://github.com/pantheon-systems/cli
82 stars 24 forks source link

Assign 'root' value to work around bug in Drush #177

Open damienmckenna opened 10 years ago

damienmckenna commented 10 years ago

There's a bug in Drush that causes the user's local path to be passed along to the server as the --root option, which obviously won't work in 99%+ of use cases. Instead, assign the value "." to the 'root' option.

mikevanwinkle commented 10 years ago

Have you opened a ticket in the drush project ( github.com:drupal-ops/drush.git ) or is this bug only on the pantheon platform ? Can you post and example of the command you are trying to run?

joshkoenig commented 10 years ago

This is not really a terminus question. Maybe applicable to our drush alias files, but IIRC there were other problems with passing a non-absolute "root" value.

It's possible we can dynamically add this via the gateway so that a valid absolute root is injected in real-time, but that might be a fair amount of work.