Skip to content

orca tld

Designate Top-Level Domains (admin).

The reference below is generated from the live CLI by mkdocs-click. It always reflects the version installed.

orca tld

Manage Designate Top-Level Domains (admin).

Usage:

orca tld [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • create: Create a TLD (admin).
  • delete: Delete a TLD (admin).
  • list: List allowed TLDs (admin).
  • set: Update a Designate TLD.
  • show: Show a Designate TLD.

orca tld create

Create a TLD (admin).

Usage:

orca tld create [OPTIONS] NAME

Options:

Name Type Description Default
--description text Description. None
--help boolean Show this message and exit. False

orca tld delete

Delete a TLD (admin).

Usage:

orca tld delete [OPTIONS] TLD_ID

Options:

Name Type Description Default
--yes, -y boolean Skip confirmation. False
--help boolean Show this message and exit. False

orca tld list

List allowed TLDs (admin).

Usage:

orca tld list [OPTIONS]

Options:

Name Type Description Default
--noindent boolean Disable JSON indentation. False
--max-width integer Maximum table width (0 = unlimited). None
--fit-width boolean Fit table to terminal width. False
--column, -c text Column to include (repeatable). Shows all if omitted. Sentinel.UNSET
--format, -f choice (table | json | value) Output format. table
--help boolean Show this message and exit. False

orca tld set

Update a Designate TLD.

Usage:

orca tld set [OPTIONS] TLD_ID

Options:

Name Type Description Default
--name text New TLD name (e.g. com). None
--description text Update the description. None
--help boolean Show this message and exit. False

orca tld show

Show a Designate TLD.

Usage:

orca tld show [OPTIONS] TLD_ID

Options:

Name Type Description Default
--noindent boolean Disable JSON indentation. False
--max-width integer Maximum table width (0 = unlimited). None
--fit-width boolean Fit table to terminal width. False
--column, -c text Column to include (repeatable). Shows all if omitted. Sentinel.UNSET
--format, -f choice (table | json | value) Output format. table
--help boolean Show this message and exit. False