Skip to content

Add published DNS record inspection - #12

Merged
ralyodio merged 1 commit into
moshcoder:mainfrom
phucnguyen1707:feat/inspect-dns-records
Aug 3, 2026
Merged

Add published DNS record inspection#12
ralyodio merged 1 commit into
moshcoder:mainfrom
phucnguyen1707:feat/inspect-dns-records

Conversation

@phucnguyen1707

Copy link
Copy Markdown
Contributor

Summary

  • add a records command for inspecting published CNAME, MX, and TXT records
  • support optional record-type filtering and stable JSON output
  • sanitize malformed registry records and distinguish parked from unregistered names
  • document the new command and cover human/JSON/error paths

Testing

  • npm test (89 tests)

@ralyodio
ralyodio merged commit 97b7291 into moshcoder:main Aug 3, 2026
1 check passed
@ralyodio ralyodio mentioned this pull request Aug 3, 2026
ralyodio added a commit that referenced this pull request Aug 3, 2026
Ships the `records` command (#12), which inspects the CNAME, MX and TXT
records published for a name, with type filtering and --json.

It has been on main since #12 merged but was never published: the version
stayed at 0.3.0, so `npm i @moshcoder/moshpit-dns` still gave you a build
with no `records` subcommand at all. Same shape as the AAAA and no-dash
fixes that sat unpublished behind a stale version earlier.

Minor, not patch: this adds a command to the CLI surface.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants