Skip to content

Google Play CLI

Konstantin Aksenov edited this page May 11, 2020 · 9 revisions

All command requires two parameters:

--config or -c 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 --config service_account.json --packageName com.my.app

List of commands:

  • apks
  • bundles
  • deobfuscationfiles
  • details
  • expansionfiles
  • images
  • listings
  • testers
  • tracks
  • reviews
  • internalappsharingartifacts
  • orders
Clone this wiki locally