Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perform stage rollout for production track #19

Open
ericliboon opened this issue Mar 3, 2020 · 3 comments
Open

Perform stage rollout for production track #19

ericliboon opened this issue Mar 3, 2020 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@ericliboon
Copy link

ericliboon commented Mar 3, 2020

Good day!

Would like to know if stage rollout can be supported using this?
https://developers.google.com/android-publisher/tracks#staged_rollouts

@nprail
Copy link
Member

nprail commented Mar 5, 2020

Yep, this is possible with apkup! You can use the track option to specify which track the APK should be uploaded to.

npx apkup --apk ./app.apk --track alpha

Or you can promote existing APKs with the promote command.

npx apkup promote --apk ./app.apk --track beta

@nprail nprail closed this as completed Mar 5, 2020
@ericliboon
Copy link
Author

Hi @nprail
Thanks by the way for this awesome project!
Sorry I haven’t clearly described from above the stage rollout i meant was for having the parameter to set a specific percentile for rollout in production track.
For my use case, specially if there’s a major change developer applied on the version we had rolled out in alpha track, we perform production rollout to certain percentage only e.g. 20% then we gradually increase it till it reached full rollout if no issue was encountered.

@nprail
Copy link
Member

nprail commented Mar 6, 2020

Oh, I see! apkup does not currently support that. I'm going to guess adding it would be relatively straightforward, though!

@nprail nprail reopened this Mar 6, 2020
@nprail nprail added the enhancement New feature or request label Mar 6, 2020
@nprail nprail added this to the v2 milestone Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants