aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-07-26 05:43:02 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-26 05:43:02 +0000
commit5bd3241840ff2f2db64f7d5e139d05b011bae941 (patch)
treec8bfcca044ed59f49722bd1de8ef7b3738dbb23e
parent4d38560f1708a442aeb51610406fcebfdfd9283e (diff)
parent1b6ee7fe97283aee619b794a713e3be9a883b7ac (diff)
Merge "Update userguide for command completion."
-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.
::