Created
March 12, 2020 01:15
-
-
Save jebai0521/fa070e35c0ba479f8b193f9f37fc0258 to your computer and use it in GitHub Desktop.
distribute-appcenter-ios.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # sample | |
| # Sample: appcenter distribute release -f /Users/mingchen/workspace/apps/a4.86/android/app/build/outputs/apk/release/app-release.apk --silent -g Collaborators -a Perkd/Perkd4.86 -b 1985 | |
| # Help: appcenter help distribute release | |
| # | |
| # Usage: appcenter distribute release -f|--file <arg> [--silent] [-R|--release-notes-file <arg>] [-r|--release-notes <arg>] [-s|--store <arg>] [-g|--group <arg>] [-n|--build-number <arg>] | |
| # [-b|--build-version <arg>] [-a|--app <arg>] | |
| appcenter distribute release -f ./ipas/App.ipa -g Collaborators -a 'Owner/AppName' -R release-notes.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment