Project

blast_off

0.0
No commit activity in last 3 years
No release in over 3 years
An iOS beta distribution tool.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 1.6
>= 0
~> 2.14

Runtime

~> 2.8.1
~> 0.7.1
~> 3.4.6
~> 1.1.4
 Project Readme

BlastOff 🚀

An iOS beta distribution tool.

Build Status Gem Version Code Climate

Supported services:

Installation

Add this line to your application's Gemfile:

gem 'blast_off'

And then execute:

$ bundle

Or install it yourself as:

$ gem install blast_off

Usage

NAME
    blast_off - An iOS beta distribution tool.

SYNOPSIS
    blast_off [global options] command [command options] [arguments...]

VERSION
    0.0.1

GLOBAL OPTIONS
    --help    - Show this message
    --version - Display the program version

COMMANDS
    help  - Shows a list of commands or help for one command
    qiniu - Qiniu

Services

Qiniu

NAME
    qiniu - Qiniu

SYNOPSIS
    blast_off [global options] qiniu [command options]

COMMAND OPTIONS
    --access_key=arg    - Access Key (default: none)
    --bucket=arg        - bucket (default: none)
    --ipa_file_path=arg - IPA file path (default: none)
    --secret_key=arg    - Secret Key (default: none)

Example:

$ blast_off qiniu --ipa_file_path=Foobar.ipa --bucket=foobar --access_key=$QINIU_ACCESS_KEY --secret_key=$QINIU_SECRET_KEY

Similar projects:

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Bitdeli Badge