summaryrefslogtreecommitdiff
path: root/cmd/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/commands.go')
-rw-r--r--cmd/commands.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/commands.go b/cmd/commands.go
index e4a2b91..1765194 100644
--- a/cmd/commands.go
+++ b/cmd/commands.go
@@ -277,6 +277,15 @@ is always printed to stdout.`,
}(),
})
+ RegisterCommand(Command{
+ Name: "upgrade",
+ Func: cmdUpgrade,
+ Short: "Upgrade Caddy (EXPERIMENTAL)",
+ Long: `
+Downloads an updated Caddy binary with the same modules/plugins at the
+latest versions. EXPERIMENTAL: May be changed or removed.`,
+ })
+
}
// RegisterCommand registers the command cmd.