the-bastion/bin/plugin/open/selfAddIngressKey.json

10 lines
381 B
JSON
Raw Normal View History

2020-10-16 00:32:37 +08:00
{
"interactive": [
"selfAddIngressKey" , {"ac" : ["--public-key \"","<enter>"]},
"selfAddIngressKey --public-key \"" , {"pr" : ["<ssh public key>"]},
"selfAddIngressKey --public-key \"[^\"]+" , {"ac" : ["\""]},
"selfAddIngressKey --public-key \"[^\"]+\"" , {"pr" : ["<enter>"]}
],
"master_only": true
}