README.md 1.5 KB
Newer Older
LinuxSuRen's avatar
LinuxSuRen 已提交
1 2
# Jenkins CLI

3
[![Go Report Card](https://goreportcard.com/badge/jenkins-zh/jenkins-cli)](https://goreportcard.com/report/jenkins-zh/jenkins-cli)
LinuxSuRen's avatar
LinuxSuRen 已提交
4

LinuxSuRen's avatar
LinuxSuRen 已提交
5 6 7 8 9 10
Jenkins CLI allows you manage your Jenkins as an easy way. No matter you're a plugin
developer, administrator or just a regular user, it borns for you!

# Features

* Multiple Jenkins support
11 12 13 14 15
* Plugins management (list, search, install, upload)
* Job management (search, build, log)
* Open your Jenkins with a browse
* Restart your Jenkins
* Connection with proxy support
LinuxSuRen's avatar
LinuxSuRen 已提交
16

17
# Get it
LinuxSuRen's avatar
LinuxSuRen 已提交
18

19
We support mac, linux and windows for now.
LinuxSuRen's avatar
LinuxSuRen 已提交
20

21 22 23
## mac

You can use `brew` to install jcli.
LinuxSuRen's avatar
LinuxSuRen 已提交
24
```
25
brew tap jenkins-zh/jcli
LinuxSuRen's avatar
LinuxSuRen 已提交
26 27
brew install jcli
```
LinuxSuRen's avatar
LinuxSuRen 已提交
28

29
## Linux
30

31 32
It's very simple to install `jcli` into your Linux OS. Just need to execute a command line at below:
```
33
curl -L https://github.com/jenkins-zh/jenkins-cli/releases/latest/download/jcli-linux-amd64.tar.gz|tar xzv
34 35 36 37 38
sudo mv jcli /usr/local/bin/
```

## Windows

39
You can find the latest version by [click here](https://github.com/jenkins-zh/jenkins-cli/releases/latest/download/jcli-windows-386.tar.gz). Then download the tar file, cp the uncompressed `jcli` directory into your system path.
40

41 42
# Get started

43
Once you'v installed `jcli`. You should provide a config for it. Please execute cmd `jcli config generate`, this will help you to edit the config file `~/.jenkins-cli.yaml`. According to your Jenkins configuration to modify this file.
44

LinuxSuRen's avatar
LinuxSuRen 已提交
45 46 47
# Contribution

It's still under very early develope time. Any contribution is welcome.