Page cover

record-sync

The dns record-sync command synchronizes DNS records for a specific DNS zone. This command ensures that the DNS records stored in the system are consistent with the actual records configured for that zone.

Usage

cldkctl dns record-sync [id] [flags]

Steps

Follow the steps below to run and view the result of this command:

  1. Run the following command in your terminal:

cldkctl dns record-sync [dns-zone-id]
  1. Replace [dns-zone-id] with the ID of the DNS zone. Refer to dns list section to obtain the DNS zone ID.

  2. Once completed successfully, a message “✓ DNS records synchronized successfully!” will appear in the terminal.

Flags

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

Flag
Description

-h, --help

Help for dns record sync command.

Last updated