cap -A seems to be deprecated
This is just a FWIW in regards to Capistrano. Capistrano is a piece of software (a Ruby Gem, to be more specific) that I use to automatically deploy applications to web servers. I recently upgraded to version 2.1.0.
Previously, to set up an application under Capistrano, I would run the command cap -A .
That period at the end is part of the code.
In the new version of Capistrano, that seems to be deprecated. You now have to run capify .
So, now you know, and now I have a way to remember it.
