Update README
All checks were successful
CI / test (push) Successful in 6m53s
Lint / test (push) Successful in 30s
Trivy / test (push) Successful in 22s

This commit is contained in:
Miguel Jacq 2026-01-04 21:27:23 +11:00
parent 04234e296f
commit 56d0148614
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -88,6 +88,8 @@ Harvest state about a host and write a harvest bundle.
- glob (default): supports `*` and `**` (prefix with `glob:` to force)
- regex: prefix with `re:` or `regex:`
- Precedence: excludes win over includes.
* Using remote mode and sudo requires password?
- `--ask-become-pass` (or `-K`) will prompt for the password. If you forget, and remote requires password for sudo, it'll still fall back to prompting for a password, but will be a bit slower to do so.
---