jeto.json file - StudioQi/jeto GitHub Wiki

The jeto.json file is a small utility to help you provide more information on the instance. It accepts any parameters, in a free form format.

{
    "description": "This project is really cool",
    "date" : "This project was tagged at : 2015-01-01",
    "scripts": {
       "silly1" : {
            "description": "Print silly message 1",
            "command" : "echo weeeee"
        },
        "silly2" : {
            "description": "Print silly message 2",
            "command" : "echo peee weeeee"
        }
    }
}

Some are parameters are special and have a specific effect:

scripts

Will be displayed in a separate table. You will be able to choose which machine to run the script on. Keep in mind that you need permission (or the admin role) to launch custom scripts on the instances.