You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
No description provided.
The text was updated successfully, but these errors were encountered: