README
appc-app-preview-cli-hook
An appcelerator cli hook for deploying builds to appcelerator app preview
A titanium cli hook for deploying builds to App Preview, based on ti-installr-hook
Installation
$ npm install -g appc-app-preview-cli-hook --unsafe-perm
You need --unsafe-perm
to auto-install the hook.
Usage
Use the --app-preview
flag with the appcelerator cli to upload your APK or IPA to app preview. For example:
$ appc run -p ios -T dist-adhoc --app-preview
or
$ appc run -p android -b --app-preview
Set release notes using --release-notes
flag. For example:
$ appc run -p ios -T dist-adhoc --app-preview --release-notes='New build with awesome features'
You can invite testers by email address using the --invite
flag. For example:
$ appc run -p ios -T dist-adhoc --app-preview --invite=jeffb@geeksinc.com.au,devices@gameshape.com
You can also set if you want to notify and add teams that have previously been invites to the app using --notify
and --add
flags. 'add' will give the team access, but they will not get an email. For example:
$ appc run -p ios -T dist-adhoc --app-preview --release-notes='New build' --notify='Devs,QA' --add='Legal'
If not set, you will be prompted for release notes and notify flag
Thanks to
- dbankier for ti-testflight-hook and Amit Kothari for ti-installr-hook
Licence
Licensed under the MIT License