859 B
859 B
TODO
Intake buffer for ideas, issues, and unrefined tasks.
Ideas
- Support for
.harborrcconfig file in home directory - Cache project/repo lists for faster tab completion
- Webhook management commands
- Robot account management
- Retention policy display
- Health check endpoint monitoring
- Multi-registry support (switch between registries)
Issues
- SSL verification disabled globally (should be configurable)
- No timeout configuration for API calls
- Delete confirmation reads stdin (breaks piping)
- Partial digest matching fetches all artifacts (slow for large repos)
Questions
- Should
--jsonoutput be available on all commands? - Should we support OIDC authentication?
- Worth adding
--dry-runfor destructive operations?
Debt
- Error handling inconsistent across commands
- Some magic numbers (column widths, timeouts)