From 3eecda4edc82bec5c35b47b1979c48610d93fda6 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Wed, 11 Sep 2019 20:43:20 -0400 Subject: [PATCH] cli: add instructions for using awx -h --- awxkit/awxkit/cli/docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awxkit/awxkit/cli/docs/README.md b/awxkit/awxkit/cli/docs/README.md index 5c347bb0d3..11676ee5dd 100644 --- a/awxkit/awxkit/cli/docs/README.md +++ b/awxkit/awxkit/cli/docs/README.md @@ -20,6 +20,7 @@ Installation The preferred way to install the AWX CLI is through pip directly from GitHub: pip install "https://github.com/ansible/awx/archive/$VERSION.tar.gz#egg=awxkit&subdirectory=awxkit" + awx --help ...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