mirror of
https://github.com/ovh/the-bastion.git
synced 2024-11-10 17:26:51 +08:00
10 lines
484 B
JSON
10 lines
484 B
JSON
{
|
|
"interactive": [
|
|
"groupTransmitOwnership" , {"ac" : ["--account"]},
|
|
"groupTransmitOwnership --account" , {"ac" : ["<ACCOUNT>"]},
|
|
"groupTransmitOwnership --account \\S+" , {"ac" : ["--group"]},
|
|
"groupTransmitOwnership --account \\S+ --group" , {"ac" : ["<GROUP>"]},
|
|
"groupTransmitOwnership --account \\S+ --group \\S+" , {"pr" : ["<enter>"]}
|
|
],
|
|
"master_only": true
|
|
}
|