Skip to content

gplay tracks view

Show the full state of --track: every release coexisting on it (draft, inProgress, halted, completed) one row each, with the track's derived kind (standard or custom). A halted rollout is rendered as !HALTED so it is impossible to miss at a glance.

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; mutating verbs (promote, rollout, halt, resume) live under gplay releases.

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 tracks view [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 inspect (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)