The CLI adapter registry currently exposes only cloudflare and porkbun under the dns category, but the repository already has 8 DNS provider packages under packages/dns:
- azure
- cloudflare
- digitalocean
- dnsimple
- googledns
- namecheap
- porkbun
- route53
Because the generic adapter commands are built from adapter-registry.ts, commands such as sh1pt dns route53 info or sh1pt dns dnsimple setup are omitted even though the packages exist.
Proposed fix: sync the dns.adapters list with the current packages/dns directories.
The CLI adapter registry currently exposes only
cloudflareandporkbununder thednscategory, but the repository already has 8 DNS provider packages underpackages/dns:Because the generic adapter commands are built from
adapter-registry.ts, commands such assh1pt dns route53 infoorsh1pt dns dnsimple setupare omitted even though the packages exist.Proposed fix: sync the
dns.adapterslist with the currentpackages/dnsdirectories.