mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-08 00:12:10 +08:00
10 lines
426 B
JSON
10 lines
426 B
JSON
{
|
|
"interactive": [
|
|
"accountFreeze" , {"ac" : ["--account"]},
|
|
"accountFreeze --account" , {"ac" : ["<ACCOUNT>"]},
|
|
"accountFreeze --account \\S+" , {"ac" : ["--reason","<enter>"]},
|
|
"accountFreeze --account \\S+ --reason" , {"pr" : ["\"reason between quotes\""]},
|
|
"accountFreeze --account \\S+ --reason .+" , {"pr" : ["<enter>"]}
|
|
],
|
|
"master_only": 1
|
|
}
|