reoclo domains
reoclo domains lsreoclo 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.
$ reoclo domains lsFQDN VERIFIED ATTACHED SSLapi.example.com yes api activedocs.example.com yes docs activenew.example.com pending - -add <fqdn>
Section titled “add <fqdn>”Registers a new domain. The response includes the TXT record you need to add to your DNS provider before the domain can be verified.
$ 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=abc123def456verify <fqdnOrId>
Section titled “verify <fqdnOrId>”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.
reoclo domains verify new.example.comreoclo domains verify 019dc1a8-841f-7102-ac5d-3ee9e9353795DNS propagation can take anywhere from a few seconds to several hours depending on your provider’s TTL.
Exit codes
Section titled “Exit codes”| Code | Meaning |
|---|---|
| 0 | Success (or domain already verified) |
| 1 | Network or server-side error |
| 3 | Authentication failure |
| 5 | Domain not found |
Related
Section titled “Related”- Custom Domains guide — full DNS, attachment, and SSL workflow