How to start multipass from command line

Is there any way to start the multipass from a command line?

At the moment I have to open applications and click the multipass to start it.

Hi @okada-shin.

You’re on macOS, correct? There you can launch applications with open -a <app>, so open -a Multipass will give you the GUI. On Windows and Linux, just multipass.gui.

To interact with Multipass on the command line, try multipass help. More in the docs.

Thanks .
open -a Multipass works.