gplay status
gplay status
Section titled “gplay status”Show a deterministic release-health snapshot.
gplay status --package <name> [flags]Show a single Play-specific status snapshot for the current app.
The snapshot combines current release-track state with a vitals summary. Use –watch to refresh the snapshot on an interval until interrupted.
Examples: gplay status –package com.example.app gplay status –package com.example.app –watch –poll-interval 30s gplay status –package com.example.app –pretty
| Flag | Description | Default |
|---|---|---|
--package |
Package name (applicationId) | `` |
--poll-interval |
Polling interval for –watch | 30s |
--pretty |
Pretty-print JSON output | false |
--watch |
Continuously refresh the status snapshot | false |