By moshe weitzman on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
master
Introduced in version:
7.x-5.0
Description:
The ssh command formerly took a site alias as its first argument but now thats provided in the usual first position. Here is a before/after:
before: drush ssh @cyrve
after: drush @cyrve ssh
Impacts:
Site builders, administrators, editors
Module developers