feat(cli): add user management commands for CRUD operations
Some checks failed
CI / Build (push) Failing after -22m48s
CI / Lint (push) Failing after -22m29s
CI / Test (1.23) (push) Failing after -22m10s
CI / Test (1.22) (push) Failing after -22m17s

This commit is contained in:
2026-02-20 20:48:57 +02:00
parent 1ceaa238b2
commit 500db67c72
2 changed files with 370 additions and 0 deletions

View File

@@ -43,4 +43,5 @@ func init() {
rootCmd.AddCommand(hooksCmd)
rootCmd.AddCommand(accountsCmd)
rootCmd.AddCommand(sendCmd)
rootCmd.AddCommand(usersCmd)
}