list
List all apps on your account.Flags
| Flag | Description | Default |
|---|---|---|
--page N | Page number | 1 |
--per-page N | Results per page | 50 |
JSON output
show
Show details for a specific app. Accepts app name or UUID.JSON output
delete
Delete an app and tear down its infrastructure.--force or --yes shortcut.
Flags
| Flag | Description |
|---|---|
--yes-i-know-this-destroys-data | Skip the name-confirmation prompt. Required in non-interactive contexts (CI, --json, pipes). Deliberately verbose — destroying an app and its data must be an explicit, acknowledged decision. |
JSON output
password
Show the shared password for a password-protected app.invite
Grant a user access to an app by email. Use this foraccounts-mode apps when you want to let specific people in without opening the app to a whole domain.
Arguments
| Argument | Description |
|---|---|
EMAIL | Email address to invite |
Flags
| Flag | Description |
|---|---|
--app APP | App name or UUID (inferred from config if omitted) |
github
Manage GitHub integration for auto-deploy on push. See the full reference at GitHub Integration.Errors
| Code | Meaning |
|---|---|
NOT_AUTHENTICATED | Run floo auth login first |
APP_NOT_FOUND | No app with that name or ID. Check with floo apps list |