Hi,

Would it be possible to move aliases.drushrc.php to templates/aliases.drushrc.php and add some documentation to the various array groups in that file? A link to the relevant drush/d.o/command page would even suffice to get an idea of what options are available in each case.

Thanks!

Comments

jp.stacey’s picture

Assigned: Unassigned » jp.stacey
Status: Active » Needs work

I can certainly add some documentation, and I'll start doing that now.

Regarding the example aliases file, templates/ is really a folder for the .tpl.php template files - so templates/ in the very strict Drupal sense - for generating example vhosts etc, whereas the aliases.drushrc.php really is for the tests/ . It shouldn't be considered a template, or executed as one, or expected to generate output in the same way as e.g. vhost.tpl.php does.

jp.stacey’s picture

Assigned: jp.stacey » Unassigned
Issue summary: View changes
Status: Needs work » Needs review

This is now documented with a README.md, a HOWTO.md and extended comments in tests/aliases.drushrc.php, as per the following revision:

5ef23280841c38f6b62de5c008f804d660e8ced9

This is now available for review.

johan.gant’s picture

Looks good, certainly covers what you need to get started and then some.

jp.stacey’s picture

Status: Needs review » Fixed

Great, I'll mark this as fixed now.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.