feat(meta): add meta command for viewing/modifying key metadata

This commit is contained in:
Lewis Wynne 2026-02-13 15:15:26 +00:00
parent a382e8dc79
commit 618842b285
7 changed files with 189 additions and 0 deletions

View file

@ -70,6 +70,7 @@ func init() {
cpCmd.GroupID = "keys"
delCmd.GroupID = "keys"
listCmd.GroupID = "keys"
metaCmd.GroupID = "keys"
identityCmd.GroupID = "keys"
rootCmd.AddGroup(&cobra.Group{ID: "stores", Title: "Store commands:"})