mirror of
https://github.com/chatmail/relay.git
synced 2026-05-18 20:08:21 +00:00
feat: warn about any unused chatmail.ini parameter at the end of "cmdeploy run"
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user