Experimental Features

There are not any experimental features in CommandBox, but you can influence the JSON file used to configure runwar with the following syntax.

server set runwar.options.path.to.option="value"
{
  "runwar" : {
    "options" : {
      "path" : {
        "to" : {
          "option" : "value"
        }
      }
    }
  }
}

The struct you specify will be merged into the JSON file that is sent to Runwar. Note, this JSON format is undocumented and subject to change.

Was this helpful?