[ONOS-7639] intents-diagnosis CLI (initial implementation for P2P-flow rule intent)

Change-Id: Iba668809c6d2ad20fd86fb703f4d8e211acf2f14
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 6ca9c5a..0633c44 100644
--- a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -303,6 +303,12 @@
             <action class="org.onosproject.cli.net.IntentsListCommand"/>
         </command>
         <command>
+            <action class="org.onosproject.cli.net.IntentsDiagnosisCommand"/>
+            <completers>
+                <ref component-id="intentKeyCompleter"/>
+            </completers>
+        </command>
+        <command>
             <action class="org.onosproject.cli.net.IntentListCompilers"/>
         </command>
         <command>