[SEBA-719] Display counters in onos cli and reset counters

Change-Id: Ia9fc1865d13a366c9a7cd3e7ae11c39dcc284fd9
diff --git a/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml
index b83f750..d9c9d24 100644
--- a/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/app/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -1,5 +1,5 @@
 <!--
-  ~ Copyright 2016-present Open Networking Foundation
+  ~Copyright 2016-present Open Networking Foundation
   ~
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
@@ -22,5 +22,11 @@
         <command>
             <action class="org.opencord.aaa.impl.AaaResetDeviceCommand"/>
         </command>
+        <command>
+            <action class="org.opencord.aaa.impl.AaaResetCountersCommand"/>
+        </command>
+        <command>
+            <action class="org.opencord.aaa.impl.AaaShowCountersCommand"/>
+        </command>
     </command-bundle>
 </blueprint>