mirror of
https://github.com/ovh/the-bastion.git
synced 2024-11-14 12:17:32 +08:00
9 lines
235 B
JSON
9 lines
235 B
JSON
|
{
|
||
|
"interactive": [
|
||
|
"realmDelete" , {"ac" : ["--realm"]},
|
||
|
"realmDelete --realm" , {"ac" : ["<REALM>"]},
|
||
|
"realmDelete --realm \\S+" , {"pr" : ["<enter>"]}
|
||
|
],
|
||
|
"master_only": true
|
||
|
}
|