list
List all services for an app.Flags
| Flag | Description | Default |
|---|---|---|
--app APP | App name or UUID | inferred from config |
--env ENV | Environment to query: dev or prod | dev |
JSON output
info
Show details for a service (type, status, ingress, URL, port). Also works for provisioned managed services.Flags
| Flag | Description |
|---|---|
--app APP | App name or UUID |
JSON output
Adding and removing services
All services are declared in config files. Editfloo.app.toml directly to add or remove services — there is no CLI command for this. Changes take effect on the next deploy (push to GitHub or floo redeploy).
See the configuration guide for the full config format.
Errors
| Code | Meaning |
|---|---|
NOT_AUTHENTICATED | Run floo auth login first |
SERVICE_NOT_FOUND | No service with that name exists |