Skip to main content

"options" (instance)

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

Abstract

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 summary

Property

Description

Default

Type

Limits (inclusive)

ignorePloy

ignores whether a plan has been deployed when starting

false

Boolean

true
false

profile

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

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

replace

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

false

Boolean

true
false

showProgress

outputs the progress for the currently running action

false

Boolean

true
false