Using Multiple server.json Files
Create anything.json
anything.jsonstart cfengine=lucee@4 name=lucee4
start cfengine=lucee@5 name=lucee5
start cfengine=adobe@2016 name=adobe2016{
"app":{
"cfengine":"lucee@4"
},
"name":"lucee4"
}{
"app":{
"cfengine":"lucee@5"
},
"name":"lucee5"
}Interacting with non-standard JSON file names
Use server JSON files to control servers
Use server names to control servers
Last updated
Was this helpful?