./README.md in shenzhen-0.13.2 vs ./README.md in shenzhen-0.14.0

- old
+ new

@@ -2,11 +2,13 @@ Create `.ipa` files and distribute them from the command line, using any of the following methods: - [iTunes Connect](https://itunesconnect.apple.com) - [HockeyApp](http://www.hockeyapp.net) -- [Crashlytics Beta](http://try.crashlytics.com/beta/) +- [Beta by Crashlytics](http://try.crashlytics.com/beta/) +- [RivieraBuild](http://rivierabuild.com) +- [TestFairy](https://www.testfairy.com/) - [DeployGate](https://deploygate.com) - [Fly It Remotely (FIR.im)](http://fir.im) - [蒲公英 (PGYER)](http://www.pgyer.com) - [Amazon S3](http://aws.amazon.com/s3/) - FTP / SFTP @@ -45,18 +47,20 @@ Build and distribute iOS apps (.ipa files) Commands: build Create a new .ipa file for your app + distribute:rivierabuild Distribute an .ipa file over [RivieraBuild](http://rivierabuild.com) distribute:hockeyapp Distribute an .ipa file over HockeyApp distribute:crashlytics Distribute an .ipa file over Crashlytics distribute:deploygate Distribute an .ipa file over deploygate distribute:firim Distribute an .ipa file over fir.im distribute:itunesconnect Upload an .ipa file to iTunes Connect for review distribute:pgyer Distribute an .ipa file over Pgyer distribute:ftp Distribute an .ipa file over FTP distribute:s3 Distribute an .ipa file over Amazon S3 + distribute:testfairy Distribute an .ipa file over TestFairy info Show mobile provisioning information about an .ipa file help Display global or [command] help documentation. Global Options: -h, --help Display help documentation @@ -70,18 +74,35 @@ $ cd /path/to/iOS Project/ $ ipa build $ ipa distribute ``` +#### RivieraBuild Distribution + +``` +$ ipa distribute:rivierabuild -k API_TOKEN -a AVAILABILITY +``` + +> Shenzhen will load credentials from the environment variable `RIVIERA_API_TOKEN` unless otherwise specified. +> To get the list of availability options, visit http://api.rivierabuild.com + #### HockeyApp Distribution ``` $ ipa distribute:hockeyapp -a API_TOKEN ``` > Shenzhen will load credentials from the environment variable `HOCKEYAPP_API_TOKEN` unless otherwise specified. +#### TestFairy Distribution + +``` +$ ipa distribute:testfairy -a API_KEY +``` + +> Shenzhen will load credentials from the environment variable `TESTFAIRY_API_KEY` unless otherwise specified. + #### Crashlytics Beta Distribution ``` $ ipa distribute:crashlytics -c /path/to/Crashlytics.framework -a API_TOKEN -s BUILD_SECRET ``` @@ -172,6 +193,6 @@ Mattt Thompson ([@mattt](https://twitter.com/mattt)) ## License -Shenzhen is available under the MIT license. See the LICENSE file for more info. +Shenzhen is released under an MIT license. See LICENSE for more information.