From: Kanagaraj Manickam Date: Tue, 4 Aug 2020 07:33:57 +0000 (+0530) Subject: Enable profile commands X-Git-Tag: 6.0.0~11^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9844397dd6ad57712d317b2a7949417eb86639f1;p=cli.git Enable profile commands Issue-ID: CLI-273 Change-Id: I3abba403fc7f39250c458ae3bd1ffb795d6568a0 Signed-off-by: Kanagaraj Manickam k00365106 --- diff --git a/framework/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand b/framework/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand index 7ca9c783..46061aea 100644 --- a/framework/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand +++ b/framework/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand @@ -26,3 +26,9 @@ org.onap.cli.fw.cmd.execution.OnapCommandExceutionShowCommand org.onap.cli.fw.cmd.execution.OnapCommandExceutionShowDebugCommand org.onap.cli.fw.cmd.execution.OnapCommandExceutionShowOutCommand org.onap.cli.fw.cmd.execution.OnapCommandExceutionShowErrCommand + +org.onap.cli.fw.cmd.profile.OnapProfileListCommand +org.onap.cli.fw.cmd.profile.OnapProfileShowCommand +org.onap.cli.fw.cmd.profile.OnapProfileSetCommand +org.onap.cli.fw.cmd.profile.OnapProfileUnsetCommand +org.onap.cli.fw.cmd.profile.OnapProfileDeleteCommand