createconfig
The createconfig command applies only to the DiffDog Server executable. This command creates a server configuration file with default settings for all options. Note that running this command without specifying the --force option will overwrite any existing configuration file. If you do not want that, set the --force option to false.
Syntax
diffdogserver createconfig [options] |
Options
--force, --f
Values are true|false. If true, then any existing server configuration file will be overwritten. If false, then a new server configuration file will be created only if one doesn't exist already. The default value is true.
--lang=VALUE
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