Skip to content

v0.4.0 — the records command

Choose a tag to compare

@ralyodio ralyodio released this 03 Aug 16:59
· 8 commits to main since this release
23c4257

Published as @moshcoder/moshpit-dns@0.4.0.

Added

moshpit-dns records <name> [CNAME|MX|TXT] [--json] — inspect the records published for a Moshpit name (#12).

  • optional record-type filtering
  • stable JSON output for scripts and monitoring
  • sanitizes malformed registry records, and tells a parked name apart from an unregistered one
moshpit-dns records california.oranges MX --json | jq '.records[]'

Note

records merged to main some time before this release but was never published, because the version stayed at 0.3.0 — so npm i kept installing a build with no records subcommand. Verified against the published tarball this time, not the source tree.

This is the first tagged release in this repo; earlier versions were published untagged.