teldrive/cmd
divyam234 110a821836
feat: enhance check command with dry-run and verbose logging
- Add --dry-run flag to simulate check/clean without changes
- Add --verbose flag for detailed logging and debugging
- Add comprehensive summary output showing files checked, missing, orphans
- Rename --export to --export-file with custom path support
- Improve error messages with channel-specific context
- Add YAML configuration support with config.sample.yml
- Refactor reader for concurrent chunk fetching with buffer management
- Add config loader tests
- Update dependencies (gotd/td, gocron, redis, opentelemetry, etc.)
- Fix RegisterPlags typo to RegisterFlags in cmd/run.go
2025-12-24 10:37:46 +05:30
..
check.go feat: enhance check command with dry-run and verbose logging 2025-12-24 10:37:46 +05:30
root.go feat: add upgrade command for updating TelDrive 2025-01-23 18:25:57 +05:30
run.go feat: enhance check command with dry-run and verbose logging 2025-12-24 10:37:46 +05:30
upgrade.go feat: add upgrade command for updating TelDrive 2025-01-23 18:25:57 +05:30
version.go refactor: add version endpoint 2025-01-11 15:35:24 +01:00