summaryrefslogtreecommitdiffstats
path: root/cmd/root.go
AgeCommit message (Collapse)AuthorFilesLines
2025-11-26feat: add debug flag to enable raw api response outputs1-1/+7
2025-11-13created pretty printing for all commandsv1.0.0s1-0/+9
2025-11-10refactor: restructure client modules and add config file supportv0.8.1s1-1/+0
- Split large osint.go client into focused modules (bssid.go, breachforum.go, buckets.go, etc.) - Add config file support with init command for API key management - Remove api-key flag in favor of config file + env var fallback - Update API paths to remove /osint prefix - Add crawl endpoint streaming support - Improve error handling with 402 payment required status
2025-11-08feat: add unauthenticated client support and new osint/x commandss1-1/+1
2025-11-07fix: prevent empty string from overriding environment variable api keyv0.4.0s1-1/+1
2025-11-07feat: add ascii art logo to cli help descriptionv0.3.1s1-1/+4
2025-11-04feat: add version checking and auto-update functionalitys1-0/+4
2025-11-03his1-0/+25