{
  "commands": [
    {
      "name": "run",
      "options" : [
        {
          "name": "<script>",
          "summary": "path to the dapple-script file"
        },
        {
          "name": "[--force]",
          "summary": "owerwrite objects in the current environment"
        },
        {
          "name": "[--no-simulation]",
          "summary": "skips local simulation of the deploy and execute the script on the given environment"
        },
        {
          "name": "[options]",
          "summary": "default options"
        },
        {
          "name": "[--no-optimize]",
          "summary": "turn off the optimization step during compilation"
        },
        {
          "name": "[--report]",
          "summary": "log //@log statements"
        }
      ],
      "summary" : "",
      "help": ""
    }
  ]
}
