Skip to content

Instantly share code, notes, and snippets.

@veganstraightedge
Created February 4, 2015 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veganstraightedge/ac0c5a8a1ba7284b5c7f to your computer and use it in GitHub Desktop.
Save veganstraightedge/ac0c5a8a1ba7284b5c7f to your computer and use it in GitHub Desktop.
distribute:hockeyapp
Usage: ipa distribute:hockeyapp [options]
Options:
-f, --file FILE .ipa file for the build
-d, --dsym FILE zipped .dsym package for the build
-a, --token TOKEN API Token. Available at
https://rink.hockeyapp.net/manage/auth_tokens
-i, --identifier PUBLIC_IDENTIFIER Public identifier of the app you are
targeting, if not specified HockeyApp will use the bundle identifier to choose the
right
-m, --notes NOTES Release notes for the build (Default: Textile)
-r, --release RELEASE Release type: 0 - Beta, 1 - Store, 2 - Alpha , 3 -
Enterprise
--markdown Notes are written with Markdown
--tags TAGS Comma separated list of tags which will receive access to
the build
--teams TEAMS Comma separated list of team ID numbers to which this build
will be restricted
--users USERS Comma separated list of user ID numbers to which this build
will be restricted
--notify Notify permitted teammates to install the build
--downloadOff Upload but don't allow download of this version just yet
--mandatory Make this update mandatory
--commit-sha SHA The Git commit SHA for this build
--build-server-url URL The URL of the build job on your build server
--repository-url URL The URL of your source repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment