nathanblend

A bash alias for using the old version of capistrano

with one comment

Capistrano 2.x is looking really nice but for an ongoing project with a mammoth deploy.rb file I’m sticking with cap 1.2 (the current release at the time of the project). Thanks to the upgrade FAQ I found an easy way to do this. I created a bash alias because I hate typing _1.2_. Note: you have to have the previous gem still installed. ‘gem list’ to find out.

alias cap1='cap _1.2_ '

Written by nathanblend

October 16, 2007 at 9:53 pm

Posted in Development

Tagged with , , ,

One Response

Subscribe to comments with RSS.

  1. [...] bash alias for using the old version of capistrano alias October 16th. 2007, 4:53pm Matt wrote an interesting post today [...]


Leave a Reply