README.md 678 字节
Newer Older
LinuxSuRen's avatar
LinuxSuRen 已提交
1 2 3 4 5 6 7 8 9 10 11 12
# Jenkins CLI

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
* Plugins manage

# Get started

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

15 16 17
## mac

You can use `brew` to install jcli.
LinuxSuRen's avatar
LinuxSuRen 已提交
18 19 20 21
```
brew tap linuxsuren/jcli
brew install jcli
```
LinuxSuRen's avatar
LinuxSuRen 已提交
22

23 24 25 26
## other OS

You can find the right version from the [release page](https://github.com/LinuxSuRen/jenkins-cli/releases). Then download the tar file, cp the uncompressed `jcli` directory into your system path.

LinuxSuRen's avatar
LinuxSuRen 已提交
27 28 29
# Contribution

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