1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00
awx/awxkit
nixocio da486d7788 Add test method to Credential and CredentialType - awxkit
Add test method to Credential and CredentialTypei - awxkit.

The inclusion of this one was discovered when testing the following
issue. https://github.com/ansible/awx/issues/5141
2020-02-18 14:44:16 -05:00
..
awxkit Add test method to Credential and CredentialType - awxkit 2020-02-18 14:44:16 -05:00
test properly parse CLI arguments for launch endpoints 2019-10-30 13:49:37 -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 added cryptography as optional awxkit dep 2019-12-05 08:52:59 -05: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.