mirror of https://github.com/ovh/the-bastion
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
1006 B
15 lines
1006 B
{
|
|
"interactive": [
|
|
"accountCreate" , {"ac" : ["--account"]},
|
|
"accountCreate --account" , {"pr" : ["<ACCOUNT>"]},
|
|
"accountCreate --account \\S+" , {"ac" : ["--uid","--uid-auto"]},
|
|
"accountCreate --account \\S+ --uid" , {"pr" : ["<UID>"]},
|
|
"accountCreate --account \\S+ --uid( \\S+|-auto)" , {"ac" : ["<enter>", "--always-active", "--comment"]},
|
|
"accountCreate --account \\S+ --uid( \\S+|-auto) --always-active" , {"ac" : ["<enter>", "--comment"]},
|
|
"accountCreate --account \\S+ --uid( \\S+|-auto) .*--comment" , {"pr" : ["<COMMENT_WITHOUT_SPACES>"]},
|
|
"accountCreate --account \\S+ --uid( \\S+|-auto) (--always-active --comment \\S+|--comment \\S+ --always-active)" , {"pr" : ["<enter>"]}
|
|
],
|
|
"master_only": true,
|
|
"terminal_mode": "raw"
|
|
}
|