mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
Merge pull request #4880 from ryanpetrello/cli-install-rst
template CLI install documentation into a separate file Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
7
awxkit/awxkit/cli/docs/source/install.rst
Normal file
7
awxkit/awxkit/cli/docs/source/install.rst
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
The preferred way to install the AWX CLI is through pip:
|
||||||
|
|
||||||
|
.. code:: bash
|
||||||
|
|
||||||
|
pip install "https://github.com/ansible/awx/archive/$VERSION.tar.gz#egg=awxkit&subdirectory=awxkit"
|
||||||
|
|
||||||
|
...where ``$VERSION`` is the version of AWX you're running. To see a list of all available releases, visit: https://github.com/ansible/awx/releases
|
||||||
@@ -4,13 +4,7 @@ Basic Usage
|
|||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
The preferred way to install the AWX CLI is through pip:
|
.. include:: install.rst
|
||||||
|
|
||||||
.. code:: bash
|
|
||||||
|
|
||||||
pip install "https://github.com/ansible/awx/archive/$VERSION.tar.gz#egg=awxkit&subdirectory=awxkit"
|
|
||||||
|
|
||||||
...where ``$VERSION`` is the version of AWX you're running. To see a list of all available releases, visit: https://github.com/ansible/awx/releases
|
|
||||||
|
|
||||||
|
|
||||||
Synopsis
|
Synopsis
|
||||||
|
|||||||
Reference in New Issue
Block a user