[#1402] cli: Support storage group expiration

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2022-06-20 19:56:41 +03:00 committed by fyrchik
parent cfca88fc5c
commit 12d41918e6
2 changed files with 20 additions and 0 deletions

View file

@ -25,6 +25,8 @@ const (
cidFlag = "cid"
)
const sgLifetimeFlag = "lifetime"
func init() {
storageGroupChildCommands := []*cobra.Command{
sgPutCmd,