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)