backend-service/internal/cli
ats-tech25 df39550eb1 feat(admin): Implement comprehensive CLI admin management functionality
- Add new `internal/cli/admin.go` package for admin management
- Implement interactive admin account creation with secure password input
- Add CLI command for creating admin accounts with flexible input options
- Implement validation for admin account creation details
- Support both interactive and flag-based admin account creation
- Integrate with existing user and authentication services
- Update go.mod and go.sum with new dependencies and version upgrades
Enhances system administration capabilities by providing a flexible CLI tool for creating admin accounts with robust security and usability features.
2025-11-06 09:13:26 +00:00
..
admin.go feat(admin): Implement comprehensive CLI admin management functionality 2025-11-06 09:13:26 +00:00
db.go feat(project): Initialize project structure and core components 2025-11-05 15:06:07 +00:00
migrate.go feat(project): Initialize project structure and core components 2025-11-05 15:06:07 +00:00
root.go feat(project): Initialize project structure and core components 2025-11-05 15:06:07 +00:00