create
Last updated

The dns create command creates a new DNS zone for your project. This command requires the project ID, zone name, and an optional description.
cldkctl dns create [flags]Follow the steps below to run and view the result of this command:
A DNS zone can be created directly by using a flag:
cldkctl dns create --name [dns-zone-name]Replace [dns-zone-name] with your desired DNS zone name.
Or alternatively, run the command interactively using TUI mode:
cldkctl dns createEnter the site domain name when the prompt appears in the terminal.

Confirm the DNS zone creation by pressing y to confirm or n to cancel

Once completed successfully, the terminal displays “✓ DNS zone created successfully!”.

This command supports global flags. Refer to the Global Flags section for details
-h, --help
Help for dns create command.
-n, --name
DNS zone name.
Last updated