From 864eafac295bb9cc4c0b4315aa7c262eb214ccc6 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 4 Oct 2017 18:25:24 +0530 Subject: Remove default_parameter section and use is_includ Issue-Id: CLI-66 Change-Id: I24a3bc4d133d4d69fd6522091f20f88edd6c2f19 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/http/web/index.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'deployment/http/web') diff --git a/deployment/http/web/index.html b/deployment/http/web/index.html index a8059671..f8680f08 100644 --- a/deployment/http/web/index.html +++ b/deployment/http/web/index.html @@ -1,6 +1,6 @@ ONAP CLI -

ONAP Command-line interface (CLI)

+

ONAP Command-line interface (CLI)

One Command to command whole Onap !!

Provides unified commands to operate ONAP from Linux console and Web console.

@@ -45,7 +45,22 @@

To Run in Interactive mode

Type onap from linux console

- +

Set the product version

+

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

+

NOTE: In interactive mode, product version can be selected using
+typing use <product-version>

+

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

+

Help

+

onap [-h|–help]
+onap <command> [-h|–help]

+

Debug Mode

+

To run in debug mode, set following environment variables:

+
    +
  1. OPEN_CLI_DEBUG - By default its false, otherwise Set to true
  2. +
  3. OPEN_CLI_DEBUG_PORT - By default it is 5005, otherwise set to new TCP port number
  4. +

More details

https://wiki.onap.org

-- cgit 1.2.3-korg