WARNING: The [sjs-3] engine was deprecated, use [sjs-4] instead.

os.updateInstances()

Update instances of given apps.

Syntax

os.updateInstances(instancesInSubtree File, appsInSubtree File)

Parameters

instancesInSubtree File

Files in that subtree will be updated, including the file provided.

appsInSubtree File

Instances will only be updated if their type chain ends in this subtree.

Description

Update all instances of a collection of apps. The instances to be updated can be specified as a subtree, possibly the entire filesystem. Similarly, the collection of apps for which the instances shall be updated can be specified as a subtree, possibly providing a package file or a local application.

Effectively, the .Update method will be applied to all intances.

Note that packages will not be re-imported, nor will the changes be commited.

Examples

Create a dummy box app and an instance of it. Create a new version of the app. Create an .Update file in the old to update old versions to the new. Update all instances with os.updateInstances().