This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Usage
cerberus add
Adds a new project to the cerberus setup
$ cerberus add REPOS_URL
optional parameters
- SCM = svn (default) | git | darcs | perforce | cvs
- APPLICATION_NAME= your app name
- RECIPIENTS = list of email recipients
- BUILDER = rake (default) | rspec | rant | bjam | maven2
cerberus remove
Removes an existing project from the current cerberus setup
$ cerberus remove PROJECT_NAME
cerberus build
Attempts to build the specified project
$ cerberus build PROJECT_NAME
optional parameters
- FORCE = true
- forces the project to be build even if there are no new commits since the last time the project was built
cerberus buildall
Runs the build command for all current cerberus projects
$ cerberus buildall
cerberus list
Lists all active cerberus projects
$ cerberus list
cerberus status
Lists the current status of all cerberus projects
$ cerberus status






