github.com/criteo/command-launcher@v0.0.0-20230407142452-fb616f546e98/examples/packages/hello-v2/manifest.mf (about)

     1  {
     2    "pkgName": "command-launcher-demo",
     3    "version": "2.0.0",
     4    "cmds": [
     5      {
     6        "name": "hello",
     7        "type": "executable",
     8        "short": "print hello world from command launcher",
     9        "executable": "{{.PackageDir}}/hello.{{if eq .Os \"windows\"}}bat{{else}}sh{{end}}",
    10        "args": []
    11      }
    12    ]
    13  }