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
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file autoflight-1.0.tar.gz
.
File metadata
- Download URL: autoflight-1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0eab0262c0bc74218e6441b67d07f85e5a56e6473cecd25e9c656cb0185cfbe2 |
|
MD5 | 44253005a27bb965f36dc7ba2c7e067f |
|
BLAKE2b-256 | ef645f34093154a72725ea2f4ce46d8c840f33184c158c35ac97b04dd75e7fd2 |