How to launch appium simulator in appium 1.6 installed with command npm install appium -g

Hi I have installed the appium 1.6 with command npm install appium -g as we don’t have dmg file available now.
when I run the command “appium” in terminal i got the “Appium REST http interface listener started on 0.0.0.0:4723” .
but my doubt is how to launch simulator with required capabilities in appium 1.6 ?

@imurchie could you help on this please ?
Thanks!

Something like that maybe ?
appium --address 127.0.0.1 --port 4723

Here is the doc the API in Javascript :wink: