1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/awxkit
Ryan Petrello 4adf9bab67
cli: fix awx unified_job_templates
this endpoint doesn't return an HTTP Allow header at all (because you
can't really do anything other than list templates)
2019-09-30 09:32:58 -04:00
..
awxkit cli: fix awx unified_job_templates 2019-09-30 09:32:58 -04:00
test cli: make "detail" actions actually respect Allow: headers 2019-09-09 21:11:15 -04:00
.gitignore import awxkit 2019-08-08 22:12:31 -04:00
MANIFEST.in make awxkit have the same version as the AWX package 2019-08-12 09:42:04 -04:00
README.md add link to awxkit docs 2019-09-23 15:38:51 -04:00
requirements.txt support the new CLI in py2 *and* py3 2019-08-20 02:41:45 -04:00
setup.py replace the (optional) tabulate dependency w/ a simple table printer 2019-08-21 15:54:47 -04:00
tox.ini support the new CLI in py2 *and* py3 2019-08-20 02:41:45 -04:00
VERSION make awxkit have the same version as the AWX package 2019-08-12 09:42:04 -04:00

awxkit

Python library that backs the provided awx command line client.

For more information on installing the CLI and building the docs on how to use it, look here.