Skip to content

gplay releases list

List every release currently attached to --track, including any draft, inProgress, halted, or completed entries that coexist on it.

Reads the track inside a read-only Edit (open → tracks.get → discard); nothing is committed. Cross-track listing is the job of gplay tracks list.

Default table columns: name, status, userFraction, versionCodes, notes. Override with --columns name,status,... (--output json is the raw tracks.get payload; --output markdown renders a Markdown table.)

gplay releases list [flags]
FlagDescription
--columns stringcomma-separated table columns to show (default: name,status,userFraction,versionCodes,notes)
--output stringoutput format: table, json, or markdown (default: auto — table on TTY, json in pipes/CI)
--package stringAndroid package name (overrides .gplay/config.json pin)
--track stringtrack to list releases from (internal, alpha, beta, production, or any closed-track name)
FlagDescription
--account stringname of a stored Account to use (overrides env and active Account)
--retry intretry transient failures (transport errors, 5xx, 429) up to N times with exponential backoff (default: 0, no retry)
--service-account stringpath to a service-account JSON, or inline JSON content (overrides --account, env, and active Account)
--timeout durationper-request API timeout, e.g. 30s or 2m (default: 60s for control-plane calls, none for uploads)
-v, --verboselog flow steps to stderr (info level)