add
Add a custom domain to an app. Returns the traffic and claimant-control DNS instructions.Flags
JSON output
list
List all custom domains for an app.Flags
JSON output
show
Show detailed status for a single custom domain, including claimant-control proof state.Flags
JSON output
Errors
verify
Confirm DNS control for a pending domain or an active grandfathered domain. A pending activation checks both the traffic record and the exact per-domain_floo-verify TXT token. A grandfathered domain is already serving, so staged
reproof checks only its missing TXT evidence and leaves its live route untouched.
Flags
JSON output
Errors
An active domain with
claim_verified_at: null predates claimant-specific proof.
It stays live if reproof fails, but service and environment rebinding remain
blocked until this command succeeds.
watch
Poll a pending domain until it goesactive, reports a terminal failure, or the timeout expires. Useful in CI or while waiting on DNS propagation.
Flags
The command polls the verify endpoint every 5 seconds. Exits
0 when the domain reaches active, non-zero on DNS verification failure or timeout.