source:
https://ldez.github.io/blog/2026/05/11/lego-v5/
Geen renew meer nodig
Renew command is geintegreerd in run
The biggest CLI change in v5 is the unification of run and renew into a single command: lego run.
Veranderingen in Commando’s
Flags have also moved: global flags are now command-level flags for clarity.
Run komt voor de argumenten / opties / vlaggen.
# Before (v4)
lego --dns cloudflare -d '*.example.com' -d example.com run
# After (v5)
lego run --dns cloudflare -d '*.example.com' -d example.com

