Added application ID store; both trivial and distributed variants.
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 610646b..b5752b6 100644
--- a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -37,9 +37,9 @@
         </command>
         <command>
             <action class="org.onlab.onos.cli.MastersListCommand"/>
-            <completers>
-                <ref component-id="clusterIdCompleter"/>
-            </completers>
+        </command>
+        <command>
+            <action class="org.onlab.onos.cli.ApplicationIdListCommand"/>
         </command>
 
         <command>