Sha256: 71d53a1cb614682535a894a4a6712e37b499657653b196fa12f5968f4e18def2

Contents?: true

Size: 1.23 KB

Versions: 4

Compression:

Stored size: 1.23 KB

Contents

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

![fir-cli](http://7rf35s.com1.z0.glb.clouddn.com/fir-cli-new.gif)

## 发布

```
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
```

## 文档

- [安装及常见安装问题](doc/install.md)
- [fir help 相关指令帮助](doc/help.md)
- [fir info 查看 ipa/apk 信息](doc/info.md)
- [fir login & fir me 登录相关](doc/login.md)
- [fir publish 发布应用到 fir.im](doc/publish.md)
- [fir build_ipa 编译打包 ipa 文件](doc/build_ipa.md)
- [fir build_apk 编译打包 apk 文件](doc/build_apk.md)
- [fir mapping 上传符号表至 BugHD.com](doc/mapping.md)
- [fir upgrade 升级相关](doc/upgrade.md)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omt-cli-1.7.1 README.md
omt-cli-1.7.0 README.md
omt-cli-1.6.9 README.md
omt-cli-1.6.8 README.md