feat: add health check command

This commit is contained in:
Stavros
2025-10-06 21:45:23 +03:00
parent 2f8fa39a9b
commit f0a48cc91c
4 changed files with 112 additions and 4 deletions

View File

@@ -140,6 +140,7 @@ func Run() {
newVerifyUserCmd(userCmd).Register()
newGenerateTotpCmd(totpCmd).Register()
newVersionCmd(root).Register()
newHealthCmd(root).Register()
root.AddCommand(userCmd)
root.AddCommand(totpCmd)