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

Open
hiteshk086 opened this issue Dec 30, 2024 · 1 comment

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

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

No branches or pull requests

2 participants