"options"
(instance)
The options property can change the behavior of the current replutil run
The "options"
property can change the behavior of the current replutil
run.
Examples
"options": { "profile": true, "replace": true, "ignoredeploy": false, "recursivedel": false, "recursivesearch": true }
Properties summary
Table 1.
"options"
properties summaryProperty | Description | Default | Type | Limits (inclusive) | ||
---|---|---|---|---|---|---|
ignorePloy | ignores whether a plan has been deployed when starting |
| Boolean |
| ||
profile | enables profiling by reporting on the standard output the time spent to execute the internal actions |
| Boolean |
| ||
recursiveDel | recursively searches the publication or the plan to be removed |
| Boolean |
| ||
recursiveSearch | recursively searches for files to be added to publications |
| Boolean |
| ||
replace | forces the replacement of the targe files while deploying a replication plan |
| Boolean |
| ||
showProgress | outputs the progress for the currently running action |
| Boolean |
|