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

bbuckingham/katello-cli

This branch is 72 commits behind Katello/katello-cli:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e1c8439 · Sep 17, 2013
Apr 29, 2013
Apr 5, 2013
Aug 28, 2012
Jan 14, 2013
Apr 5, 2013
Oct 24, 2012
Jul 31, 2013
Sep 13, 2013
Sep 17, 2013
Aug 7, 2013
Sep 16, 2013
May 22, 2013
Apr 28, 2013
Aug 26, 2011
Aug 27, 2012
May 19, 2013
Sep 9, 2013
Apr 28, 2013
Mar 4, 2013
Jul 31, 2013

Repository files navigation

katello-cli Build Status

This is Katello command line client. For more information, please see the main Katello README.

What's included in this repository:

  • src - source for katello-cli
  • system-test - integration or smoke tests for testing a katello instance

Using katello-cli

Once you have a katello server up and running, you can download this project and begin using it.

Usage: katello [options]

Testing

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

Found a bug?

For information on how to report a bug, please see the Katello README.

Contributing

For information on contributing to Katello, please see the Katello README.

Contact & Resources

For resources and information about Katello, please see the Katello README.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.0%
  • Shell 7.5%
  • Perl 0.5%