Introduction
Jenkins CLI allows you manage your Jenkins in an easy way. No matter if you're a plugin developer, administrator or just a regular user, it is made for you!
- Multiple Jenkins support
- Plugins management (list, search, install, upload)
- Job management (search, build, log)
- Configuration as Code support
- Open your Jenkins with a browser
- Restart your Jenkins
- Connection with proxy support
We support Mac, Linux and Windows for now.
You can use
brew
to install jcli.brew tap jenkins-zh/jcli
brew install jcli
To install
jcli
on your Linux OS, execute the following command:curl -L https://github.com/jenkins-zh/jenkins-cli/releases/latest/download/jcli-linux-amd64.tar.gz|tar xzv
sudo mv jcli /usr/local/bin/
You can find the latest version here. Download the tar file and copy the uncompressed
jcli
directory into your system path.Here are other package managers:
Jenkins CLI could have more features by installing a plugin for it. You can install a plugin by the following command:
jcli config plugin fetch
jcli config plugin install account
If you're interested in this project. Please go through the contribution guide. Any contributions are welcome.
There're a few similar projects that you might be interested in:
Last modified 1yr ago