list
List all services for an app.Flags
| Flag | Description |
|---|---|
--app APP | App name or UUID |
JSON output
info
Show details for a service (type, status, ingress, URL, port). Also works for floo-managed databases.Flags
| Flag | Description |
|---|---|
--app APP | App name or UUID |
JSON output
add
Add a service to the project config (floo.app.toml).
Flags
| Flag | Description |
|---|---|
--port N | Port the service listens on |
--type web|api|worker | Service type |
--ingress public|internal | Ingress mode |
--env-file PATH | Path to a .env file for this service |
Examples
JSON output
rm
Remove a service from the project config.Flags
| Flag | Description |
|---|---|
--delete-config | Also delete the service’s floo.service.toml |
JSON output
Errors
| Code | Meaning |
|---|---|
NOT_AUTHENTICATED | Run floo auth login first |
SERVICE_NOT_FOUND | No service with that name exists |
DUPLICATE_SERVICE | A service with that name already exists |
NO_CONFIG_FOUND | No floo.app.toml found in the project directory |
INVALID_SERVICE_NAME | Service name contains invalid characters |