mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-10 17:30:51 +08:00
15 lines
919 B
JSON
15 lines
919 B
JSON
|
{
|
||
|
"interactive": [
|
||
|
"accountCreate" , {"ac" : ["--account"]},
|
||
|
"accountCreate --account" , {"pr" : ["<ACCOUNT>"]},
|
||
|
"accountCreate --account \\S+" , {"ac" : ["--uid"]},
|
||
|
"accountCreate --account \\S+ --uid" , {"pr" : ["<UID>"]},
|
||
|
"accountCreate --account \\S+ --uid \\S+" , {"ac" : ["<enter>", "--always-active", "--comment"]},
|
||
|
"accountCreate --account \\S+ --uid \\S+ --always-active" , {"ac" : ["<enter>", "--comment"]},
|
||
|
"accountCreate --account \\S+ --uid \\S+ .*--comment" , {"pr" : ["<COMMENT_WITHOUT_SPACES>"]},
|
||
|
"accountCreate --account \\S+ --uid \\S+ (--always-active --comment \\S+|--comment \\S+ --always-active)" , {"pr" : ["<enter>"]}
|
||
|
],
|
||
|
"master_only": true,
|
||
|
"terminal_mode": "raw"
|
||
|
}
|