mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-11 01:41:39 +08:00
10 lines
422 B
JSON
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
|
|
}
|