No description
  • Python 99.5%
  • Makefile 0.3%
  • Shell 0.2%
Find a file
2020-09-16 12:11:50 -04:00
docs Improve error handling for users using the schema command 2020-03-12 12:54:10 -04:00
hacking tox: Dropping py26 testenv 2018-08-29 14:23:19 +02:00
packaging/rpm Requires: python-setuptools 2018-06-28 14:57:28 -04:00
tests Update docs and tests for credential fixes 2019-10-25 08:58:11 -04:00
tower_cli update version for 3.3.9 release 2020-03-12 14:52:30 -04:00
.coveragerc Spread util code files 2017-07-06 17:22:54 -04:00
.gitignore qa: Rely on pytest rather than nosetests 2018-09-20 10:40:32 +02:00
.travis.yml Remove incompatible python version, add newer 2020-01-02 14:37:43 -05:00
LICENSE Initial commit 2013-08-24 08:19:05 -07:00
Makefile Variable-ize mock command 2018-06-21 20:07:03 -04:00
MANIFEST.in version bump and details for 3.3.0 2018-04-25 11:20:19 -04:00
README.rst Clarify that this project is no longer maintained 2020-09-16 12:11:50 -04:00
requirements.txt pin the click library to fix tests 2020-03-12 12:46:47 -04:00
requirements_dev.txt force zip_safe and consolidate travis requirements 2017-10-30 16:19:46 -04:00
setup.cfg both changes for the egg issue 2015-10-15 15:41:28 -04:00
setup.py Updated files for RPM packaging 2018-05-29 12:34:14 -04:00
tox.ini qa: Rely on pytest rather than nosetests 2018-09-20 10:40:32 +02:00
version_swap.py New awx-cli entry point and setup.py refactor 2017-10-13 15:53:46 -04:00

|Build Status| |Coverage Status| |Version| |Downloads| |License|
|Supported Python Versions|

**⚠️ THIS PROJECT IS NO LONGER MAINTAINED ⚠️**
========================================

This project is no longer maintained, and we're not taking new contributions or making new releases.

The Ansible AWX project has an official open source CLI toolkit which you should use instead:

https://github.com/ansible/awx/blob/devel/INSTALL.md#installing-the-awx-cli


Welcome to tower-cli
====================

**tower-cli** is a legacy command line tool for Ansible Tower.

It is also what the Ansible `tower_*` modules use under the hood. Such as:

https://docs.ansible.com/ansible/latest/modules/tower_organization_module.html

These modules are now vendored as part of the AWX collection at:

https://galaxy.ansible.com/awx/awx

Supporting correct operation of the modules is the maintenance aim of this
package.


 .. |Build Status| image:: https://img.shields.io/travis/com/ansible/tower-cli.svg
    :target: https://travis-ci.com/ansible/tower-cli
 .. |Coverage Status| image:: https://img.shields.io/coveralls/ansible/tower-cli.svg
    :target: https://coveralls.io/r/ansible/tower-cli
 .. |Version| image:: https://img.shields.io/pypi/v/ansible-tower-cli.svg
    :target: https://pypi.python.org/pypi/ansible-tower-cli/
 .. |Downloads| image:: https://img.shields.io/pypi/dm/ansible-tower-cli.svg
    :target: https://pypi.python.org/pypi/ansible-tower-cli/
 .. |License| image:: https://img.shields.io/pypi/l/ansible-tower-cli.svg
    :target: https://pypi.python.org/pypi/ansible-tower-cli/
 .. |Supported Python Versions| image:: https://img.shields.io/pypi/pyversions/ansible-tower-cli.svg
    :target: https://pypi.python.org/pypi/ansible-tower-cli/