Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1200 > unrolled thread
| Started by | Andrea Stagi <stagi.andrea@gmail.com> |
|---|---|
| First post | 2014-02-02 17:39 +0100 |
| Last post | 2014-02-02 17:39 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
ANN: autoflight 1.0.2 released Andrea Stagi <stagi.andrea@gmail.com> - 2014-02-02 17:39 +0100
| From | Andrea Stagi <stagi.andrea@gmail.com> |
|---|---|
| Date | 2014-02-02 17:39 +0100 |
| Subject | ANN: autoflight 1.0.2 released |
| Message-ID | <mailman.6336.1391429551.18130.python-announce-list@python.org> |
Hi everyone,
I'm pleased to announce you autoflight 1.0.2, a useful tool to upload a
given .apk or .ipa to TestFlight. This is an open source project, so if you
want to improve it please send us a pull request or open a bug and/or a
request.
You can find the source code at https://github.com/atooma/autoflight
Installing autoflight is simple, just type:
# pip install autoflight
Then you can create your config file in your working directory using json
format
{
"api_token": "4P1T0K3NF4K3",
"team_token": "T34MT0K3NF4K3",
"notify": true,
"distribution_lists": "Internal,QA"
}
Then type
$ autoflight /path/to/my_apk_or_ipa --config-file /path/to/config.json
Alternatively you can specify parameters from the command line, launch the
helper to see all the available options
$ autoflight --help
--
Andrea Stagi (@4stagi) - Software Engineer @ Atooma Inc.
Job profile: http://linkedin.com/in/andreastagi
Website: http://4spills.blogspot.it/
Github: http://github.com/astagi
Back to top | Article view | comp.lang.python.announce
csiph-web