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
cdinto it - Run
go install- Go might place your executable under $GOPATH, if so, run
go env GOPATHand thensudo cp /path/of/GOENV/bin/zli /usr/local/
- Go might place your executable under $GOPATH, if so, run
- Run
zliand follow the set up process
- Clone the repository
cdand rungo build zli.go- You can then manage the executable yourself,
mv zli /usr/bin/zlifor example