summaryrefslogtreecommitdiffstats
path: root/cobbler/commands.py
Commit message (Expand)AuthorAgeFilesLines
* Make cobbler commands be more tolerant of casing and synonyms (delete vs remo...Michael DeHaan2007-11-291-3/+21
* Nicely warn when editing objects that do not exist.Michael DeHaan2007-11-281-0/+2
* Changes to make "cobbler ___ report [___]" and "cobbler ___ list" work like t...Michael DeHaan2007-11-271-12/+93
* Work on CLI functions for manipulating objects, including adding the delete c...Michael DeHaan2007-11-261-0/+4
* Further work on CLI modularization. All commands implemented now, except for...Michael DeHaan2007-11-191-4/+12
* Make the object creator code aware of subobjects.Michael DeHaan2007-11-191-2/+2
* All cobbler objects are now stubbed in as CLI modules, still needs testing. ...Michael DeHaan2007-11-191-31/+33
* Initial bits of code to make CLI modular, and use new object system for defin...Michael DeHaan2007-11-191-0/+195