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.
13 lines
854 B
13 lines
854 B
{
|
|
"interactive": [
|
|
"accountPIV" , {"ac": ["--account"]},
|
|
"accountPIV --account" , {"ac": ["<ACCOUNT>"]},
|
|
"accountPIV --account \\S+" , {"ac": ["--policy"]},
|
|
"accountPIV --account \\S+ --policy" , {"ac": ["default","enforce","never","grace"]},
|
|
"accountPIV --account \\S+ --policy (default|enforce|never|grace)" , {"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>"]}
|
|
]
|
|
}
|