Add examples to README

This commit is contained in:
estebanthi
2025-10-20 12:38:43 +02:00
parent 3005b804ee
commit 2691db39b9

View File

@@ -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"
```