Skip to main content

"options" (instance)

The "options" property can change the behavior of the current replutil run.

Examples

"options": {
      "profile": true,
      "replace": true,
      "ignoredeploy": false,
      "recursivedel": false,
      "recursivesearch": true
    }

Property summary

Table 1. "options" property summaries

Property

Description

Default

Type

Limits (inclusive)

"profile"

enables profiling by reporting on the standard output the time spent to execute the internal actions

false

Boolean

true
false

"replace"

forces the replacement of the targe files while deploying a replication plan

false

Boolean

true
false

"ignoreploy"

ignores whether a plan has been deployed when starting

false

Boolean

true
false

"recursivedel"

recursively searches the publication or the plan to be removed

false

Boolean

true
false

"recursivesearch"

recursively searches for files to be added to publications

false

Boolean

true
false

"showprogress"

outputs the progress for the currently running action

false

Boolean

true
false