Command

nylas dashboard domains check

Check whether a domain is already registered in your organization.

Written by Qasim Muhammad Staff SRE

What does nylas dashboard domains check do?

The nylas dashboard domains check command checks whether a domain is already registered in your Dashboard organization and reports the conflicting region when it is taken. Run it before registering a free *.nylas.email subdomain for Agent Accounts.

Usage

nylas dashboard domains check [domain]

Flags

FlagDescription
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations

Examples

The nylas dashboard domains check command checks whether a domain is already registered in your Dashboard organization and reports the conflicting region when it is taken.

Check a free Agent Account email domain

nylas dashboard domains check myagent.nylas.email

Example output

Domain:     example.com
Registered: no

example.com is available to register in your organization.

Troubleshooting

Domain is unavailable

Pick another subdomain, or inspect the existing domain with `nylas dashboard domains show <domain>`. Pass the reported region only if you need to override inference.

Recommended guides

Run nylas dashboard domains check --help for full help output.