mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-10 17:30:51 +08:00
10 lines
468 B
JSON
10 lines
468 B
JSON
|
{
|
||
|
"interactive": [
|
||
|
"accountRevokeCommand" , {"ac" : ["--account"]},
|
||
|
"accountRevokeCommand --account" , {"ac" : ["<ACCOUNT>"]},
|
||
|
"accountRevokeCommand --account \\S+" , {"ac" : ["--command"]},
|
||
|
"accountRevokeCommand --account \\S+ --command" , {"ac" : ["<RESTRICTED_COMMAND>"]},
|
||
|
"accountRevokeCommand --account \\S+ --command \\S+" , {"pr" : ["<enter>"]}
|
||
|
]
|
||
|
}
|