[#1614] adm/frostfsid: Add 'delete-kv'

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2025-02-10 15:28:29 +03:00
parent a7145ca9bf
commit 076952f4c7
Signed by: achuprov
GPG key ID: 2D916FFD803B0EDD
2 changed files with 35 additions and 0 deletions

View file

@ -13,6 +13,7 @@ func init() {
initFrostfsIDRemoveSubjectFromGroupCmd()
initFrostfsIDListGroupSubjectsCmd()
initFrostfsIDSetKVCmd()
initFrostfsIDDeleteKVCmd()
initFrostfsIDAddSubjectKeyCmd()
initFrostfsIDRemoveSubjectKeyCmd()
}