@gameroom/cli
Version:
A command line tool for Gameroom
51 lines (49 loc) • 908 B
JSON
{
"dev": {
"ip": "162.210.5.137",
"url": "dev.gameroomforpresident.com",
"devices": {
"router": {
"ip": "10.0.1.1"
},
"macmini": {
"ip": "10.0.1.200",
"ports": {
"ssh": 22,
"vnc": 5900
}
}
}
},
"downtown": {
"ip": "162.210.5.252",
"url": "downtown.gameroomforpresident.com",
"devices": {
"asus_router": {
"ip": "192.168.254.1"
},
"buyin": {
"name": "Downtown-Buyin",
"ip": "192.168.254.15",
"ports": {
"ssh": 22,
"vnc": 5900
}
},
"checkout": {
"name": "Downtown-Checkout",
"ip": "192.168.254.16",
"ports": {
"ssh": 23,
"vnc": 5901
}
}
}
},
"omaha": {
"ip": null,
"url": "omaha.gameroomforpresident.com",
"devices": {
}
}
}