Displaying task settings in the command line

You can display the current values of settings for all user tasks and all predefined tasks, except for Rollback and License tasks (these tasks have no settings).

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

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

kesl-control --get-settings <task ID/name> [--json]

where:

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

kesl-control --get-settings <task ID/name> --file <path to configuration file> [--json]

where:

Page top