mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
perf: output-selector from参数支持更丰富的过滤规则
规则: pluginName:valueType:keyName
This commit is contained in:
@@ -41,7 +41,7 @@ export function getDefaultDeployPlugin() {
|
||||
let certApplyNames = ''
|
||||
for (const name of CertApplyPluginNames) {
|
||||
certApplyNames += `
|
||||
- ${name}`
|
||||
- "${name}"`
|
||||
}
|
||||
const metadata =`
|
||||
input: # 插件的输入参数
|
||||
|
||||
Reference in New Issue
Block a user