command/policy-list

This commit is contained in:
Mitchell Hashimoto
2015-04-01 18:45:11 -07:00
parent 933e790ad0
commit 4930e3885d
3 changed files with 114 additions and 0 deletions

View File

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