github.com/mattevans/edward@v1.9.2/config/testdata/test9.json (about)

     1  {
     2  	"services": [
     3  		{
     4  			"name": "service1",
     5  			"aliases": ["service2"],
     6  			"path": ".",
     7  			"requiresSudo": true,
     8  			"commands": {
     9  				"build": "buildCmd",
    10  				"launch": "launchCmd",
    11  				"stop": "stopCmd"
    12  			},
    13  			"log_properties": {
    14  				"started": "startedProperty"
    15  			}
    16  		}
    17  	],
    18  	"groups": [
    19  		{
    20  			"name": "group1",
    21  			"aliases": ["group2"],
    22  			"children": ["service1"]
    23  		}
    24  	]
    25  }