How to run appium-destop in non-gui mode?

I could run command “node -appium -a 127.0.0.1 -p 4723 –session-override -dc “{\”noReset\”: \”false\”}”” to launch appiumGUI(old version 1.4) and create session with options in java code, but it is not working when update to appium-destop.
Is there any way to launch newest appium-destop and create session with options in java code or command?