Socket
Socket
Sign inDemoInstall

testflight

Package Overview
Dependencies
7
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    testflight

A node js wrapper for the Test Flight API


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Node Test Flight

A simple node module for pushing builds IPA and APK files to TestFlight.

npm install -g testflight

Usage

  • Edit testflight.json to include your keys and paths

      $ testflight # This will use testfight.json
    
  • Pass in command line parameters

    $ testflight -b /path/to/file.ipa -a 'my-api-token' -t 'my-team-token' 
    
    Usage: testflight [options]
    
    Options:
    
      -h, --help                        output usage information
      -V, --version                     output the version number
      -b  --binary [path]               The path to the IPA or APK binary
      -a  --api-token [token]           The TestFlight api token
      -t  --team-token [token]          The TestFlight team token
      -n  --notes [notes]               Optional notes
      -d  --dsym [path]                 For IPAs, the location of the dysm file
      -l  --distribution-lists [lists]  The distribution lists to be notified
      -n  --notify                      Should notifications be sent to qualified TestFlight users
      -r  --replace                     Should this upload replace existing builds
      -v  --verbose                     
      --debug                           
      
    
      
    

Keywords

FAQs

Last updated on 19 Jul 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc