Skip to content

Google Play CLI

Konstantin Aksenov edited this page Apr 28, 2020 · 9 revisions

All command requires two parameters:

--key or -k Path to service account JSON file (can be replaced by system environment variable PLAYSTORE_SERVICE_ACCOUNT_JSON)

--packageName or -p Package name (Example: com.my.app) (can be replaced by system environment variable APP_PACKAGE_NAME)

Example of usage

apks list --key service_account.json --packageName com.my.app

List of commands:

  • apks
  • bundles
  • deobfuscationfiles
  • tracks
  • reviews
  • orders
Clone this wiki locally