Closed guaka closed 9 years ago
Feel free to add this to official drush (under GPL I guess?). I'd also be happy do it myself if I get a wee bit of guidance.
Clever. I have long wanted a chef-like system where Drush would consult an external server for its site aliases, commands, etc. When we build that, we would probably just rsync the files into position whenever cron tells us to. That way, the Drush alias system continues to work as today.
Here's the code I'm using myself, it's a neat way to get a whole bunch of aliases on your dev machine. #1485 was causing trouble with this...
Just wrote this quickly to scratch an itch and not sure how to properly turn this into a patch.