mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-31 18:48:08 +00:00
command/seal-status
This commit is contained in:
@@ -42,6 +42,12 @@ func init() {
|
||||
}, nil
|
||||
},
|
||||
|
||||
"seal-status": func() (cli.Command, error) {
|
||||
return &command.SealStatusCommand{
|
||||
Meta: meta,
|
||||
}, nil
|
||||
},
|
||||
|
||||
"unseal": func() (cli.Command, error) {
|
||||
return &command.UnsealCommand{
|
||||
Meta: meta,
|
||||
|
||||
Reference in New Issue
Block a user