Add set, get and listkeys -sdltool CLI commands 12/6712/5 1.5.1
authorPetri Ovaska <petri.ovaska@nokia.com>
Fri, 17 Sep 2021 09:33:24 +0000 (12:33 +0300)
committerPetri Ovaska <petri.ovaska@nokia.com>
Mon, 20 Sep 2021 09:33:21 +0000 (12:33 +0300)
commitfefde502cd4b1d2517f9de30a009d2dea59a7cf1
treea4c372cabc990155e6d510e7aff188bbd0700cd9
parent63869e10ac4d8572238989e1b582c0314da91f9c
Add set, get and listkeys -sdltool CLI commands

Added new sdltool CLI commands:

 listkeys to list keys matching search pattern under the namespace.
 get to read data from storage under the namespace.
 set to write data to storage under the namespace.

Release version 1.5.1

Issue-Id: RIC-110
Change-Id: I6ce4b355e8a1d62e30bd4ffa79216318669915f8
Signed-off-by: Petri Ovaska <petri.ovaska@nokia.com>
Makefile.am
configure.ac
debian/changelog.in
docs/release-notes.rst
include/private/cli/common.hpp [new file with mode: 0644]
rpm/sdl.spec.in
src/cli/getcommand.cpp [new file with mode: 0644]
src/cli/listkeyscommand.cpp [new file with mode: 0644]
src/cli/setcommand.cpp [new file with mode: 0644]