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.
11 lines
482 B
11 lines
482 B
{
|
|
"interactive": [
|
|
"adminSudo" , { "ac" : ["-- --sudo-as"]},
|
|
"adminSudo -- --sudo-as" , { "ac" : ["<ACCOUNT>" ]},
|
|
"adminSudo -- --sudo-as \\S+" , { "ac" : ["--sudo-cmd" ]},
|
|
"adminSudo -- --sudo-as \\S+ --sudo-cmd" , { "ac" : ["<COMMAND>" ]},
|
|
"adminSudo -- --sudo-as \\S+ --sudo-cmd \\S+" , { "ac" : ["--" ]},
|
|
"adminSudo -- --sudo-as \\S+ --sudo-cmd \\S+ --" , { "pr" : ["<enter> or additional COMMAND-specific options" ]}
|
|
]
|
|
}
|