Skip to content

Contains the Python based command line interface to the Katello server.

License

Notifications You must be signed in to change notification settings

parthaa/katello-cli

 
 

Repository files navigation

This is Katello command line client.

Usage: katello [options]

HACKING

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

About

Contains the Python based command line interface to the Katello server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.5%
  • Shell 7.1%
  • Perl 0.4%