var $options = array(
'export' => array(),
'synchronize' => array(
'simulation' => false, //enable a simulation run
'runBeforeScript' => true, //enable custom script before
deployement
'backup' => false //enable backup functionality
),
'finalize' => array(
'renamePrdFile' => true, //enable renaming .prd.xxx files
'changeFileMode' => false, //enable updating file mode
'giveWriteMode' => false, //enable updating write mode on
directories defined in $writable (in this file)
'runAfterScript' => true //enable custom script at the end of the
deployement process
)
);
...but "simulation" doesn't seem to be a recognized parameter and I
can't find any documentation on how to disable it by default. Does
anyone know how this can be done, or does the code need to be modified
to handle this?
Regardless, thank you for the clarification, Fred!