mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-10 09:23:52 +08:00
11 lines
473 B
JSON
11 lines
473 B
JSON
|
{
|
||
|
"interactive": [
|
||
|
"accountDelete" , {"ac" : ["--account"]},
|
||
|
"accountDelete --account" , {"ac" : ["<ACCOUNT>"]},
|
||
|
"accountDelete --account \\S+" , {"ac" : ["<enter>", "--comment"]},
|
||
|
"accountDelete --account \\S+ --comment" , {"pr" : ["<COMMENT_WITHOUT_SPACES>"]},
|
||
|
"accountDelete --account \\S+ --comment \\S+" , {"pr" : ["<enter>"]}
|
||
|
],
|
||
|
"master_only": true
|
||
|
}
|