Commit graph

3 commits

Author SHA1 Message Date
2e55194f5c feat: add operational utilities for monitoring and backup
Add healthcheck.sh for service status monitoring
- Check container health and port accessibility
- Support individual service or all-services check

Add backup.sh for data protection
- Backup service data and configurations
- List existing backups
- Cleanup old backups with retention policy

Unix philosophy: small sharp tools that do one thing well
2025-12-07 13:00:00 +08:00
5be2155b3c refactor: improve org-clone script with proper error handling
- Add comprehensive error checking and validation
- Implement proper argument parsing with usage help
- Add colored output for better readability
- Include prerequisite checks for gh CLI
- Track success/failure statistics

Unix philosophy: do one thing well, fail gracefully
2025-12-04 09:15:00 +08:00
33ade46a99 upload org multi repository clone scripts 2025-11-14 11:08:39 +08:00