summaryrefslogtreecommitdiffstats
path: root/func/overlord/func_command.py
Commit message (Expand)AuthorAgeFilesLines
* initial work on "func '*' check" command for diagnosing basic setup problems,Michael DeHaan2008-02-211-3/+7
* Refactor the minion/server list and group stuff. Still not ideal, butAdrian Likins2008-02-121-3/+3
* remove unused importAdrian Likins2008-01-161-1/+14
* Our client.command.Command class looks for 'usage', not 'useage'Luke Macken2008-01-141-1/+1
* removed a lot of misplaced shebangs.Steve 'Ashcrow' Milner2008-01-131-2/+0
* When func is invoked with no-args, show instructions rather than traceback.Michael DeHaan2007-10-261-0/+3
* Added a ping function to the test module and a new command "func '*' ping" wh...Michael DeHaan2007-10-251-1/+2
* move "func list_minions" to be a cmd moduleAdrian Likins2007-10-241-16/+10
* Slight docs cleanup, make usage print the proper name of the app.Michael DeHaan2007-10-231-1/+1
* copyfile.py: dont need the parse call hereAdrian Likins2007-10-121-1/+3
* make func_command use the new handleArguments method fromAdrian Likins2007-10-091-1/+17
* create a func/overkiad/cmd_modules sub dirAdrian Likins2007-10-081-0/+44