Editing task settings using configuration file
Editing task settings using configuration file
October 10, 2024
ID 162022
To edit a task settings by changing the configuration file:
- Save a task settings to the configuration file:
kesl-control --get-settings <task name>|<task ID> --file <full path to file>
- Open the created configuration file for editing.
- Edit the required settings in the configuration file.
- Save the changes in the configuration file.
- 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.