mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
command/delete
This commit is contained in:
parent
7a54437355
commit
3d33486d29
1 changed files with 6 additions and 0 deletions
|
|
@ -82,6 +82,12 @@ func init() {
|
|||
}, nil
|
||||
},
|
||||
|
||||
"delete": func() (cli.Command, error) {
|
||||
return &command.DeleteCommand{
|
||||
Meta: meta,
|
||||
}, nil
|
||||
},
|
||||
|
||||
"revoke": func() (cli.Command, error) {
|
||||
return &command.RevokeCommand{
|
||||
Meta: meta,
|
||||
|
|
|
|||
Loading…
Reference in a new issue