Draft version of SDLCLI command line tool 87/6887/2
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Tue, 19 Oct 2021 10:22:06 +0000 (13:22 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 21 Oct 2021 05:55:19 +0000 (08:55 +0300)
commitbf3832a4e8a0a5d9c0c83f784ae3778f4697fe61
tree345ae210d0a6f76a6c3cddb9e630f13df3a5dde9
parent6ca87249ebac1cc60daf04290238a901e1763538
Draft version of SDLCLI command line tool

Add SDLCLI source codes to build command line tool, which can be used
for troubleshooting SDL/DB. With this commit draft version of the tool
has been implemented, shows only help.

Issue-Id: RIC-113

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Ied47ce68bcbc065c21c53fd2a326b91c32506204
cmd/sdlcli/main.go [new file with mode: 0644]
go.mod
go.sum
internal/cli/root.go [new file with mode: 0644]
internal/cli/root_test.go [new file with mode: 0644]
internal/cli/types.go [new file with mode: 0644]