gplay releases
Manage app releases (upload, promote, rollout)
gplay releases [flags] gplay releases [command]Subcommands
Section titled “Subcommands”| Command | Description |
|---|---|
gplay releases complete | Complete the rollout on the latest release of a track (ramp to 100%) |
gplay releases halt | Halt the staged rollout on the latest release of a track |
gplay releases list | List every release currently on a track |
gplay releases promote | Promote a release from one track to another (no AAB re-upload) |
gplay releases resume | Resume a halted rollout on the latest release of a track |
gplay releases rollout | Set the staged-rollout fraction on the latest release of a track |
gplay releases upload | Upload an AAB to a track on Google Play |
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) |