Top Level Namespace

Defined Under Namespace

Modules: Couch

Constant Summary collapse

HELP_TEXT =
"Usage: couch COMMAND [ARGS]\n\nThe most common couch commands are:\n generate    Generate new code (short-cut alias: \"g\")\n push        Push application code to CouchDB\n pull        Pull latest application code from CouchDB\n routes      List application urls\n\nIn addition to those, there are:\n destroy      Undo code generated with \"generate\"\n\nAll commands can be run with -h for more information.\n"