Domains Cli
C+ 71 completed
Other
unknown / go · tiny
21
Files
1,043
LOC
0
Frameworks
4
Languages
Pipeline State
completedRun ID
#1546281Phase
doneProgress
0%Started
2026-04-16 23:55:44Finished
2026-04-16 23:55:44LLM tokens
0Pipeline Metadata
Stage
CatalogedDecision
proceedNovelty
20.28Framework unique
—Isolation
—Last stage change
2026-05-10 03:34:40Deduplication group #47297
Member of a group with 1,212 similar repo(s) — canonical #186444 view group →
Repobility's GitHub App fixes findings like these · https://github.com/apps/repobility-bot
🧪 Code Distillation
Browse all specs →AI Prompt
Create a command-line interface (CLI) tool in Go that can list DNS records for a given domain. The tool needs to support fetching records from both Cloudflare and AWS Route53. Users should be able to filter by record type (like A or CNAME) and output the results either as a default TSV or as JSON. I also need functionality to include TLS certificate details, showing the issuer, expiry date, and TLS version for A, AAAA, and CNAME records. The tool should also detect the domain registrar using WHOIS lookups as a fallback. Please ensure it respects environment variables for API tokens and supports configuration via a YAML file.
go cli dns cloudflare aws route53 networking json yaml command-line
Generated by gemma4:latest
Catalog Information
Create a command-line interface (CLI) tool in Go that can list DNS records for a given domain. The tool needs to support fetching records from both Cloudflare and AWS Route53. Users should be able to filter by record type (like A or CNAME) and output the results either as a default TSV or as JSON. I also need functionality to include TLS certificate details, showing the issuer, expiry date, and TLS version for A, AAAA, and CNAME records. The tool should also detect the domain registrar using WHO
Tags
go cli dns cloudflare aws route53 networking json yaml command-line
Quality Score
C+
70.6/100
Structure
67
Code Quality
90
Documentation
30
Testing
55
Practices
80
Security
100
Dependencies
70
Strengths
- CI/CD pipeline configured (github_actions)
- Good test coverage (33% test-to-source ratio)
- Consistent naming conventions (snake_case)
- Good security practices — no major issues detected
- Properly licensed project
Recommendations
- Add a test suite — start with critical path integration tests
- Add a linter configuration to enforce code style consistency
Languages
Frameworks
None detected
Symbols
function20
method8
struct7
Embed Badge
Add to your README:
