configuration

CLI REST-API

cli

The submenu cli (cli) contains the following:

Menus:
remote-cli (remote-cli)

Objects:
text-color (text-color setting for lt_cli)
default-view (default-view setting for view-command)
default-view-depth (default-view-depth)
default-table-columns (default-table-columns)
time-out (time-out)
confirm-change (show object, if it changes by you)
confirm-quit (always ask to confirm before quitting)
history-size (Sets the maximal number of lines inside the History-File)
print-update-errors (print errors if something went wrong while updating the parameters)
show-logo (prints the MEINBERG-logo when the program starts)
read-cache (cli caches its values instead of updating every time)

Commands:
clear-history (clears the command history buffer of the current user)
show-history (prints all entries of the current user)



See also:
/configuration/cli/remote-cli: remote-cli
/configuration/cli/text-color: text-color setting for lt_cli
/configuration/cli/default-view: default-view setting for view-command
/configuration/cli/default-view-depth: default-view-depth
/configuration/cli/default-table-columns: default-table-columns
/configuration/cli/time-out: time-out
/configuration/cli/confirm-change: show object, if it changes by you
/configuration/cli/confirm-quit: always ask to confirm before quitting
/configuration/cli/history-size: Sets the maximal number of lines inside the History-File
/configuration/cli/print-update-errors: print errors if something went wrong while updating the parameters
/configuration/cli/show-logo: prints the MEINBERG-logo when the program starts
/configuration/cli/read-cache: cli caches its values instead of updating every time
/configuration/cli/clear-history: clears the command history buffer of the current user
/configuration/cli/show-history: prints all entries of the current user

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/cli


Example using curl:
curl /api/configuration/cli


Method: PATCH
URL: /api/configuration/cli
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/cli
-d "{
  \"objects\": \"new-values\"
}"