dn-contacts-set

Cập nhật thông tin liên hệ tên miền (liên hệ WHOIS) bằng dn CLI. Sử dụng khi người dùng muốn thay đổi liên hệ chủ sở hữu, quản trị viên, kỹ thuật hoặc thanh toán cho một tên miền.…

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

dn contacts:set

Update contact information for a domain.

Usage

# Interactive (prompts for all fields)
dn contacts:set example.com

# Specify contact type
dn contacts:set example.com --type=admin

# Non-interactive
dn contacts:set example.com --type=owner \
  --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

# Opt out of automatic transfer lock after contact change
dn contacts:set example.com --transferlock-opt-out

Options

OptionDescription
--typeContact type: owner, admin, tech, billing (default: owner)
--transferlock-opt-outSkip automatic transfer lock after contact change
--first-name, --last-name, etc.Contact details (prompted if missing)

Notes

  • Partner mode only - user mode shows redirect to wordpress.com/domains/manage
  • ICANN requires a 60-day transfer lock after owner contact changes (use --transferlock-opt-out to skip)
  • The command name uses a colon: contacts:set

Thêm skills từ automattic

wp-phpstan
automattic
Sử dụng khi cấu hình, chạy hoặc sửa lỗi phân tích tĩnh PHPStan trong các dự án WordPress (plugin/giao diện/trang web): thiết lập phpstan.neon, baselines,…
official
wp-playground
automattic
Sử dụng cho quy trình làm việc WordPress Playground: các phiên bản WP nhanh, dùng một lần trong trình duyệt hoặc cục bộ qua @wp-playground/cli (server, run-blueprint, build-snapshot),…
official
wp-plugin-development
automattic
Sử dụng khi phát triển plugin WordPress: kiến trúc và hooks, kích hoạt/hủy kích hoạt/gỡ cài đặt, giao diện quản trị và Settings API, lưu trữ dữ liệu, cron/tác vụ, bảo mật…
official
wp-project-triage
automattic
Sử dụng khi bạn cần kiểm tra xác định một kho lưu trữ WordPress (plugin/theme/block theme/WP core/Gutenberg/full site) bao gồm công cụ/kiểm tra/phiên bản…
official
wp-rest-api
automattic
Sử dụng khi xây dựng, mở rộng hoặc gỡ lỗi các endpoint/route của WordPress REST API: register_rest_route, các lớp WP_REST_Controller/controller, schema/argument…
official
wp-wpcli-and-ops
automattic
Sử dụng khi làm việc với WP-CLI (wp) cho các thao tác WordPress: tìm kiếm-thay thế an toàn, xuất/nhập db, quản lý plugin/chủ đề/người dùng/nội dung, cron, xóa bộ nhớ đệm,…
official
wpds
automattic
Sử dụng khi xây dựng giao diện người dùng dựa trên Hệ thống Thiết kế WordPress (WPDS) và các thành phần, token, mẫu thiết kế của nó.
official
woocommerce-finalize
automattic
Kiểm tra sức khỏe mã nguồn và khả năng truy vết trước khi phát hành cho các plugin WooCommerce. Chạy sau khi đánh giá mã -- tập trung vào mã chết, trùng lặp, độ phức tạp cấu trúc, và…
official