kalamuna / terminatur

What terminus began, terminatur finished: Drush CODESCIENCE for Pantheon Integration
MIT License
11 stars 7 forks source link

Improve quickstart documentation #29

Closed jamesrward closed 10 years ago

jamesrward commented 10 years ago

The line: drush pullsite mysite.dev # mysite.dev is from the alias @terminatur.mysite.dev

doesn't give me any information about how to figure out what aliases I can run a pullsite on. If there is a command to list the terminatur aliases please add it to that comment. Perhaps I can just less a file somewhere to see them? I was able to figure it out by running drush psites to list all my sites then appending .dev onto one of the sites listed. Not sure if that is the best way but if it is it should be part of the quickstart.

pirog commented 10 years ago

drush sa | grep terminatur should do the deed

On Tue, Sep 30, 2014 at 8:57 PM, James Ward notifications@github.com wrote:

The line: drush pullsite mysite.dev # mysite.dev is from the alias @terminatur.mysite.dev

doesn't give me any information about how to figure out what aliases I can run a pullsite on. If there is a command to list the terminatur aliases please add it to that comment. Perhaps I can just less a file somewhere to see them? I was able to figure it out by running drush psites to list all my sites then appending .dev onto one of the sites listed. Not sure if that is the best way but if it is it should be part of the quickstart.

— Reply to this email directly or view it on GitHub https://github.com/kalamuna/terminatur/issues/29.

Cheers,

Mike Pirog Kalamuna www.kalamuna.com

jamesrward commented 10 years ago

@pirog that's perfect thanks. I also notice that it appears to be in the unformatted information at http://aliases.kala. I assume this is going to be pulled into the start.kala page at some point.