add
Add a custom domain to an app. Returns DNS configuration instructions.Flags
| Flag | Description |
|---|---|
--app APP | App name or UUID (reads from config if omitted) |
--services SVC | Target service name (required for multi-service apps) |
JSON output
list
List all custom domains for an app.Flags
| Flag | Description |
|---|---|
--app APP | App name or UUID (reads from config if omitted) |
--services SVC | Filter to a single target service |
JSON output
status
Show detailed status for a single custom domain (hostname, DNS target, and current verification state).Flags
| Flag | Description |
|---|---|
--app APP | App name or UUID (reads from config if omitted) |
JSON output
Errors
| Code | Meaning |
|---|---|
DOMAIN_NOT_FOUND | No domain with that hostname on this app |
verify
Verify DNS for a pending custom domain. Checks that the CNAME record resolves to the expected floo gateway host.Flags
| Flag | Description |
|---|---|
--app APP | App name or UUID (reads from config if omitted) |
JSON output
Errors
| Code | Meaning |
|---|---|
DOMAIN_NOT_FOUND | No domain with that hostname on this app |
DOMAIN_ALREADY_VERIFIED | Domain is already active |
DOMAIN_VERIFICATION_FAILED | CNAME not found or points to wrong host |
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
| Flag | Description | Default |
|---|---|---|
--app APP | App name or UUID (reads from config if omitted) | — |
--timeout SECS | Maximum seconds to wait before exiting with a timeout error | 300 |
0 when the domain reaches active, non-zero on DNS verification failure or timeout.
JSON output (on success)
remove
Remove a custom domain from an app.Flags
| Flag | Description |
|---|---|
--app APP | App name or UUID (reads from config if omitted) |
--services SVC | Target service name (required for multi-service apps) |
JSON output
Errors
| Code | Meaning |
|---|---|
NOT_AUTHENTICATED | Run floo auth login first |
APP_NOT_FOUND | No app with that name or ID |