Skip to content

Commit eddb549

Browse files
committed
Add info about new command line and change build template name
1 parent 9d204ea commit eddb549

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manual/editor/advanced/command-line-access.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It’s very common technique to build games on the separate machines or even in
88
Here is an example command that will build the game project in the Output folder for the Windows platform:
99

1010
```
11-
FlaxEditor.exe -project "<project-path>" -headless -mute -null -std -build "Development.Windows 64bit"
11+
FlaxEditor.exe -project "<project-path>" -headless -mute -null -std -build "Development.Windows"
1212
```
1313

1414
To run Flax via Windows **Command Prompt** (`cmd.exe`) with logs use `start /w ...` as follows:
@@ -65,3 +65,4 @@ Of course, all those things can be made manually by using Flax Editor C# API and
6565
| **-clearCache** | Clears the project cache before starting the editor. |
6666
| **-clearCooker** | Clears the project Game Cooker cache before starting the editor. |
6767
| **-build `preset.target`** | Starts the game building after editor launch and closes editor after building end. You can specify the single present name to build all its targets or specify both the present name and target name (separated by a dot). You can use braces if your preset/target name contains space characters. |
68+
| **-exit** | Exits the editor after startup and performing all queued actions. Usefull when invoking editor from CL/CD. |

0 commit comments

Comments
 (0)