gplay testers
gplay testers
Section titled “gplay testers”Manage testers for closed testing tracks.
gplay testers <subcommand> [flags]gplay testers get
Section titled “gplay testers get”Get testers for a track.
gplay testers get --package <name> --edit <id> --track <track>| Flag | Description | Default |
|---|---|---|
--edit |
Edit ID | `` |
--output |
Output format: json (default), table, markdown | json |
--package |
Package name (applicationId) | `` |
--pretty |
Pretty-print JSON output | false |
--track |
Track name (e.g., internal, alpha, beta, or custom track name) | `` |
gplay testers update
Section titled “gplay testers update”Update testers for a track (replaces entire resource).
gplay testers update --package <name> --edit <id> --track <track> [--emails <list>] [--google-groups <list>] [--json <json>]Update testers for a track. This replaces the entire tester resource.
Any existing testers not included in the request will be removed. For partial updates that preserve existing testers, use “patch” instead.
JSON format (via –json): { “googleGroups”: [ “beta-testers@example.com”, “qa-team@example.com” ] }
Alternatively, use the –google-groups flag: –google-groups “beta-testers@example.com,qa-team@example.com”
| Flag | Description | Default |
|---|---|---|
--edit |
Edit ID | `` |
--emails |
Comma-separated list of tester email addresses | `` |
--google-groups |
Comma-separated list of Google Group email addresses | `` |
--json |
Full Testers JSON (or @file) - overrides other flags | `` |
--output |
Output format: json (default), table, markdown | json |
--package |
Package name (applicationId) | `` |
--pretty |
Pretty-print JSON output | false |
--track |
Track name | `` |
gplay testers patch
Section titled “gplay testers patch”Patch testers for a track (partial update).
gplay testers patch --package <name> --edit <id> --track <track> [--emails <list>] [--google-groups <list>] [--json <json>]Patch testers for a track. This performs a partial update.
Unlike “update”, patch merges the provided fields with the existing resource, preserving any fields not included in the request.
JSON format (via –json): { “googleGroups”: [ “new-testers@example.com” ] }
Alternatively, use the –google-groups flag: –google-groups “new-testers@example.com”
| Flag | Description | Default |
|---|---|---|
--edit |
Edit ID | `` |
--emails |
Comma-separated list of tester email addresses | `` |
--google-groups |
Comma-separated list of Google Group email addresses | `` |
--json |
Partial Testers JSON (or @file) - overrides other flags | `` |
--output |
Output format: json (default), table, markdown | json |
--package |
Package name (applicationId) | `` |
--pretty |
Pretty-print JSON output | false |
--track |
Track name | `` |