Command

nylas dashboard domains show

Show one registered domain by ID or domain address.

Written by Qasim Muhammad Staff SRE

What does nylas dashboard domains show do?

The nylas dashboard domains show command displays one registered domain, including its region and verification state. For registered domains, the CLI infers the region from your Dashboard domain list when --region is omitted.

Usage

nylas dashboard domains show [domain-id-or-address] [--region us|eu]

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
--region(-r)Region to query (us or eu; inferred for existing domains when omitted)

Examples

The nylas dashboard domains show command displays one registered domain, including its region and verification state.

Show a domain by address

nylas dashboard domains show myagent.nylas.email

Show a domain by ID

nylas dashboard domains show d4056599-6d36-4a18-847c-7d033b7a939e

Example output

Domain:   example.com
ID:       dom_abc123
Name:     Example Mail
Region:   us
Status:   verified
Verified: ownership, mx, spf, dkim, dmarc

Troubleshooting

Domain is not found

Run `nylas dashboard domains list` to confirm the domain exists in the active organization. If needed, pass the listed region with `--region us` or `--region eu`.

Recommended guides

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