awx/awxkit
softwarefactory-project-zuul[bot] d360fb212e
Merge pull request #10258 from kdelee/ee_singular_awx_cli
allow singular execution_environment for cli

this makes "execution_environments" or "execution_environment" work
which is helpful
Now these both work:
awx execution_environments create --name foobar --image quay.io/ansible/awx-ee:latest

awx execution_environment create --name foobar1 --image quay.io/ansible/awx-ee:latest

Reviewed-by: Bianca Henderson <beeankha@gmail.com>
Reviewed-by: Jeff Bradberry <None>
2021-06-03 14:11:27 +00:00
..
2019-08-08 22:12:31 -04:00
2019-09-23 15:38:51 -04:00
2021-03-24 21:02:32 +01:00
2021-03-24 21:02:32 +01:00
2021-06-01 08:18:21 -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.