From 60de9607d95ed3c0733e2dac436cc39da1d13289 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 10 Apr 2018 15:33:40 +0530 Subject: Update OCLIP commands details Issue-ID: CLI-100 Change-Id: Ib986931fd198e6ba993b89dff35795c27f0bcf3e Signed-off-by: Kanagaraj Manickam k00365106 --- docs/cmd_help.rst | 8 +++++--- framework/src/main/resources/open-cli-schema/schema-refresh.yaml | 2 +- framework/src/main/resources/open-cli-schema/schema-validate.yaml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/cmd_help.rst b/docs/cmd_help.rst index d5f69024..eee3f4af 100644 --- a/docs/cmd_help.rst +++ b/docs/cmd_help.rst @@ -10,7 +10,9 @@ .. _cli_cmd_help: open-cli -========================== + +Open CLI is the OCLIP platform facilitates creating the commands from YAMLs. Currently it supports commands +for refreshing the existing command YAMLs and validating the YAMLs. [1] schema-refresh ----------------------------------------------- @@ -18,7 +20,7 @@ open-cli usage: oclip schema-refresh -Oclip command to refresh schemas stored in open-cli-schema folders. +OCLIP command to refresh schemas stored in open-cli-schema folders. Product: open-cli Service: schema @@ -66,7 +68,7 @@ Error:: usage: oclip schema-validate -Oclip command to validate schema +OCLIP command to validate schema Product: open-cli Service: schema diff --git a/framework/src/main/resources/open-cli-schema/schema-refresh.yaml b/framework/src/main/resources/open-cli-schema/schema-refresh.yaml index 2a80cf7c..2e32b1be 100644 --- a/framework/src/main/resources/open-cli-schema/schema-refresh.yaml +++ b/framework/src/main/resources/open-cli-schema/schema-refresh.yaml @@ -1,6 +1,6 @@ open_cli_schema_version: 1.0 name: schema-refresh -description: Oclip command to refresh schemas stored in open-cli-schema folders. +description: OCLIP command to refresh schemas stored in open-cli-schema folders. info: product: open-cli diff --git a/framework/src/main/resources/open-cli-schema/schema-validate.yaml b/framework/src/main/resources/open-cli-schema/schema-validate.yaml index 98ac8c25..3453d2a9 100644 --- a/framework/src/main/resources/open-cli-schema/schema-validate.yaml +++ b/framework/src/main/resources/open-cli-schema/schema-validate.yaml @@ -1,6 +1,6 @@ open_cli_schema_version: 1.0 name: schema-validate -description: Oclip command to validate schema +description: OCLIP command to validate schema info: product: open-cli -- cgit 1.2.3-korg