mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-10 17:30:51 +08:00
12 lines
563 B
JSON
12 lines
563 B
JSON
|
{
|
||
|
"interactive": [
|
||
|
"accountGeneratePassword" , {"ac" : ["--account"]},
|
||
|
"accountGeneratePassword --account" , {"ac" : ["<ACCOUNT>"]},
|
||
|
"accountGeneratePassword --account \\S+" , {"ac" : ["--size","<enter>"]},
|
||
|
"accountGeneratePassword --account \\S+ --size" , {"pr" : ["<SIZE>"]},
|
||
|
"accountGeneratePassword --account \\S+ --size \\S+" , {"pr" : ["<enter>"]}
|
||
|
],
|
||
|
"master_only": true,
|
||
|
"terminal_mode": "noecho"
|
||
|
}
|