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.

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 isn’t 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)
1Network or server-side error
3Authentication failure
5Domain not found