Utility to get the latest build numbers from Google Play using Google Play Developer API
google-play [-h] [--log-stream STREAM] [--no-color] [--version] [-s] [-v]
[--credentials GCLOUD_SERVICE_ACCOUNT_CREDENTIALS]
ACTION
Gcloud service account credentials with the JSON
key type to access Google Play Developer API. If not given, the value will be checked from the environment variable GCLOUD_SERVICE_ACCOUNT_CREDENTIALS
. Alternatively to entering CREDENTIALS in plaintext, it may also be specified using the @env:
prefix followed by an environment variable name, or the @file:
prefix followed by a path to the file containing the value. Example: @env:<variable>
uses the value in the environment variable named <variable>
, and @file:<file_path>
uses the value from the file at <file_path>
.
show this help message and exit
Log output stream. Default stderr
Do not use ANSI colors to format terminal output
Show tool version and exit
Disable log output for commands
Enable verbose logging for commands
Action | Description |
---|---|
get-latest-build-number |
Get latest build number from Google Play Developer API matching given constraints |
Action group | Description |
---|---|
tracks |
Manage your Google Play release tracks |