mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-09 17:03:24 +08:00
13 lines
723 B
JSON
13 lines
723 B
JSON
|
{
|
||
|
"interactive": [
|
||
|
"accountPIV" , {"ac": ["--account"]},
|
||
|
"accountPIV --account" , {"ac": ["<ACCOUNT>"]},
|
||
|
"accountPIV --account \\S+" , {"ac": ["--policy"]},
|
||
|
"accountPIV --account \\S+ --policy" , {"ac": ["none","enforce","grace"]},
|
||
|
"accountPIV --account \\S+ --policy (none|enforce)" , {"pr": ["<enter>"]},
|
||
|
"accountPIV --account \\S+ --policy grace" , {"ac": ["--ttl"]},
|
||
|
"accountPIV --account \\S+ --policy grace --ttl" , {"pr": ["<duration>"]},
|
||
|
"accountPIV --account \\S+ --policy grace --ttl (.*)", {"pr": ["<enter>"]}
|
||
|
]
|
||
|
}
|