awx/awxkit
Jeff Bradberry 3d3e4ad150 Avoid adding the 'config' subparser twice
Once since it is defined as a CustomCommand subclass, and once because
it is an endpoint at the /api/v2/ level.  With Python 3.11 argparse
has become more strict and will raise an exception when you try to
inject duplicate subparsers.
2022-11-08 15:13:35 -05:00
..
2021-09-12 17:58:49 +02:00
2019-08-08 22:12:31 -04:00
2019-09-23 15:38:51 -04:00
2022-03-07 18:11:36 -05: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.