From 2772ede43c852fa50f3527dbd94ae747b6f64365 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 1 Feb 2021 18:14:03 -0700 Subject: cmd: Add --force flag to reload command (close #4005) Can be useful if user wants to reload manual certificates, for example. --- cmd/commands.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/commands.go') diff --git a/cmd/commands.go b/cmd/commands.go index 1765194..a519896 100644 --- a/cmd/commands.go +++ b/cmd/commands.go @@ -178,6 +178,7 @@ config file; otherwise the default is assumed.`, fs.String("config", "", "Configuration file (required)") fs.String("adapter", "", "Name of config adapter to apply") fs.String("address", "", "Address of the administration listener, if different from config") + fs.Bool("force", false, "Force config reload, even if it is the same") return fs }(), }) -- cgit v1.2.3