Improve the user documents 01/24401/9
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Tue, 7 Nov 2017 05:08:21 +0000 (10:38 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Tue, 21 Nov 2017 12:37:49 +0000 (18:07 +0530)
Issue-Id: CLI-66

Change-Id: Ie8892ec56ab787cfca1f73621b99e8880d5ba537
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
deployment/http/web/index.html
docs/cmd_help.rst
docs/user_guide.rst

index ecf1d27..3897eb9 100644 (file)
@@ -4,6 +4,7 @@
 function redirectToConsole(){
    window.location.href="http://"+  window.location.hostname + ":9090";
 }
+
 </script>
 <h1 id="open-command-line-interface-platform-oclip">Open Command-line interface Platform (OCLIP)</h1>
 <p>Provides unified commands to operate any cloud enabled software products from Linux/Web console.</p>
@@ -57,10 +58,4 @@ function redirectToConsole(){
 </h2>
 <p style="color:blue">Click <a onclick="redirectToConsole();">here</a></p>
 
-<<<<<<< 476f5637ae4e816f7abf3536c5eeb156e0af6bed
-<h2><a id="Download_42"></a>To download</h2>
-<p style="color:red">Please download ONAP CLI <a href="./open-cli.zip">here</a></p>
-
-=======
->>>>>>> Normalize all env with OPEN_CLI
 </body></html>
index e8e4fca..6d2cbe2 100644 (file)
@@ -9,6 +9,7 @@
 
 .. _cli_cmd_help:
 
+<<<<<<< 74528bd0c35056e2e10d0aa29aac387cb6d6b05d
 onap-1.1
 ==========================
 
@@ -8640,3 +8641,6 @@ Results::
 Error::
 
  On error, it prints <HTTP STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+=======
+TBD
+>>>>>>> Pls verify the usage
index b82dd16..cb1d71e 100644 (file)
@@ -12,7 +12,7 @@ CLI user guide
 Provides unified commands to operate ONAP from Linux console.
 Configure the following environment variables, before using it:
 
-1. **OPEN_HOST_URL** - Onap Micro service bus(MSB) URL or a service URL
+1. **OPEN_CLI_HOST_URL** - Onap Micro service bus(MSB) URL or a service URL
 2. **OPEN_CLI_USERNAME** - Onap user name
 3. **OPEN_CLI_PASSWORD** - Onap user password
 
@@ -53,15 +53,8 @@ Help
 Debug Mode
 ----------
 To run in debug mode, set following environment variables:
-<<<<<<< 08468db7c00dd0594d6846c4c761f0582be9fc06
-
-1. ONAP_CLI_DEBUG - By default its false, otherwise Set to true
-
-2. ONAP_CLI_DEBUG_PORT - By default it is 5005, otherwise set to new TCP port number
-=======
 1. OPEN_CLI_DEBUG - By default its false, otherwise Set to true
 2. OPEN_CLI_DEBUG_PORT - By default it is 5005, otherwise set to new TCP port number
->>>>>>> Migrate docs to use OPEN_ instead of ONAP_
 
 More details
 -------------