feat: warn about any unused chatmail.ini parameter at the end of "cmdeploy run"

This commit is contained in:
holger krekel
2026-05-14 20:43:56 +02:00
parent 43ae9fee5c
commit a47bb94143
3 changed files with 39 additions and 38 deletions

View File

@@ -134,7 +134,7 @@ def run_cmd(args, out):
out.green("Deploy completed.")
else:
out.green("Deploy completed, call `cmdeploy dns` next.")
_warn_unused_settings(args.config.unused_keys, out)
_warn_unused_settings(args.config._unused_keys, out)
return 0
except subprocess.CalledProcessError:
out.red("Deploy failed")