domain
domain
The domain commands.
A custom domain is a host, and optionally a path on it, that answers for one of your applications. These commands register a domain, point it somewhere, take it out of service, and give it up.
Registering does not make a domain work. It has to resolve to the record that
domain dns prints, and the certificate follows on its own once it does.
Commands
| Command | What It Does | Risk |
|---|---|---|
domain list | List the team's custom domains. | read |
domain dns | Show the DNS record a host needs. | read |
domain add | Register a custom domain. | write |
domain point | Send a domain to an application. | write |
domain unpoint | Stop a domain going anywhere, keeping it registered. | write |
domain remove | Give up a custom domain. | destructive |