Skip to content

gplay testers list

List the authorized audience of --track: the Google Groups that may test it. The testers resource exposes only Google Groups — individual tester emails are not supported by the API — so this lists groups exclusively.

Reads the audience inside a read-only Edit (open → testers.get → discard); nothing is committed. Replacing the audience is the job of gplay testers set.

--output json is the raw testers.get payload (ADR-0003); --output markdown renders a Markdown table.

gplay testers list [flags]
FlagDescription
--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 whose testers to list (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)