dn-transferlock
द्वारा automattic
dn CLI का उपयोग करके किसी डोमेन पर ट्रांसफर लॉक सेट या हटाएँ। जब उपयोगकर्ता किसी डोमेन को लॉक या अनलॉक करना चाहता है ताकि किसी अन्य को स्थानांतरण को रोका या अनुमति दी जा सके, तब इसका उपयोग करें।
npx skills add https://github.com/automattic/dn-cli --skill dn-transferlockdn transferlock
Set or remove the transfer lock on a domain.
Usage
# Lock domain (prevent transfers)
dn transferlock example.com on
# Unlock domain (allow transfers)
dn transferlock example.com off
Arguments
| Argument | Description |
|---|---|
domain | Domain name |
state | on (lock) or off (unlock) |
Notes
- Partner mode only - user mode shows redirect to
wordpress.com/domains/manage - Transfer lock should be disabled before initiating an outbound transfer
- Use
dn info <domain>to check current lock status