Skip to main content

A simple script to upload a given .apk or .ipa to testflight.

Project description

Autoflight is a simple script to upload a given .apk or .ipa to TestFlight.

Install
-------
# pip install autoflight

Usage
-----
Create your config file in your working directory using json format

{
"api_token": "0000F4K30000",
"team_token": "0000F4K30000",
"notify": true,
"distribution_lists": "Internal,QA"
}

Then launch

$ autoflight my_apk_or_ipa_path --config-file config.json

Instead of using a config file, you can specify your parameters from the command line, launch the helper to see all the available options

$ autoflight --help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autoflight-1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page