mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
command/policy-list
This commit is contained in:
@@ -43,6 +43,12 @@ func init() {
|
||||
}, nil
|
||||
},
|
||||
|
||||
"policy-list": func() (cli.Command, error) {
|
||||
return &command.PolicyListCommand{
|
||||
Meta: meta,
|
||||
}, nil
|
||||
},
|
||||
|
||||
"read": func() (cli.Command, error) {
|
||||
return &command.ReadCommand{
|
||||
Meta: meta,
|
||||
|
||||
Reference in New Issue
Block a user