Skip to content

Instantly share code, notes, and snippets.

@mattfordham
Created July 31, 2012 04:23
Show Gist options
  • Save mattfordham/3213598 to your computer and use it in GitHub Desktop.
Save mattfordham/3213598 to your computer and use it in GitHub Desktop.
~/my_project: cap -T
cap deploy # Deploys your project.
cap deploy:check # Test deployment dependencies.
cap deploy:cleanup # Clean up old releases.
cap deploy:cold # Deploys and starts a `cold' application.
cap deploy:pending # Displays the commits since your last deploy.
cap deploy:pending:diff # Displays the `diff' since your last deploy.
cap deploy:rollback # Rolls back to a previous version and restarts.
cap deploy:rollback:code # Rolls back to the previously deployed version.
cap deploy:setup # Prepares one or more servers for deployment.
cap deploy:symlink # Updates the symlink to the most recently deployed ...
cap deploy:update # Copies your project and updates the symlink.
cap deploy:update_code # Copies your project to the remote servers.
cap deploy:upload # Copy files to the currently deployed version.
cap invoke # Invoke a single command on the remote servers.
cap shell # Begin an interactive Capistrano session.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment