0.4.1 • Published 8 years ago

appc-app-preview-cli-hook v0.4.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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

$ 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

Licence

Licensed under the MIT License

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago