github.com/criteo/command-launcher@v0.0.0-20230407142452-fb616f546e98/test/packages-src/yaml-manifest/manifest.mf (about) 1 pkgName: yaml-manifest 2 version: 1.0.0 3 cmds: 4 - name: bonjour1 5 type: executable 6 short: a test command for yaml yaml-manifest 7 long: | 8 Example command for yaml 9 10 This is another line 11 12 Examples: 13 bonjour1 world 14 executable: "{{.PackageDir}}/bonjour.{{if eq .Os \"windows\"}}bat{{else}}sh{{end}}" 15 - name: bonjour2 16 type: executable 17 short: a test command for yaml yaml-manifest 18 long: | 19 Example command for yaml 20 21 This is another line 22 argsUsage: bonjour2 name 23 examples: 24 - scenario: Print greeting message 25 cmd: bonjour2 26 executable: "{{.PackageDir}}/bonjour.{{if eq .Os \"windows\"}}bat{{else}}sh{{end}}" 27 args: 28 - monde 29 checkFlags: true