Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

testflight

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testflight

A node js wrapper for the Test Flight API

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 19 Jul 2013

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc