v1.29.0
Added
Glob wildcard patterns for <name> commands (#40, @LeeNX). When the argument contains *, ? or [...], Docksentry matches all containers (case-insensitive, running + stopped) instead of resolving one — for addressing a bunch of similar containers at once:
/status <glob>— compact one-line-per-match overview, e.g./status ctf-*-even(read-only)./start//stop//restart <glob>— act on every match, e.g./restart gluetun-*, with aggregated per-container results. Each still goes through the existing guards (self-kill protection and protect-from-stop), so a glob can't stop a protected container or Docksentry itself.
No glob characters → exact/partial single-name behaviour is unchanged. Glob for /check and /update (which tie into the batch-update flow) is a planned follow-up.