v0.4.0 — the records command
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.