Added means to allow manipulating device annotations from CLI.

Change-Id: Ie3193a68b0164e77eb7e1e16cbf93fb953b73cb1
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 0b43f5f..e7df3b2 100644
--- a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -105,6 +105,13 @@
                 <null/>
             </completers>
         </command>
+        <command>
+            <action class="org.onosproject.cli.net.AnnotateDeviceCommand"/>
+            <completers>
+                <ref component-id="deviceIdCompleter"/>
+                <null/>
+            </completers>
+        </command>
 
         <command>
             <action class="org.onosproject.cli.net.LinksListCommand"/>