Overview of the AWX Command Line Interface
develThe AWX CLI (|prog|) is the official command-line client for AWX and Red Hat Ansible Automation Platform (RHAT). It is designed to interact with the AWX HTTP API using a naming and structure that is consistent with the API itself.
Key capabilities include:
- Job Management: Configuring and launching jobs or playbooks.
- Monitoring: Checking the status and viewing the output of job runs.
- Object Management: Managing AWX resources such as organizations, users, teams, and other objects.
- API Compatibility: Auto-detects API versions, available endpoints, and feature support across different versions of AWX and RHAT.
- Flexible Output: Provides consistent output formats, including options for machine-parsable formats (e.g., JSON) for automation workflows.