Top Level Namespace

Defined Under Namespace

Modules: Couch

Constant Summary collapse

HELP_TEXT =
<<-EOT
Usage: couch COMMAND [ARGS]

The most common couch commands are:
 generate    Generate new code (short-cut alias: "g")
 push        Push application code to CouchDB
 pull        Pull latest application code from CouchDB
 routes      List application urls

In addition to those, there are:
 destroy      Undo code generated with "generate"

All commands can be run with -h for more information.
EOT