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-getdn 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)