By default, the Ansible Tower command line tool is not installed. These examples are based on Linux. First, install pip. Then, install the command line interface.
pip install ansible-tower-cli
The tower-cli command is then used to issue commands.
tower-cli
For example, to setup your username and password.
tower-cli config username your_username
tower-cli config password your_password