Gitlab trigger cli.
# public
npm i -g @jswork/gtc
# private
git clone https://github.com/afeiship/gtc.git
cd gtc
npm i && npm link
Usage: gtc [options]
Options:
-V, --version output the version number
-d, --debug Only show cmds, but not clean.
-u, --check-update Check if has new udpate.
-i, --init Add gtc config to package.json.
-h, --help display help for command
Code released under the MIT license.