Skip to content

gplay releases resume

Set the latest release on --track back to status=inProgress, continuing the rollout at the userFraction it was halted at.

Targets the latest release on the track; when two releases coexist pass --version-code N or --release-name <name> to pick one.

gplay releases resume [flags]
FlagDescription
--confirmrequired to roll out / resume / complete a release on production (reaches real users)
--dry-runvalidate inputs and preview the transition without any HTTP call
--keep-edit-on-failureskip the auto-discard cleanup on failure (debug)
--output stringoutput format: table, json, or markdown (default: auto — table on TTY, json in pipes/CI)
--package stringAndroid package name (overrides .gplay/config.json pin)
--release-name stringpick the release with this name (disambiguator)
--track stringtarget track (internal, alpha, beta, production, or any closed-track name)
--version-code intpick the release with this versionCode (disambiguator when the track holds more than one)
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)