Skip to content

Instantly share code, notes, and snippets.

@jebai0521
Created March 12, 2020 01:15
Show Gist options
  • Select an option

  • Save jebai0521/fa070e35c0ba479f8b193f9f37fc0258 to your computer and use it in GitHub Desktop.

Select an option

Save jebai0521/fa070e35c0ba479f8b193f9f37fc0258 to your computer and use it in GitHub Desktop.
distribute-appcenter-ios.sh
#!/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