Displaying general application settings

You can output the current values of general application settings to the console or to a configuration file that you can use to edit task settings.

To output the current values of general application settings to the console, execute the following command:

kesl-control --get-app-settings [--json]

where --json is specified to output the settings in JSON format. If the --json key is not specified, the settings will be imported in the INI format.

To output the current values of general application settings to a configuration file, execute the following command:

kesl-control --get-app-settings --file <configuration file path> [--json]

where:

Page top