qaskx.template/generator/default/build/client.json

39 lines
1.1 KiB
JSON

{
"name": "client",
"guide": "https://docs.qaskx.one/templates/build/golang/client",
"description": "golang build client template",
"variables": [
{
"label": "Fully Qualified Host Name",
"source": "console",
"default": "",
"name": "Fdqn",
"type": "string",
"value": ""
},
{
"label": "Design domain",
"source": "console",
"default": "",
"name": "DesignDomain",
"type": "string",
"value": ""
}
],
"templates": [
{
"engine": "golang",
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
"file_name": "build_win.tmpl",
"output_folder": "^/build",
"output_name": "golang_windows.ps1"
},
{
"engine": "golang",
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
"file_name": "build_linux.tmpl",
"output_folder": "^/build",
"output_name": "golang_linux.ps1"
}
]
}