e.g. given a list of instances: ```js instances.forEach(i => i.start()) ``` instead of the current ```js instances.forEach(i => environment.instances().start(i.id)) ```
e.g. given a list of instances:
instead of the current