dn-dns-get

作者: automattic

使用 dn CLI 擷取某個網域的 DNS 記錄。當使用者想要查看某個網域目前的 DNS 記錄(如 A、AAAA、CNAME、MX、TXT 等)時使用。合作夥伴…

npx skills add https://github.com/automattic/dn-cli --skill dn-dns-get

dn dns:get

Get DNS records for a domain.

Usage

dn dns:get example.com

Output

Table columns: Type, Name, Value, TTL

Shows "No DNS records found." if empty.

Notes

  • Partner mode only - user mode shows redirect to wordpress.com/domains/manage
  • The command name uses a colon: dns:get (Symfony Console command naming convention)

來自 automattic 的更多技能