github.com/zenyuk/edward@v1.8.17/config/testdata/imports1/import1.json (about) 1 { 2 "services": [ 3 { 4 "name": "service2", 5 "path": "service2/path", 6 "commands": { 7 "build": "buildCmd2", 8 "launch": "launchCmd2", 9 "stop": "stopCmd2" 10 } 11 } 12 ], 13 "groups": [ 14 { 15 "name": "group2", 16 "children": ["service2"] 17 } 18 ] 19 }