fun namedInstance(desiredName: String? = props.string("instance.name"), defaultName: String = "$env-*"): Instance
Get all instances which names are matching wildcard filter specified via command line parameter 'instance.name'. By default, this method respects current environment which is used to work only with instances running locally.
If none instances will be found, throws exception.