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 | Target service name (required for multi-service apps) |
JSON output
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 |