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