appc-app-preview-cli-hook

0.4.1 • Public • Published

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

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i appc-app-preview-cli-hook

    Weekly Downloads

    1

    Version

    0.4.1

    License

    MIT

    Last publish

    Collaborators

    • jeffbonnes