{ "defaultSSH": { "host": "gate.hidora.com", "port": 3022 }, "instances": [ { "name": "My App in test", "username": "42099-7543", "category": "Test" }, { "name": "My App in prod", "username": "23771-7543", "category": "Prod", "host": "10.253.23.1", "port": "2222" } ], "actions": [ { "name": "Voir les logs en continu", "cmd": "tail -f -n 50 /var/log/run.log" }, { "name": "Voir les derniers logs", "cmd": "tail -n 100 /var/log/run.log" }, { "name": "Voir les variables d'environnement", "cmd": "env" }, { "name": "Ouvrir un shell", "cmd": "" } ] }