On Capistrano 2.1.0 (on PC) I can
cap deploy
cap deploy:rollback
On Capistrano 2.2.0 (Linux) none of it works
[roruser@sandbox1-atgdev lenanew]$ cap deploy
the task deploy' does not exist [roruser@sandbox1-atgdev lenanew]$ cap deploy:rollback the task
deploy:rollback’ does not exist
[roruser@sandbox1-atgdev lenanew]$ cap -h
Usage: cap [options] action
-e, --explain TASK Displays help (if available) for
the task.
-F, --default-config Always use default config, even
with -f.
…