ONOS-4971: Synthetic Link Data -- WIP
- adding CLI commands for dumping Model Cache contents.
Change-Id: I28dfe179835de6cd0c5356faf87af46a239eb772
diff --git a/web/gui/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/web/gui/src/main/resources/OSGI-INF/blueprint/shell-config.xml
index 4d1abe3..6b8633c 100644
--- a/web/gui/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/web/gui/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -18,8 +18,20 @@
<command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
<command>
+ <action class="org.onosproject.ui.impl.topo.cli.ListMembers"/>
+ </command>
+ <command>
<action class="org.onosproject.ui.impl.topo.cli.ListRegions"/>
</command>
+ <command>
+ <action class="org.onosproject.ui.impl.topo.cli.ListDevices"/>
+ </command>
+ <command>
+ <action class="org.onosproject.ui.impl.topo.cli.ListHosts"/>
+ </command>
+ <command>
+ <action class="org.onosproject.ui.impl.topo.cli.ListLinks"/>
+ </command>
</command-bundle>
<!--<bean id="macIDCompleter" class="org.onosproject.dhcp.cli.MacIdCompleter"/>-->