OpenLMI Tools currently consist of LMIShell and the content of the documentation itself is devoted to the LMIShell.
LMIShell provides a (non)interactive way how to access CIM objects provided by OpenPegasus or sblim-sfcb broker. The shell is based on a python interpreter and added logic, therefore what you can do in pure python, it is possible in LMIShell. There are classes added to manipulate with CIM classes, instance names, instances, etc. Additional classes are added to fulfill wrapper pattern and expose only those methods, which are necessary for the purpose of a shell.
Contents:
Sits on up of LMIShell. It’s a command line interface to OpenLMI Providers. Its set of subcommands is dynamically extended by registering new modules. Most of them are available in upstream repository on github and downloadable from PyPi as python eggs.
Contents: