google-play =========== **Utility to get the latest build numbers from Google Play using Google Play Developer API** ### Usage ```bash google-play [-h] [--log-stream STREAM] [--no-color] [--version] [-s] [-v] [--credentials GOOGLE_PLAY_SERVICE_ACCOUNT_CREDENTIALS] [--json] ACTION ``` ### Optional arguments for command `google-play` ##### `--credentials=GOOGLE_PLAY_SERVICE_ACCOUNT_CREDENTIALS` Google Play service account credentials with JSON key type to access Google Play API. If not given, the value will be checked from the environment variable `GOOGLE_PLAY_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:` uses the value in the environment variable named ``, and `@file:` uses the value from the file at ``. ##### `--json, -j` Whether to show the request response in JSON format ### Common options ##### `-h, --help` show this help message and exit ##### `--log-stream=stderr | stdout` Log output stream. Default `stderr` ##### `--no-color` Do not use ANSI colors to format terminal output ##### `--version` Show tool version and exit ##### `-s, --silent` Disable log output for commands ##### `-v, --verbose` Enable verbose logging for commands ### Actions |Action|Description| | :--- | :--- | |[`get-latest-build-number`](get-latest-build-number.md)|Get latest build number from Google Play matching given constraints| ### Action groups |Action group|Description| | :--- | :--- | |[`apks`](apks.md)|Work with APKs in Google Play| |[`bundles`](bundles.md)|Work with App Bundles in Google Play| |[`deobfuscation-files`](deobfuscation-files.md)|Manage APK deobfuscation files in Google Play| |[`expansion-files`](expansion-files.md)|Manage APK expansion files in Google Play| |[`internal-app-sharing`](internal-app-sharing.md)|Share app bundles and APKs with your internal team using a Google Play link| |[`tracks`](tracks.md)|Manage your Google Play release tracks|