github.com/criteo/command-launcher@v0.0.0-20230407142452-fb616f546e98/internal/remote/assets/fake-1.0.1/manifest.mf (about) 1 { 2 "pkgName": "fake", 3 "version": "1.0.0", 4 "cmds": [ 5 { 6 "name": "fake", 7 "type": "executable", 8 "group": "fake_group_cmd", 9 "category": "test", 10 "short": "Fake manifest", 11 "long": "Fake manifest", 12 "executable": "fake", 13 "args": [ "A", "B" ], 14 "docFile": "doc/doc.md", 15 "docLink": "https://criteo.com" 16 }, 17 { 18 "name": "fake_group_cmd", 19 "type": "group", 20 "group": "", 21 "category": "test", 22 "short": "Fake manifest", 23 "long": "Fake manifest", 24 "docFile": "doc/doc.md", 25 "docLink": "https://criteo.com" 26 } 27 ] 28 }