Command Line
All of these are optional:
-o: Open the browser on the server-d <directory>: Specify a working directory-p <pathToTsconfig>: Specify a path to the active project. More-t <port>: Specify a custom port number-i: Creates a new project file and exits. Allows you to givealma quick go on an existing code base.--safe: To ignore any previous session data in.almfolder
If you want to host the server publicly here are few more options that are helpful (again completely optional):
--httpskey: path to a.keyfile--httpscert: path to a.certfile--host: By default we listen on0.0.0.0i.e. all local host names. You can restrict that by providing your own name e.g.foo-pac-machine--auth:username:passworde.g.--auth someusername:somepassword(alias-a)