dn-dns-get
bởi automattic
Truy xuất bản ghi DNS cho một tên miền bằng dn CLI. Sử dụng khi người dùng muốn xem các bản ghi DNS hiện tại (A, AAAA, CNAME, MX, TXT, v.v.) cho một tên miền. Đối tác…
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)