No description
Find a file
2022-08-03 14:32:49 +03:00
.gitignore fix compilation erro, authenticate with json file, add few getters for testing (#3) 2022-08-01 17:00:59 +02:00
.travis.yml Initial commit 2017-09-23 13:24:38 +03:00
gplay.nim fix envar parsing (#5) 2022-08-03 14:32:49 +03:00
gplay.nimble Update gplay.nimble 2017-09-23 13:28:57 +03:00
gplay.nims Fixed ssl 2017-09-25 18:00:33 +03:00
LICENSE Initial commit 2017-09-23 13:15:17 +03:00
README.md Update README.md 2017-09-23 13:32:36 +03:00

gplay Build Status

Google Play APK Uploader, written in Nim

Usage

Install:

nimble install gplay

Uploading:

gplay upload --email=<GPLAY_EMAIL> --key=<PATH_TO_GPLAY_PRIVATE_KEY> <APP_ID> <TRACK_NAME> <PATH_TO_APK>

Example:

gplay upload --email=my-buildmachine@api-1234567-1234567.iam.gserviceaccount.com --key=path/to/private.key com.cmycompany.myapp alpha path/to/myapp.apk