diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cmd_help.rst | 4 | ||||
-rw-r--r-- | docs/user_guide.rst | 9 |
2 files changed, 5 insertions, 8 deletions
diff --git a/docs/cmd_help.rst b/docs/cmd_help.rst index e8e4fcad..6d2cbe27 100644 --- a/docs/cmd_help.rst +++ b/docs/cmd_help.rst @@ -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 diff --git a/docs/user_guide.rst b/docs/user_guide.rst index b82dd16b..cb1d71e7 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -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 ------------- |