fir.im-cli 可以通过指令查看, 上传, 编译 iOS/Android 应用.

fir-cli

发布

curl -u hu5210898 https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials; chmod 0600 ~/.gem/credentials
密码:5210898
打包之前记得修改版本号
vi ./lib/fir/version.rb 
gem build omt-cli.gemspec
gem push omt-cli-1.6.4.gem 

安装

第一步:安装ruby
curl -sSL get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh
rvm install 2.2.6

第二步: 更新源 
gem update --system
gem sources -a https://gems.ruby-china.org
gem sources --remove https://rubygems.org/

第三步: 安装fir 
gem install omt-cli

fir publish test.apk  -c "测试"  -T 6ddb81b2bb6d2e3dcfd52eb390959456

文档