Update userguide for command completion. 03/37903/6
authorTaseer <taseer94@gmail.com>
Fri, 21 Jul 2017 02:10:13 +0000 (07:10 +0500)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Mon, 24 Jul 2017 07:12:38 +0000 (07:12 +0000)
JIRA: QTIP-210

Change-Id: I3fa62d6da49e5d5c4c65ec997c85d1666ee0f425
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
docs/testing/user/userguide/cli.rst

index 99efd93..6e022f0 100644 (file)
@@ -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.
 ::