Closed (fixed)
Project:
Drush
Version:
7.x-4.5
Component:
Core Commands
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2012 at 19:08 UTC
Updated:
21 Mar 2012 at 23:50 UTC
I am looking for a way to programmatically add a domain alias to a site.
so far I have figured out that I can edit the domain.alias.drushrc.php file and then run a provision-verify on that site and it will add the domain alias to the server configuration
now I am looking for a way to add the domain alias name to the domain.alias.drushrc.php file
using the (drush sa --component='aliases' @domain.com) command returns the text "Array"
any help will be appreciated
Comments
Comment #1
greg.1.anderson commentedDrush does not have any capability to add information to alias files. You must maintain those yourself.