./README.md in shenzhen-0.6.1 vs ./README.md in shenzhen-0.7.0
- old
+ new
@@ -1,8 +1,8 @@
![Shenzhen](https://raw.github.com/mattt/nomad-cli.com/assets/shenzhen-banner.png)
-Create `.ipa` files and then distribute them with [TestFlight](https://testflightapp.com/) or [HockeyApp](http://www.hockeyapp.net), all from the command line!
+Create `.ipa` files and then distribute them with [TestFlight](https://testflightapp.com/) or [HockeyApp](http://www.hockeyapp.net) or [DeployGate](https://deploygate.com), all from the command line!
Less cumbersome than clicking around in Xcode, and less hassle than rolling your own build script--Shenzhen radically improves the process of getting new builds out to testers and enterprises.
> `shenzhen` is named for [深圳](http://en.wikipedia.org/wiki/Shenzhen), the Chinese city famous for its role as the center of manufacturing for a majority of consumer electronics, including iPhones and iPads.
> It's part of a series of world-class command-line utilities for iOS development, which includes [Cupertino](https://github.com/mattt/cupertino) (Apple Dev Center management), [Houston](https://github.com/mattt/houston) (Push Notifications), [Venice](https://github.com/mattt/venice) (In-App Purchase Receipt Verification), and [Dubai](https://github.com/mattt/dubai) (Passbook pass generation).
@@ -32,10 +32,11 @@
Commands:
build Create a new .ipa file for your app
distribute:testflight Distribute an .ipa file over TestFlight
distribute:hockeyapp Distribute an .ipa file over HockeyApp
+ distribute:deploygate Distribute an .ipa file over deploygate
distribute:ftp Distribute an .ipa file over FTP
distribute:S3 Distribute an .ipa file over Amazon S3
info Show mobile provisioning information about an .ipa file
help Display global or [command] help documentation.
@@ -62,9 +63,16 @@
#### HockeyApp Distribution
$ ipa distribute:hockeyapp --token API_TOKEN
> Shenzhen will load credentials from the environment variable `HOCKEYAPP_API_TOKEN` unless otherwise specified.
+
+#### DeployGate Distribution
+
+ $ ipa distribute:deploygate -a API_TOKEN -u USER_NAME
+
+> Shenzhen will load credentials from the environment variable `DEPLOYGATE_API_TOKEN` and `DEPLOYGATE_USER_NAME` unless otherwise specified.
+
#### FTP Distribution
$ ipa distribute:ftp --host HOST -u USER -p PASSWORD -P FTP_PATH