From 2691db39b94151c879c652fe61128811126454b4 Mon Sep 17 00:00:00 2001 From: estebanthi Date: Mon, 20 Oct 2025 12:38:43 +0200 Subject: [PATCH] Add examples to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 556e62c..007904c 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,10 @@ Commands: bulk-update Bulk edit checks: select by filters, then apply updates... ls List checks after applying filters. ``` + +### Examples + +```bash +hc-bulk ls --tags backup,docker +hc-bulk bulk-update --name-re "docker-system" --set-grace 3600 --set-schedule "30 3 * * 0" +```