cmd: Add build-info command; update CertMagic

This commit is contained in:
Matthew Holt
2020-01-10 11:53:07 -07:00
parent 3dcc34d341
commit ba514f9660
4 changed files with 30 additions and 1 deletions

View File

@ -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,