This is Katello command line client. For more information, please see the main Katello README.
- src - source for katello-cli
- system-test - integration or smoke tests for testing a katello instance
Once you have a katello server up and running, you can download this project and begin using it.
Usage: katello [options]
Run unit tests (install python-mock - available in Fedora 17+)
make test
Compile a test RPM:
tito build --rpm --test --rpmbuild-options=--nodeps
Installing via pip into a virtualenv:
Locally:
env SWIG_FEATURES="-cpperraswarn -includeall -D__`uname -m`__ -I/usr/include/openssl" pip install -r requirements.txt
From the virtualenv:
env SWIG_FEATURES="-cpperraswarn -includeall -D__`uname -m`__ -I/usr/include/openssl" pip install -r <env-name>/etc/katello-cli/requirements.txt
For information on how to report a bug, please see the Katello README.
For information on contributing to Katello, please see the Katello README.
For resources and information about Katello, please see the Katello README.