gplay metadata images list
Summarize the Store images currently live on Google Play for --package: one row per non-empty slot (a locale × image-type pair), showing the image count and each image's content sha256 in display order.
Reads inside a read-only Edit (open → listings.list to enumerate the app's locales → images.list for each of the 9 image types per locale → discard); nothing is committed and nothing on disk is read. The API exposes no list-by-locale endpoint, so list walks the 9 types across every locale that has a Listing.
(--output json carries each slot's images verbatim — the edits.images.list objects, id/url/sha1/sha256; --output markdown renders a Markdown table.)
gplay metadata images 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) |
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) |