summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTaseer <taseer94@gmail.com>2017-07-21 07:10:13 +0500
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-07-24 07:12:38 +0000
commit1b6ee7fe97283aee619b794a713e3be9a883b7ac (patch)
treece696a9aaa0ab8e227273e446976b51911115286 /docs
parent05ed8bbe8a4e3c6092152382fdb42e33fd3841a2 (diff)
Update userguide for command completion.
JIRA: QTIP-210 Change-Id: I3fa62d6da49e5d5c4c65ec997c85d1666ee0f425 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/testing/user/userguide/cli.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/cli.rst b/docs/testing/user/userguide/cli.rst
index 99efd930..6e022f01 100644
--- a/docs/testing/user/userguide/cli.rst
+++ b/docs/testing/user/userguide/cli.rst
@@ -10,6 +10,15 @@ QTIP consists of a number of benchmarking tools or metrics, grouped under QPI's.
components of a NFVI ecosystem, such as compute, network and storage. Depending on the type of application,
a user may group them under plans.
+Bash Command Completion
+=======================
+
+To enable command completion, an environment variable needs to be enabled.
+Add the following line to the **.bashrc** file
+::
+
+ eval "$(_QTIP_COMPLETE=source qtip)"
+
QTIP CLI provides interface to all of the above the components. A help page provides a list of all the commands
along with a short description.
::