mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 19:07:39 -02:30
fix a typo in the CLI usage docs
This commit is contained in:
@@ -17,7 +17,7 @@ The preferred mechanism for authenticating with AWX and |RHAT| is by generating
|
|||||||
TOWER_PASSWORD=secret \
|
TOWER_PASSWORD=secret \
|
||||||
awx login
|
awx login
|
||||||
|
|
||||||
As a convenience, the ``awx login -h human`` command prints a shell-formatted token
|
As a convenience, the ``awx login -f human`` command prints a shell-formatted token
|
||||||
value:
|
value:
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
@@ -30,7 +30,7 @@ specify your username and password each time:
|
|||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
export TOWER_HOST=https://awx.example.org
|
export TOWER_HOST=https://awx.example.org
|
||||||
$(TOWER_USERNAME=alice TOWER_PASSWORD=secret awx login -h)
|
$(TOWER_USERNAME=alice TOWER_PASSWORD=secret awx login -f human)
|
||||||
awx config
|
awx config
|
||||||
|
|
||||||
Working with OAuth2.0 Applications
|
Working with OAuth2.0 Applications
|
||||||
|
|||||||
Reference in New Issue
Block a user