diff options
Diffstat (limited to 'framework/src/main/resources/META-INF/services')
-rw-r--r-- | framework/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand | 6 |
1 files changed, 6 insertions, 0 deletions
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 |