github.com/criteo/command-launcher@v0.0.0-20230407142452-fb616f546e98/internal/repository/assets/dropins_wrong_manifest_format/test-pkg/manifest.mf (about)

     1  {
     2    "pkgName": "test-pkg",
     3    "version": "123",
     4    "cmds": [
     5      {
     6        "name": "wf",
     7        "type": "group",
     8        "group": "",
     9        "short": "commands to improve productivity",
    10        "long": "",
    11        "executable": "#CACHE#/src/wf.sh"
    12      },
    13      {
    14        "name": "debug-cdt-env",
    15        "type": "executable",
    16        "group": "",
    17        "short": "print cdt environment variable",
    18        "long": "",
    19        "executable": "printenv"
    20      },,,,, // wrong format
    21    ]
    22  }