floo deploy is for viewing and managing deploy history. To trigger a deploy, push to GitHub or use floo redeploy. To validate your config before pushing, use floo preflight.Subcommands
floo deploys list
List deploy history for an app, newest first.
| Flag | Description |
|---|---|
--app APP | App name or UUID |
floo deploys logs [DEPLOY_ID]
Show build logs for a deploy. If DEPLOY_ID is omitted, shows logs for the latest deploy.
| Flag | Description |
|---|---|
--app APP | App name or UUID |
--follow | Stream logs in real-time for active deploys |
floo deploys watch
Stream deploy progress in real-time. Waits for the deploy to finish and shows build logs as they arrive.
| Flag | Description |
|---|---|
--app APP | App name or UUID |
--commit SHA | Match a deploy by commit SHA prefix (waits up to 120s) |
floo deploys rollback APP DEPLOY_ID
Rollback to a previous deploy.
| Flag | Description |
|---|---|
--force | Skip confirmation prompt |
JSON output
Errors
| Code | Meaning |
|---|---|
NOT_AUTHENTICATED | Run floo auth login first |
APP_NOT_FOUND | The --app value doesn’t match any existing app |
DEPLOY_NOT_FOUND | The deploy ID doesn’t match any deploy for this app |