summaryrefslogtreecommitdiffstats
path: root/cobbler/commands.py
Commit message (Expand)AuthorAgeFilesLines
* Added a "--clobber" option to all add commands that allows the add to functio...Michael DeHaan2008-04-041-2/+12
* Working on adding checks for duplicate names/ips/macs to cobblerroot2008-04-041-1/+29
* Sort 'cobbler list' outputMichael DeHaan2008-01-311-1/+10
* Recursive deletes are now possible with --recursive. Web UI still needs to t...Michael DeHaan2008-01-311-1/+8
* Add rename and copy functionality to the base API, the remote interface, and ...Michael DeHaan2008-01-221-6/+5
* Performance tweaking and benchmarks.Michael DeHaan2007-12-121-2/+5
* 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