summaryrefslogtreecommitdiffstats
path: root/cobbler/commands.py
Commit message (Collapse)AuthorAgeFilesLines
* Make cobbler commands be more tolerant of casing and synonyms (delete vs ↵Michael DeHaan2007-11-291-3/+21
| | | | remove). Also update docs on set_virt_size to indicate behavior in newer koan.
* 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 ↵Michael DeHaan2007-11-271-12/+93
| | | | they used to, which means adding a few subcommands, abstracting away the list logic, and writing some minor code to make the trailing names look like --name=x to please optparse.
* Work on CLI functions for manipulating objects, including adding the delete ↵Michael DeHaan2007-11-261-0/+4
| | | | code back.
* Further work on CLI modularization. All commands implemented now, except ↵Michael DeHaan2007-11-191-4/+12
| | | | | | | for old school compatibility translation for list/report. All commands will then need to be tested...
* 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
| | | | | | Next step is to add the CLI functions that are not object-manipulation based. These will be much shorter.
* Initial bits of code to make CLI modular, and use new object system for ↵Michael DeHaan2007-11-191-0/+195
defining new CLI commands.