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 customappsCreate managed Google Play private apps (organisation-scoped)
gplay device-tiersManage device tier configs (device-targeting for tiered delivery)
gplay editsManage explicit Edit transactions (begin, commit, discard, status)
gplay gamesConfigure a game's Play Games Services resources (achievements, leaderboards)
gplay initPin a Google Play package to the current repo
gplay metadataManage Store front Listings (per-locale title/description/video)
gplay ordersLook up and refund Google Play orders by order ID (admin commerce surface)
gplay recoveryManage app recovery actions (incident-response remediation for a bad release)
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
gplay vitalsRead post-launch quality signals (crashes, ANRs, …) from Play vitals
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)