feat(cli): add user management commands for CRUD operations
This commit is contained in:
@@ -43,4 +43,5 @@ func init() {
|
||||
rootCmd.AddCommand(hooksCmd)
|
||||
rootCmd.AddCommand(accountsCmd)
|
||||
rootCmd.AddCommand(sendCmd)
|
||||
rootCmd.AddCommand(usersCmd)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user