createconfig
The createconfig command creates a server configuration file with default settings for all options in the application data folder.
Syntax
diffdogserver createconfig [options]
Notes
Running this command without specifying the --force option will overwrite any existing configuration file in the application data folder. If you do not want to do this, set the --force option to false.
Options
Values are true|false. If true, then any existing server configuration file in the application data folder will be overwritten. If false, then a new server configuration file will be created—but only if one doesn't exist already. The default value is true.
|
Sets the value of the language parameter in the configuration file. Valid values are en, es, de, fr, ja.
|
Examples
To create a default configuration file and set the command line interface language to German, use:
diffdogserver createconfig --lang=de