Skip to content

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

openbase releases -a my-app
openbase releases -a my-app -n 30
openbase releases -a my-app --json

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
  • ps — current status, including the latest run
  • logs — app logs during and after a deploy