From 5502b8f9c9fe2432ee768bf97e1ef5b551d4cbc5 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Fri, 13 Oct 2017 13:09:41 +0530 Subject: Add schema type for plugins like http Issue-Id: CLI-66 Change-Id: I3756ccce8682644822850fd2621d9356bad74dc8 Signed-off-by: Kanagaraj Manickam k00365106 --- .../src/main/resources/META-INF/services/org.onap.cli.fw.OnapCommand | 1 + framework/src/main/resources/open-cli.properties | 5 ++--- framework/src/main/resources/version.info | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'framework/src/main/resources') diff --git a/framework/src/main/resources/META-INF/services/org.onap.cli.fw.OnapCommand b/framework/src/main/resources/META-INF/services/org.onap.cli.fw.OnapCommand index e29c2c28..1993bcb6 100644 --- a/framework/src/main/resources/META-INF/services/org.onap.cli.fw.OnapCommand +++ b/framework/src/main/resources/META-INF/services/org.onap.cli.fw.OnapCommand @@ -3,3 +3,4 @@ org.onap.cli.fw.cmd.OnapSchemaRefreshCommand org.onap.cli.fw.cmd.BasicAuthLoginCommand org.onap.cli.fw.cmd.BasicAuthLogoutCommand org.onap.cli.fw.cmd.CatalogCommand +org.onap.cli.fw.cmd.OnapHttpCommand \ No newline at end of file diff --git a/framework/src/main/resources/open-cli.properties b/framework/src/main/resources/open-cli.properties index 84a4736e..757b0259 100644 --- a/framework/src/main/resources/open-cli.properties +++ b/framework/src/main/resources/open-cli.properties @@ -34,7 +34,6 @@ cli.schema.auth_values=none,basic cli.schema.mode_values=direct,catalog cli.command.type=cmd,auth,catalog -<<<<<<< 5301969fc26714a8494882027116282898278f32:framework/src/main/resources/onap.properties #product version cli.product.version=cli-1.0 @@ -42,5 +41,5 @@ cli.product.version=cli-1.0 cli.sample.gen.enable=false cli.sample.gen.target=. -======= ->>>>>>> Migrate onap-cli-schema into open-cli-schema:framework/src/main/resources/open-cli.properties +# mrkanag Move this to db, once exteranl command registration is supported in place of discovery +cli.schema.type.supported=http diff --git a/framework/src/main/resources/version.info b/framework/src/main/resources/version.info index 34f4d969..fc959d19 100644 --- a/framework/src/main/resources/version.info +++ b/framework/src/main/resources/version.info @@ -2,6 +2,6 @@ CLI version : __VERSION__ Available products: __AVAILABLE_PRODUCT_VERSIONS__ Enabled product : __ENABLED_PRODUCT_VERSIONS__ -To enable a product , use one of following methods: +To enable a product, use one of following methods: 1. In scripting mode, Set environment variable OPEN_CLI_PRODUCT_IN_USE 2. In interactive mode, set the directive 'use ' -- cgit 1.2.3-korg