diff --git a/src/content/docs.html b/src/content/docs.html index 4b2533b..a077b82 100644 --- a/src/content/docs.html +++ b/src/content/docs.html @@ -272,9 +272,6 @@ ignore_package_versions = true
enroll diff feature supports sending the difference to a webhook of your choosing, or by e-mail. The payload can be sent in json, plain text, or markdown.A great way to use enroll diff is to run it periodically (e.g via cron or a systemd timer). Below is an example.
--exclude-path to ignore file/dir drift under specific paths (e.g. /var/anacron). Use --ignore-package-versions to ignore routine package upgrades/downgrades while still reporting added/removed packages.enroll diff automatically on a timerA great way to use enroll diff is to run it periodically (e.g via cron or a systemd timer). Below is an example.
Store the below file at /usr/local/bin/enroll-harvest-diff.sh and make it executable.