summaryrefslogtreecommitdiff
path: root/cmd/commands.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-01-10 11:53:07 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2020-01-10 11:53:07 -0700
commitba514f9660519c0ddee3eefdbe9c9ed4a3ba5c7f (patch)
tree0b700f94e738011cf071e6a17e7b6097f6ce10b1 /cmd/commands.go
parent3dcc34d3418d3ef5835eac512a52226e47727cfb (diff)
cmd: Add build-info command; update CertMagic
Diffstat (limited to 'cmd/commands.go')
-rw-r--r--cmd/commands.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/commands.go b/cmd/commands.go
index 93ebeff..87ded60 100644
--- a/cmd/commands.go
+++ b/cmd/commands.go
@@ -189,6 +189,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,
Short: "Prints the environment",