App Config
Pareto Desktop provides a config command to manage application settings, such as enabling or disabling specific checks.
Usage
paretosecurity config [command]Available Commands
- disable: Disable a specific check.
- enable: Enable a specific check.
- reset: Reset configuration settings.
Examples
Enable a Check
The <check-uuid> should be the UUID of the check. You can retrieve the UUID by running:
paretosecurity statusThen enable the check using:
paretosecurity config enable <check-uuid>Disable a Check
The <check-uuid> should be the UUID of the check. Retrieve the UUID by running:
paretosecurity statusThen disable the check using:
paretosecurity config disable <check-uuid>Reset Configuration
paretosecurity config resetFor more details, use:
paretosecurity config [command] --help
Was this page helpful?