dn-register

द्वारा automattic

dn CLI का उपयोग करके एक नया डोमेन नाम पंजीकृत करें। जब उपयोगकर्ता कोई डोमेन खरीदना या पंजीकृत करना चाहे तब उपयोग करें। पार्टनर मोड में, सीधे पंजीकरण करता है…

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

dn register

Register a new domain name.

Usage

# Partner mode: register with contact details (interactive prompts for missing fields)
dn register example.com
dn register example.com --period=2 --privacy=on

# Partner mode: full non-interactive registration
dn register example.com \
  --first-name=John --last-name=Doe \
  --email=john@example.com --phone=+1.5551234567 \
  --address="123 Main St" --city=Springfield --state=IL \
  --postal-code=62701 --country=US

# Premium domain (partner mode)
dn register premium.com --price=50000

# User mode: adds domain to cart (no direct registration)
dn register example.com

# User mode with site association
dn register example.com --site=mysite.wordpress.com

Options

OptionDescription
--period, -pRegistration period in years (default: 1)
--privacyon (default), off, or redact (partner mode)
--pricePrice in cents for premium domains (partner mode)
--site, -sWordPress.com site slug (user mode)
--first-name, --last-name, etc.Contact details (partner mode, prompted if missing)

Behavior by Mode

  • Partner mode: Registers directly via API. Prompts for contact info if not provided via flags. Asks for confirmation before proceeding.
  • User mode: Checks availability first, then adds to WPCOM shopping cart. Outputs a checkout URL. Use dn checkout to complete purchase in browser.

Notes

  • In user mode, defaults to domain-only siteless checkout (no-site)
  • Product slug mapping: .com = domain_reg, others = dot{tld}_domain

automattic की और Skills

dn-info
automattic
dn CLI का उपयोग करके पंजीकृत डोमेन के बारे में विस्तृत जानकारी प्राप्त करें। जब उपयोगकर्ता डोमेन विवरण जैसे समाप्ति तिथि, नेमसर्वर, संपर्क आदि देखना चाहे तब उपयोग करें।
official
wordpress-plugin-publish
automattic
इस कौशल का उपयोग तब करें जब Pressship के साथ WordPress.org प्लगइन्स को प्रकाशित करना, सबमिट करना, पुनः अपलोड करना, सत्यापित करना, पैकेज करना, जांचना, डेमो करना या रिलीज़ करना हो। यह कवर करता है…
official
dev
automattic
वर्डप्रेस एक्टिविटीपब प्लगइन के लिए विकास कार्यप्रवाह, जिसमें wp-env सेटअप, परीक्षण कमांड, लिंटिंग और बिल्ड प्रक्रियाएँ शामिल हैं। विकास सेटअप करते समय उपयोग करें…
official
gitattributes
automattic
.gitattributes export-ignore कवरेज का ऑडिट या अपडेट करते समय उपयोग करें ताकि केवल डेवलपर फ़ाइलें (लिंट कॉन्फ़िग, CI, टेस्ट, डॉक्स, बिल्ड टूलिंग) शिप न हों…
official
integrations
automattic
तृतीय-पक्ष वर्डप्रेस प्लगइन एकीकरण पैटर्न। नए एकीकरण जोड़ते समय, अन्य प्लगइन के साथ संगतता डीबग करते समय, या मौजूदा के साथ काम करते समय उपयोग करें।
official
design-systems
automattic
बोल्ड सौंदर्य दिशा मार्गदर्शन वेब डिज़ाइन के लिए। टाइपोग्राफी, रंग, गति, स्थानिक संरचना और समग्र दृश्य के बारे में रचनात्मक निर्णय लेते समय उपयोग करें…
official
site-specification
automattic
सरल विवरणों से व्यापक साइट विशिष्टताएँ निकालें। उपयोगकर्ता के थीम अनुरोध का विश्लेषण करते समय साइट प्रकार, दर्शक, स्वर, लेआउट निर्धारित करने के लिए उपयोग करें।
official
wordpress-block-theming
automattic
वर्डप्रेस फुल साइट एडिटिंग (FSE) थीम आर्किटेक्चर। theme.json, ब्लॉक टेम्पलेट, टेम्पलेट पार्ट्स, पैटर्न और functions.php जनरेट करते समय उपयोग करें...
official