Skip to content
cpjolicoeur edited this page Sep 13, 2010 · 12 revisions

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