You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often I have only one server per env+type combination (i.e. production+database). It'd be nice to say things like rake servers:ssh[production,database] instead of the tedious dance of rake servers:list[production] + find the right id + rake servers:ssh[the-right-id] + triple-check I got the right id, right environment and right type + finally press enter.
The text was updated successfully, but these errors were encountered:
Often I have only one server per env+type combination (i.e. production+database). It'd be nice to say things like
rake servers:ssh[production,database]
instead of the tedious dance ofrake servers:list[production]
+ find the right id +rake servers:ssh[the-right-id]
+ triple-check I got the right id, right environment and right type + finally press enter.The text was updated successfully, but these errors were encountered: