-
Notifications
You must be signed in to change notification settings - Fork 2
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: