A command line tool used for deploying Jenkins job directly from the terminal.
There isn't a central list of site alias to Jenkins job mapping yet, the current workaround would be adding the frequently deployed sites to your configuration file.
- Install Go from the official developer
- Clone this repository and
cd
into it - Run
go install
- Go might place your executable under $GOPATH, if so, run
go env GOPATH
and thensudo cp /path/of/GOENV/bin/zli /usr/local/
- Go might place your executable under $GOPATH, if so, run
- Run
zli
and follow the set up process
- Clone the repository
cd
and rungo build zli.go
- You can then manage the executable yourself,
mv zli /usr/bin/zli
for example