[ONOS-7144] Membership CLI Command

Change-Id: I7f36e288f3ff2ebb5a1df74123a8e1adb22cb769
diff --git a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
index a401a1f..82470e5 100644
--- a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -919,6 +919,10 @@
             </optional-completers>
         </command>
 
+        <command>
+            <action class="org.onosproject.cli.MembershipsListCommand"/>
+        </command>
+
         <!--Domain command-->
         <command>
             <action class="org.onosproject.cli.net.GetDomainsCommand"/>