VOL-387: Update CLI useful for debugging

Change-Id: I890dcf0b76f9e58c1bcfade75b60069db09b94f4
diff --git a/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/src/main/resources/OSGI-INF/blueprint/shell-config.xml
index a47c6c0..728aaf0 100644
--- a/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -19,5 +19,8 @@
         <command>
             <action class="org.opencord.aaa.AaaShowUsersCommand"/>
         </command>
+        <command>
+            <action class="org.opencord.aaa.AaaResetDeviceCommand"/>
+        </command>
     </command-bundle>
 </blueprint>