Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

cldkctl dns

The dns command manages DNS (Domain Name System) services for your projects.This command allows you to create, list, view, and manage DNS zones and DNS records associated with your projects.

Usage

cldkctl dns [flags]
cldkctl dns [command] 

Available command

Command
Description

check-nameserver

Check nameservers of a DNS zone.

create

Create a new DNS zone.

delete

Delete a DNS zone.

detail

Show details of a DNS zone.

list

List DNS zones.

record-create

Add a DNS record.

record-delete

Delete a DNS record.

record-list

Manage DNS records.

record-sync

Sync DNS records.

record-update

Update a DNS record.

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for the dns command.

Last updated