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]| Flag | Description |
|---|---|
--confirm | required to roll out / resume / complete a release on production (reaches real users) |
--dry-run | validate inputs and preview the transition without any HTTP call |
--keep-edit-on-failure | skip the auto-discard cleanup on failure (debug) |
--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) |
--release-name string | pick the release with this name (disambiguator) |
--track string | target track (internal, alpha, beta, production, or any closed-track name) |
--version-code int | pick the release with this versionCode (disambiguator when the track holds more than one) |
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) |