-
Notifications
You must be signed in to change notification settings - Fork 19
Command line arguments
floele edited this page Mar 26, 2023
·
1 revision
You can run Ketarin from the command line. These arguments are available:
Argument | Description | Minimum Version Required |
---|---|---|
/database=FILENAME | Starts Ketarin with the specified database. | 1.1 |
/export=FILENAME | Exports the whole Ketarin database as XML to the specified location. | 1.1 |
/install=FILENAME | Installs all applications specified in the given XML, showing a progress dialog. | 1.5 |
/install=FILENAME /exit | Installs all applications specified in the given XML, showing a progress dialog. Exits when done. | 1.6.1 |
/log=FILENAME | On exit, Ketarin saves the log as file to the specified location. | 1.1 |
/notify | (additional to /SILENT ) Ketarin will show an icon in the task bar. |
1.1 |
/silent | No GUI is shown and Ketarin updates all available applications regardless of autoupdate setting specified in main settings. | 1.1 |
/silent /category=CATEGORY | Like /silent , but limited to jobs of a certain category. Can be used together with /appname . |
1.8 |
/silent /appname=APPNAME | Like /silent , but limited to jobs with a certain name. Can be used together with /category . This filter supports LIKE comparison. |
1.1 |
If no arguments are passed then the user interface will load normally.