NodeOps
CN

Custom Domains

Add, verify, and manage custom domains for your projects.


Add a Domain

Bash
1createos domains add api.myapp.com

After adding, the CLI shows the DNS records you need to configure:

  ✓ Domain "api.myapp.com" added successfully.

  Configure your DNS with the following records:

  Type   Name              Value
  A      api.myapp.com     203.0.113.50
  TXT    _verify.api       createos-verify=abc123

Verify DNS Propagation

After configuring DNS records at your registrar:

Bash
1createos domains verify

The CLI polls every 10 seconds and confirms when verification succeeds:

  ℹ Waiting for DNS verification of api.myapp.com...
  ⏳ pending
  ⏳ pending
  ✓ Domain api.myapp.com is verified!

Check once without waiting

Bash
1createos domains verify --no-wait

List Domains

Bash
1createos domains list

Shows domain names, linked environment, verification status, and any messages:

  ID         Domain           Environment   Status        Message
  abc123     api.myapp.com    production    ✓ active
  def456     staging.app.com  staging       ⏳ pending    Awaiting DNS

Delete a Domain

Bash
1createos domains delete

Requires confirmation. Use --force in CI.

100,000+ 构建者,同一个工作空间。

获取产品更新、构建者故事,以及帮助您更快交付的新功能抢先体验。

CreateOS 是一个统一的智能工作空间,让创意从概念到上线部署无缝衔接,消除工具、基础设施和工作流之间的上下文切换,并可在 CreateOS 市场上即时实现创意变现。