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

Could you please tell me how to access the data of the deployed version and the number of rollouts? #2791

Closed
hiteshk086 opened this issue Dec 30, 2024 · 2 comments
Labels

Comments

@hiteshk086
Copy link

No description provided.

@IlyaBausovAkvelon
Copy link

Hi @hiteshk086,
To access the deployed versions data, you could use appcenter codepush deployment history and list commands.
To get the list of deployments of your app you could use:
appcenter codepush deployment list -a <ownerName>/<appName>
To get the history of all deployments (to view rollout percentage) use:
appcenter codepush deployment history -a <ownerName>/<appName> <deploymentName>

The other options for deployment command of appcenter-cli could be found by:
appcenter codepush deployment -h

Copy link
Contributor

This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants