Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #738 from AlanCoding/docs_dep
Browse files Browse the repository at this point in the history
Redirect to new AWX CLI
  • Loading branch information
AlanCoding authored Sep 12, 2019
2 parents 487a6ca + ca6d0d2 commit d764b3b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 18 deletions.
43 changes: 25 additions & 18 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,29 @@
Welcome to tower-cli
====================

**tower-cli** is a command line tool for Ansible Tower. It allows Tower
commands to be easily run from the Unix command line. It can also be
used as a client library for other python apps, or as a reference for
others developing API interactions with Tower's REST API.

For more information, please refer to our official docs hosted at http://tower-cli.readthedocs.io.

.. |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
**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

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

Anyone developing new tooling around AWX or Ansible Tower via a Unix command
line is suggested to use the new CLI.

https://github.com/ansible/awx/tree/devel/awxkit/awxkit/cli/docs

.. |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/
5 changes: 5 additions & 0 deletions docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div class="footer">
This project is being phased out in favor of <a href="https://github.com/ansible/awx/tree/devel/awxkit/awxkit/cli/docs">the new AWX CLI</a>
</div>

{% extends '!layout.html' %}

0 comments on commit d764b3b

Please sign in to comment.