[SDFAB-256] Add CLI command for reading content of the UPF store

Change-Id: If8c363d058b53a7bba60d5dbf76ee1b8b885d7c7
diff --git a/pipelines/fabric/impl/BUILD b/pipelines/fabric/impl/BUILD
index 17748ec..eb68a20 100644
--- a/pipelines/fabric/impl/BUILD
+++ b/pipelines/fabric/impl/BUILD
@@ -1,4 +1,4 @@
-COMPILE_DEPS = CORE_DEPS + KRYO + [
+COMPILE_DEPS = CORE_DEPS + KRYO + CLI + [
     "//pipelines/fabric/api:onos-pipelines-fabric-api",
     "//protocols/p4runtime/model:onos-protocols-p4runtime-model",
     "//protocols/p4runtime/api:onos-protocols-p4runtime-api",
@@ -14,6 +14,7 @@
 ]
 
 osgi_jar_with_tests(
+    karaf_command_packages = ["org.onosproject.pipelines.fabric.impl.behaviour.cli"],
     test_deps = TEST_DEPS,
     deps = COMPILE_DEPS,
 )