Adding purge-intents command

Change-Id: I991084aa610cdeb9fb43082ed1e9888b781897ce
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 2ec33b2..9a4ffa8 100644
--- a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -137,6 +137,9 @@
             </completers>
         </command>
         <command>
+            <action class="org.onosproject.cli.net.IntentPurgeCommand"/>
+        </command>
+        <command>
             <action class="org.onosproject.cli.net.AddHostToHostIntentCommand"/>
             <completers>
                 <ref component-id="hostIdCompleter"/>