command/seal-status

This commit is contained in:
Mitchell Hashimoto
2015-03-13 11:33:17 -07:00
parent 8de077810e
commit e881439d0b
3 changed files with 127 additions and 0 deletions

View File

@@ -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,