Greg Anderson
Greg Anderson
I don't plan on continuing here in the near future. There's still quite a bit of work to do to set up the GitHub actions environment to work with a...
> I'm aware global installs are no longer supported, but technically it should still work (i.e. the bin is just somewhere else) It's more complicated than that. See https://pantheon.io/blog/trouble-two-autoloaders Could...
@mbomb007 Your problem is unrelated. This issue is about $HOME/.drush/drush.yml, whereas you are working with a site-specific drush.yml. It is too late to set the URI by the time Drush...
PRs welcome
Shouldn't we just rely on folks to set [date.timezone](http://php.net/manual/en/function.date-default-timezone-set.php) in their cli php.ini instead? c.f. http://php.net/manual/en/function.date-default-timezone-set.php I suppose it would be okay with me if we set this to UTC...
@jantoine1 Did you try configuring your php.ini as [describe above](https://github.com/drush-ops/drush/issues/1166#issuecomment-74182276)?
You can also use command-specific opitons in drushrc.php to set `extra` for sql:dump, but not for other commands.
Not sure I follow the code path / option passing path you're describing, but if `--extra-dump` still has a distinct and useful use-case, I'd accept a PR backporting it to...
Yeah, `--` converts everything after it from being interpreted as arguments rather than options. The Drush rsync command passes all of its extra arguments on to the shell rsync command...
Still not sure that we have 100% identified how this should behave. For example, what if the current drush.yml was configured as above, and the command line was: ``` drush...