Adding REST archetype.

Change-Id: Ic129f6d0d419f0d44a371b7758802377a32f9962
diff --git a/tools/test/bin/ogroup-opts b/tools/test/bin/ogroup-opts
index eec2f22..428cc15 100644
--- a/tools/test/bin/ogroup-opts
+++ b/tools/test/bin/ogroup-opts
@@ -51,7 +51,7 @@
 function _ocapp-opts () {
   local cur=${COMP_WORDS[COMP_CWORD]}
   if [ $COMP_CWORD -eq 1 ]; then
-    COMPREPLY=( $( compgen -W "app bundle ui uitable uitopo cli" -- $cur ) )
+    COMPREPLY=( $( compgen -W "app bundle ui uitab uitopo cli rest" -- $cur ) )
   fi
 }