the-bastion/bin/plugin/group-owner/groupDelEgressKey.json
2021-02-17 10:03:40 +01:00

10 lines
422 B
JSON

{
"interactive": [
"groupDelEgressKey" , {"ac" : ["--group"]},
"groupDelEgressKey --group" , {"ac" : ["<GROUP>"]},
"groupDelEgressKey --group \\S+" , {"ac" : ["--id"]},
"groupDelEgressKey --group \\S+ --id" , {"pr" : ["<KEYID>"]},
"groupDelEgressKey --group \\S+ --id \\d+", {"pr" : ["<enter>"]}
],
"master_only": true
}