Skip to content

alda519/katello-cli

 
 

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%