Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1200 > unrolled thread

ANN: autoflight 1.0.2 released

Started byAndrea Stagi <stagi.andrea@gmail.com>
First post2014-02-02 17:39 +0100
Last post2014-02-02 17:39 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  ANN: autoflight 1.0.2 released Andrea Stagi <stagi.andrea@gmail.com> - 2014-02-02 17:39 +0100

#1200 — ANN: autoflight 1.0.2 released

FromAndrea Stagi <stagi.andrea@gmail.com>
Date2014-02-02 17:39 +0100
SubjectANN: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web