GithubHelp home page GithubHelp logo

kolipakakondal / appc-app-preview-cli-hook Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeffbonnes/appc-app-preview-cli-hook

0.0 0.0 0.0 6 KB

An appcelerator cli hook for deploying builds to appcelerator app preview

JavaScript 100.00%

appc-app-preview-cli-hook's Introduction

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 [email protected],[email protected]

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

appc-app-preview-cli-hook's People

Contributors

jeffbonnes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.