Add "intent-installers" command

Change-Id: Id3e07734537b5889ced675979de188220fbb9cc6
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 1f0a70d..24d5ec1 100644
--- a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -291,6 +291,9 @@
             <action class="org.onosproject.cli.net.IntentListCompilers"/>
         </command>
         <command>
+            <action class="org.onosproject.cli.net.IntentListInstallers"/>
+        </command>
+        <command>
             <action class="org.onosproject.cli.net.IntentRemoveCommand"/>
             <completers>
                 <ref component-id="appIdWithIntentNameCompleter"/>