chore: add emqx_ctl acl list to show all acls

This commit is contained in:
zhongwencool 2022-08-30 15:03:21 +08:00
parent 5a5d901968
commit 0803c74999
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ cli(_) ->
emqx_ctl:usage([ {"acl list clientid", "List clientid acls"}
, {"acl list username", "List username acls"}
, {"acl list _all", "List $all acls"}
, {"acl list ", "List all acls"}
, {"acl show clientid <Clientid>", "Lookup clientid acl detail"}
, {"acl show username <Username>", "Lookup username acl detail"}
, {"acl aad clientid <Clientid> <Topic> <Action> <Access>", "Add clientid acl"}