command/unseal

This commit is contained in:
Mitchell Hashimoto
2015-03-03 23:57:23 -08:00
parent 0210df0516
commit a513240662
2 changed files with 61 additions and 4 deletions

View File

@@ -36,12 +36,14 @@ func init() {
"seal": func() (cli.Command, error) {
return nil, nil
},
"unseal": func() (cli.Command, error) {
return nil, nil
},
*/
"unseal": func() (cli.Command, error) {
return &command.UnsealCommand{
Meta: meta,
}, nil
},
"version": func() (cli.Command, error) {
ver := Version
rel := VersionPrerelease