releases¶
List recent deploy runs (releases) for an app.
Openbase Cloud deploys are push-to-deploy: pushing to an app's connected branch
creates a run. Use releases to watch runs appear and see how each finished.
Usage¶
Output¶
A table, newest first:
| Column | Description |
|---|---|
| WHEN | Run creation time |
| OPERATION | Deploy, rollback, sync, teardown, etc. |
| STATUS | Run status |
| REF | Git ref and short commit (e.g. main@a1b2c3d) |
| SUMMARY | Short run summary, when present |
Options¶
| Option | Description | Default |
|---|---|---|
-a, --app NAME |
Target app (or set OPENBASE_APP) |
— |
-n, --num N |
Maximum number of runs to show | 15 |
--json |
Output the raw runs JSON | — |