Fix the pnf onboarding guide
[cli.git] / docs / console.rst
index f96e6fc..acde93e 100644 (file)
@@ -2,29 +2,27 @@
 .. http://creativecommons.org/licenses/by/4.0
 .. Copyright 2017 Huawei Technologies Co., Ltd.
 
-.. _console:
+.. _cli_console:
 
 CLI Console
 ===========
 
-Please install the CLI by following guidelines provided in OOM_and_HEAT_based_deployment_.
+Please install the CLI by following guidelines provided in :ref:`OOM_and_HEAT_based_deployment`
 
-.. _OOM_and_HEAT_based_deployment : OOM_and_HEAT_based_deployment.rst
+After installation, CLI can be used in following form:
 
-After installation, ONAP CLI can be used in following form:
+Linux Command Shell
+-------------------
+It is available when user has access to the server where CLI is installed using zip or docker container.
+In this mode, user can use CLI in scripting mode or interactive mode as mentioned in :ref:`user_guide`
 
-# Command Shell
+.. image:: images/portal-cli-shell.png
 
-|image4|
 
-.. |image4| image:: images/portal-cli-shell.png
-   :height: 600px
-   :width: 800px
+Web Command Console
+--------------------
+Once CLI is installed using docker container, user could access the web console by using the url http:<<cli-host-server>:30260
 
-# Web Command Console
+Here, <cli-host-server> is the IP address of server where CLI container is installed.
 
-|image5|
-
-.. |image5| image:: images/portal-cli-web-con.png
-   :height: 600px
-   :width: 800px
\ No newline at end of file
+.. image:: images/portal-cli-web-con.png