# Befehlszeilenargumente

Mit dem Argument --config-file können Sie zusätzliche Konfigurationsdateien für ELO Sync bereitstellen.

Die Dateien müssen vorhanden sein, ansonsten kann ELO Sync nicht gestartet werden.

# Beispiele

# Windows

Unter Windows können zusätzliche Konfigurationsdateien mit dem folgenden Befehl bereitgestellt werden:

& .\Elo.Sync.Main.exe --config-file /path/to/config.json
& .\Elo.Sync.Main.exe --config-file=/path/to/config.json
dotnet run Elo.Sync.Main.dll --config-file /path/to/config.json
dotnet run Elo.Sync.Main.dll --config-file=/path/to/config.json

# Linux

Unter Linux können mit der Bash zusätzliche Konfigurationsdateien mit dem folgenden Befehl bereitgestellt werden:

./Elo.Sync.Main --config-file /path/to/config.json
./Elo.Sync.Main --config-file=/path/to/config.json
dotnet run Elo.Sync.Main.dll --config-file /path/to/config.json
dotnet run Elo.Sync.Main.dll --config-file=/path/to/config.json
Zuletzt aktualisiert: 7. Februar 2025 um 08:06