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]| Flag | Description |
|---|---|
--columns string | comma-separated table columns to show (default: name,status,userFraction,versionCodes,notes) |
--output string | output format: table, json, or markdown (default: auto — table on TTY, json in pipes/CI) |
--package string | Android package name (overrides .gplay/config.json pin) |
--track string | track to inspect (internal, alpha, beta, production, or any closed-track name) |
Global flags
Section titled “Global flags”| Flag | Description |
|---|---|
--account string | name of a stored Account to use (overrides env and active Account) |
--retry int | retry transient failures (transport errors, 5xx, 429) up to N times with exponential backoff (default: 0, no retry) |
--service-account string | path to a service-account JSON, or inline JSON content (overrides --account, env, and active Account) |
--timeout duration | per-request API timeout, e.g. 30s or 2m (default: 60s for control-plane calls, none for uploads) |
-v, --verbose | log flow steps to stderr (info level) |