fun syncInstances(action: InstanceSync.() -> Unit): Unit
In parallel, work with services of all instances matching default filtering.
fun syncInstances(instances: Iterable<Instance>, action: InstanceSync.() -> Unit): Unit
In parallel, work with services of all specified instances.