Skip to content

gplay

gplay — fast, lightweight CLI for the Google Play Developer API.

Reads service-account credentials, mints OAuth2 tokens, and drives the publishing surface (releases, tracks, reviews, metadata, compliance, team). Designed to replace Fastlane on Android CI pipelines.

gplay [flags]
gplay [command]
CommandDescription
gplay appsManage Android packages registered with gplay
gplay authManage gplay credentials
gplay complianceManage an app's regulatory declarations (Data Safety, ...)
gplay initPin a Google Play package to the current repo
gplay metadataManage Store front Listings (per-locale title/description/video)
gplay releasesManage app releases (upload, promote, rollout)
gplay reviewsRead and reply to user reviews
gplay schema[experimental] Introspect the Android Publisher API surface offline
gplay teamManage the Developer account's members and permissions (users, grants)
gplay testersManage the Google Groups authorized to test a track
gplay tracksInspect and create release tracks (standard and custom closed)
gplay versionPrint gplay version
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)