mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-08 00:12:10 +08:00
11 lines
563 B
JSON
11 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"
|
|
}
|