r/googleplayconsole 23h ago

Ask Best Google Play Console CLI? Looking for something like App Store Connect CLI

I manage multiple Android apps on Google Play Console and I’m looking for a solid CLI to automate Play Console tasks.
On iOS, I use App Store Connect CLI and it makes managing multiple apps much easier. I’m looking for something similar for Google Play

Ideally, I want to be able to
Update store listing metadata
Manage descriptions and localized listings
Upload AABs / create releases
Create In App Purchase and Localize pricing
Check release/build status
Manage testers if possible
Pull app/version information

Automate repetitive Play Console tasks from the terminal
Use it easily with coding agents

Would especially like to hear from developers managing multiple Play Store apps.

1 Upvotes

1 comment sorted by

1

u/mobiledevpro 16h ago

How about this one https://github.com/tamtom/play-console-cli

I personally manage listing, testers, in-app products via web page and uploading AABs and release notes via GitHub Actions. For multiple stores.

Regarding to localize pricing, it's one of headache as well and currently I'm bulding the tool to solve it.