39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "client",
|
|
"guide": "{{.SelfFolder}}/client.md",
|
|
"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"
|
|
}
|
|
]
|
|
} |