mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
command/seal
This commit is contained in:
10
commands.go
10
commands.go
@@ -32,12 +32,14 @@ func init() {
|
||||
"put": func() (cli.Command, error) {
|
||||
return nil, nil
|
||||
},
|
||||
|
||||
"seal": func() (cli.Command, error) {
|
||||
return nil, nil
|
||||
},
|
||||
*/
|
||||
|
||||
"seal": func() (cli.Command, error) {
|
||||
return &command.SealCommand{
|
||||
Meta: meta,
|
||||
}, nil
|
||||
},
|
||||
|
||||
"unseal": func() (cli.Command, error) {
|
||||
return &command.UnsealCommand{
|
||||
Meta: meta,
|
||||
|
||||
Reference in New Issue
Block a user