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]| Flag | Description |
|---|---|
--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 whose testers to list (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) |