command/policy-delete

This commit is contained in:
Mitchell Hashimoto
2015-04-19 16:36:11 -07:00
parent 6bca496390
commit 42743eb109
5 changed files with 150 additions and 0 deletions

View File

@@ -115,6 +115,12 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
}, nil
},
"policy-delete": func() (cli.Command, error) {
return &command.PolicyDeleteCommand{
Meta: meta,
}, nil
},
"policy-write": func() (cli.Command, error) {
return &command.PolicyWriteCommand{
Meta: meta,