From 14880ec3b183f52ea3f3fea460adf807c8643b70 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 12 Oct 2017 08:53:57 +0530 Subject: Fix rebased conflicts from master Issue-Id: CLI-66 Change-Id: I1cc275c2794d9c7e4b951f648eb8cc1e569973c5 Signed-off-by: Kanagaraj Manickam k00365106 --- main/src/main/resources/oclip-readme.txt | 25 +++++++++++++++++++++++++ main/src/main/resources/onap-readme.txt | 25 ------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 main/src/main/resources/oclip-readme.txt delete mode 100644 main/src/main/resources/onap-readme.txt (limited to 'main/src') diff --git a/main/src/main/resources/oclip-readme.txt b/main/src/main/resources/oclip-readme.txt new file mode 100644 index 00000000..a2048606 --- /dev/null +++ b/main/src/main/resources/oclip-readme.txt @@ -0,0 +1,25 @@ +OPEN Command-line interface (CLI) +================================== + + _____ _____ _ _____ +| _ | / __ \| | |_ _| +| | | |_ __ ___ _ __ | / \/| | | | +| | | | '_ \ / _ \ '_ \ | | | | | | +\ \_/ / |_) | __/ | | | | \__/\| |_____| |_ + \___/| .__/ \___|_| |_| \____/\_____/\___/ + | | + |_| + +Provides unified commands to operate any cloud enabled software +products from Linux/Web console. Configure the following environment +variables, before using it: + +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 know the CLI version, type oclip [-v|--version] +To know the CLI usage, type oclip [-h|--help] +To know the usage of sub commands, type oclip [-h|--help] + +To know more, please refer the wiki https://wiki.onap.org diff --git a/main/src/main/resources/onap-readme.txt b/main/src/main/resources/onap-readme.txt deleted file mode 100644 index a2048606..00000000 --- a/main/src/main/resources/onap-readme.txt +++ /dev/null @@ -1,25 +0,0 @@ -OPEN Command-line interface (CLI) -================================== - - _____ _____ _ _____ -| _ | / __ \| | |_ _| -| | | |_ __ ___ _ __ | / \/| | | | -| | | | '_ \ / _ \ '_ \ | | | | | | -\ \_/ / |_) | __/ | | | | \__/\| |_____| |_ - \___/| .__/ \___|_| |_| \____/\_____/\___/ - | | - |_| - -Provides unified commands to operate any cloud enabled software -products from Linux/Web console. Configure the following environment -variables, before using it: - -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 know the CLI version, type oclip [-v|--version] -To know the CLI usage, type oclip [-h|--help] -To know the usage of sub commands, type oclip [-h|--help] - -To know more, please refer the wiki https://wiki.onap.org -- cgit 1.2.3-korg