Skip to content

Instantly share code, notes, and snippets.

@gowthamcodes
Last active December 21, 2023 05:10
Show Gist options
  • Save gowthamcodes/dd8ccf5083e4fafc9f5e08f300130f03 to your computer and use it in GitHub Desktop.
Save gowthamcodes/dd8ccf5083e4fafc9f5e08f300130f03 to your computer and use it in GitHub Desktop.
App Center - React Native - UWP

https://learn.microsoft.com/en-us/appcenter/distribution/codepush/cli#releasing-updates-react-native

[ownerName/appName] - adaptive-deploy/OLLO


appcenter login

appcenter profile list

appcenter logout

App Management

appcenter apps list

appcenter apps create -d OLLO -o Windows -p React-Native

appcenter apps set-current adaptive-deploy/OLLO

Deployment Management

appcenter codepush deployment add -a adaptive-deploy/OLLO Staging

appcenter codepush deployment add -a adaptive-deploy/OLLO Production

appcenter codepush deployment list -a adaptive-deploy/OLLO

appcenter codepush deployment list --displayKeys

Releasing Updates

appcenter codepush release-react -a adaptive-deploy/OLLO -d Production -t *

Viewing Release History

appcenter codepush deployment history -a adaptive-deploy/OLLO Production

Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment