list
List releases for an app.Flags
| Flag | Description |
|---|---|
--app APP | App name or UUID |
JSON output
show
Show details for a specific release (tag, commit, promoted by, deploy ID, image digest).Flags
| Flag | Description |
|---|---|
--app APP | App name or UUID |
JSON output
promote
Promote an app to production by creating a GitHub release.Flags
| Flag | Description |
|---|---|
--app APP | App name or UUID |
--tag TAG | Release tag (auto-generated if omitted, e.g., v1.2.1) |
Examples
JSON output
Errors
| Code | Meaning |
|---|---|
NOT_AUTHENTICATED | Run floo auth login first |
APP_NOT_FOUND | No app with that name or ID |
GITHUB_NOT_CONNECTED | Connect a GitHub repo first with floo apps github connect |
NO_DEV_DEPLOY | Deploy to dev first with floo deploy before promoting |
RELEASE_TAG_EXISTS | A release with that tag already exists. Use a different --tag |
RELEASE_NOT_FOUND | No release with that ID |