github.com/criteo/command-launcher@v0.0.0-20230407142452-fb616f546e98/internal/repository/assets/dropins_multiple_pkgs/pkg2/manifest.mf (about) 1 { 2 "pkgName": "test-pkg-2", 3 "version": "123", 4 "cmds": [ 5 { 6 "name": "wf-2", 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-2", 15 "type": "executable", 16 "group": "", 17 "short": "print cdt environment variable", 18 "long": "", 19 "executable": "printenv" 20 } 21 22 ] 23 }