cldkctl dns
Last updated

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.
cldkctl dns [flags]
cldkctl dns [command] 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.
This command supports global flags. Refer to the Global Flags section for details.
-h, --help
Help for the dns command.
Last updated