Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 747 Bytes

experimental-features.md

File metadata and controls

27 lines (22 loc) · 747 Bytes

Experimental Features

{% hint style="danger" %} Note, as of CommandBox 6, the old format of experimental Runwar args that look like --name-here is removed. There is a new syntax for specifying arbitrary experimental flags. {% endhint %}

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.