the-bastion/bin/plugin/group-owner/groupDelEgressKey.json

11 lines
422 B
JSON
Raw Normal View History

{
"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
}