From a4f668a3cc9f1b8e9ba39c523b9e7d174dd81237 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 25 Oct 2017 09:41:34 +0530 Subject: Update README.md and index.html Issue-Id: CLI-66 Change-Id: I5f1b466563261ec54c2e86b18c12b611453a3794 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/http/web/index.html | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'deployment/http/web') diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html index bf588334..ecf1d27b 100644 --- a/deployment/http/web/index.html +++ b/deployment/http/web/index.html @@ -1,32 +1,35 @@ -Open CLI Platform (OCLIP) +Open CLI Platform (OCLIP) - -

Open Command-line interface Platform (OCLIP)

-

Provides unified commands to operate any cloud enabled software products from Linux/Web console. Configure the following environment variables, before using it:

+

Open Command-line interface Platform (OCLIP)

+

Provides unified commands to operate any cloud enabled software products from Linux/Web console.

+

Set the following environment variable, before using OCLIP:

+

OPEN_CLI_HOME - Complete path of directory, where OCLIP is installed.

+

To Run a command

+

Configure the following environment variables:

  1. OPEN_CLI_HOST_URL - Catalog service URL or a service URL
  2. OPEN_CLI_HOST_USERNAME - Service user name
  3. OPEN_CLI_HOST_PASSWORD - Service password
-

To Run a command

-

Type oclip from linux console.

+

Run oclip from Linux console.

To Run in Interactive mode

-

Type oclip from linux console.

+

Run oclip from Linux console.

And use the directive set to set the values for following parameters:

  1. host-url - Catalog service URL or a service URL
  2. host-username - Service user name
  3. host-password - Service password
-

Set the product version

+

NOTE: This mode is available as Web command console when OCLIP is running from docker.

+

Select the product version

CLI framework is enhanced to handle multiple product versions at same time. so to choose the product version, set evironment variable OPEN_CLI_PROUDCT_IN_USE.

NOTE: In interactive mode, product version can be selected using typing use

-

Run oclip [-v|--version] to see the CLI and available product version details

+

Run oclip [-v|--version] to see the available product version details.

Set the parameter values

Use the directive 'set' for setting the values for parameters and 'unset' for un-seting the values.

Help

@@ -37,6 +40,7 @@ function redirectToConsole(){
  • OPEN_CLI_DEBUG - By default its false, otherwise Set to true
  • OPEN_CLI_DEBUG_PORT - By default it is 5005, otherwise set to new TCP port number
  • +

    More details

    @@ -46,11 +50,12 @@ function redirectToConsole(){

    To download

    -

    Please download Open CLI Platform here

    +

    Please download Open CLI Platform here

    +

    Web Command console

    -

    Click me here

    +

    Click here

    <<<<<<< 476f5637ae4e816f7abf3536c5eeb156e0af6bed

    To download

    -- cgit 1.2.3-korg