Editing task settings using configuration file

To edit a task settings by changing the configuration file:

  1. Save a task settings to the configuration file:

    kesl-control --get-settings <task name>|<task ID> --file <full path to file>

  2. Open the created configuration file for editing.
  3. Edit the required settings in the configuration file.
  4. Save the changes in the configuration file.
  5. Import the settings from the configuration file into the task:

    kesl-control --set-settings <task name>|<task ID> --file <full path to file>

As a result, the task settings are updated.

Page top