Skip to content

reoclo domains

reoclo domains ls
reoclo domains add <fqdn>
reoclo domains verify <fqdnOrId>

Domain commands cover registration and TXT-record verification. SSL issuance, attaching to applications, and DNS-record management beyond verification continue to live in the dashboard for v1. See Custom Domains.

Lists every domain registered to the active tenant with its verification status, attached application (if any), and SSL state.

Terminal window
$ reoclo domains ls
FQDN VERIFIED ATTACHED SSL
api.example.com yes api active
docs.example.com yes docs active
new.example.com pending - -

Registers a new domain. The response includes the TXT record you need to add to your DNS provider before the domain can be verified.

If the FQDN is a verified root domain that is not linked to an application yet, the command links that existing record instead of creating a second one. The FQDN of a domain that is already linked is rejected.

Terminal window
$ reoclo domains add new.example.com
registered new.example.com
add this TXT record to verify ownership:
name: _reoclo-verify.new.example.com
value: reoclo-verify=abc123def456

Triggers a verification check. Run this after the TXT record has propagated. Returns verified once the record is found, or the same TXT record details if it is not yet visible.

Terminal window
reoclo domains verify new.example.com
reoclo domains verify 019dc1a8-841f-7102-ac5d-3ee9e9353795

DNS propagation can take anywhere from a few seconds to several hours depending on your provider’s TTL.

CodeMeaning
0Success (or domain already verified)
1Server-side error
3Authentication failure
5Domain not found
7Control plane unreachable: DNS, connection refused, or timeout (CLI 0.55.0+, earlier versions report 1)