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