Tower CLI Cheatsheet
Basic installing and configuring
Installing with |
|
Installing with |
|
Basic Configuration
tower-cli
needs a minimum of 3 parameters to run: host
, username
, password
.
Note
|
Whilst .tower_cli.cfg is an .ini tower-cli itself does not support profiles. In other words you cannoy issue a command such as tower-cli job list --profile=production . This
|
Sample
tower_cli.cfg
+
[general]
verify_ssl = false
host = tower1.aadpoc.example.opentlc.com
username = admin
password = <YOUR_PASSWORD_HERE>
Job Control
List jobs |