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:
Run the following command in your terminal:
cldkctl dns record-sync [dns-zone-id]Replace [dns-zone-id] with the ID of the DNS zone. Refer to dns list section to obtain the DNS zone ID.
Once completed successfully, a message “✓ DNS records synchronized successfully!” will appear in the terminal.

Flags
Flag
Description
-h, --help
Help for dns record sync command.
Last updated
