Skip to content

gplay promote

Promote a release from one track to another.

gplay promote --package <name> --from <track> --to <track> [--rollout <fraction>]

Promote a release from one track to another.

This command:

  1. Creates a new edit
  2. Gets the current release from the source track
  3. Configures the destination track with the same version codes
  4. Commits the edit

Example: gplay promote –package com.example.app –from internal –to beta gplay promote –package com.example.app –from beta –to production –rollout 0.1

Flag Description Default
--changes-not-sent-for-review Changes not sent for review false
--from Source track (e.g., internal, alpha, beta) ``
--output Output format: json (default), table, markdown json
--package Package name (applicationId) ``
--pretty Pretty-print JSON output false
--release-notes Release notes JSON (or @file) - if not provided, copies from source ``
--rollout Staged rollout fraction for destination (0.0-1.0) 1
--status Release status: draft, inProgress, halted, completed completed
--to Destination track (e.g., beta, production) ``