Dmengine_headless all flags list

I’m trying to create multiplayer game;)

In file game.project I choose different collections for client and server build manually:

After build: java -jar bob.jar --variant=headless build

I assumed that ./dmengine_headless --config=bootstrap.main_collection="/src/server.collection" could start server build but in console I see: ERROR:RESOURCE: Unknown resource type: collection

I don’t know how to programmatically build client and server. Now I have to switch Main Collection manually(+ after switch one build overwrites previous one)

PS: Nice to see:

  1. On mac m1 pro I can open only one Defold editor others become unresponsive in short time;(
  2. In editor while create bundle I cannot change output directory from default /build.
  3. In editor I cannot start several instances of game to work with multiplayer.
  4. britzl game examples He provided a lot of examples which I am using but it not easy to find. It will be grate if all his examples and knowledge were collected in one place as documentation or smth on main website!

Anyway thank you and especially to britzl! Your game engine looks easy but I have to search a lot(