0.2.0 • Published 10 years ago
ti-deploygate-hook v0.2.0
Titanium CLI Plugin for DeployGate
A Titanium CLI hook for deploying builds to https://deploygate.com/
Currently, it works only on Mac OS.
Requirement
DeployGate/deploygate-cli or DeployGate/dgate is necessary. ( Recommended deploygate-cli. )
Please refer to the details https://deploygate.com/docs/cli.
Install
$ [sudo] npm i -g ti-deploygate-hook
ti-deploygate-hook hook installedIf this message "ti-deploygate-hook hook installed" does not appear, please try running the following command.
$ ti-deploygate-hookUsage
(Before you use) Login to DeployGate
$ dg login --terminalor
$ dgate loginPush to DeployGate
Use the --dg flag with the titanium cli to upload to DeployGate.
* If you use dgate command , please read as --dg to--dgate.
$ titanium build -p ios --target device --dgSet optional message using --dg flag and message.
$ titanium build -p ios --target device --dg 'Uploaded from ti-deploygate-hook.'And Android is also similar.
$ titanium build -p android --target device --dg 'Uploaded from ti-deploygate-hook.'* If target is simulator, this plugin does nothing.