From ba514f9660519c0ddee3eefdbe9c9ed4a3ba5c7f Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 10 Jan 2020 11:53:07 -0700 Subject: cmd: Add build-info command; update CertMagic --- cmd/commands.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmd/commands.go') diff --git a/cmd/commands.go b/cmd/commands.go index 93ebeff..87ded60 100644 --- a/cmd/commands.go +++ b/cmd/commands.go @@ -188,6 +188,12 @@ config file; otherwise the default is assumed.`, }(), }) + RegisterCommand(Command{ + Name: "build-info", + Func: cmdBuildInfo, + Short: "Prints information about this build", + }) + RegisterCommand(Command{ Name: "environ", Func: cmdEnviron, -- cgit v1.2.3