Releases
0.11.1
Added
New command site drupal-version
to check the Drush version number of any or all environments. (#1001 )
New command site set-drupal-version
to set the Drush version number of any or all environments. (#1001 )
New parameter --owner
added to sites list
to filter the list just for the sites the current user owns. (#1003 )
New option to filter for organization sites via sites list --org=all
. (#1003 )
Changed
InputHelper#upstream()
now returns the UUID of the chosen upstream rather than an upstream object. (#1013 )
InputHelper#upstream()
will not check upstream data if it has been given a UUID in the $args[$key]. (#1013 )
InputHelper#orgId()
will not check organizational data if it has been given a UUID in the $args[$key]. (#1013 )
Running Sites#addSiteToCache
while the cache is empty will no longer trigger a full cache sync. (#1013 )
Fixed
Alternate command suggestion for drush "sql-connect"
corrected to site connection-info --field=mysql_command
. (#1005 )
Fixed output in JSON format for site hostnames list
. (#1011 )
You can’t perform that action at this time.