Adb devices equivalent for iOS app's

What is command equivalent to adb devices when we need to view connected device in iOS platform.
Some command I can run to view attached devices on linux terminal ?

use xcrun instruments -s devices
discussion link about this