All Projects → jenkins-zh → Jenkins Cli

jenkins-zh / Jenkins Cli

Licence: mit
Jenkins CLI allows you manage your Jenkins as an easy way

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Jenkins Cli

Jenkinsfile Runner
A command line tool to run Jenkinsfile as a function
Stars: ✭ 727 (+196.73%)
Mutual labels:  cli, hacktoberfest, jenkins
Fuego
Fuego is a command line client for the firestore database (https://firebase.google.com/docs/firestore).
Stars: ✭ 110 (-55.1%)
Mutual labels:  cli, hacktoberfest, client
Plugin Installation Manager Tool
Plugin Manager CLI tool for Jenkins
Stars: ✭ 138 (-43.67%)
Mutual labels:  cli, hacktoberfest, jenkins
Client
Knative developer experience, docs, reference Knative CLI implementation
Stars: ✭ 193 (-21.22%)
Mutual labels:  cli, client
Fpl
An asynchronous Python wrapper for the Fantasy Premier League API.
Stars: ✭ 169 (-31.02%)
Mutual labels:  cli, hacktoberfest
Configuration As Code Plugin
Jenkins Configuration as Code Plugin
Stars: ✭ 2,253 (+819.59%)
Mutual labels:  hacktoberfest, jenkins
Docker Agent
Base Docker image for Jenkins Agents
Stars: ✭ 156 (-36.33%)
Mutual labels:  hacktoberfest, jenkins
Cypress Terminal Report
Better terminal and file output for cypress test logs.
Stars: ✭ 200 (-18.37%)
Mutual labels:  cli, hacktoberfest
Lighthouse Ci
A useful wrapper around Google Lighthouse CLI
Stars: ✭ 198 (-19.18%)
Mutual labels:  cli, hacktoberfest
Autarky
Liberating disk space from 📁 node_modules
Stars: ✭ 203 (-17.14%)
Mutual labels:  cli, hacktoberfest
Tldr
Golang command line client for tldr https://github.com/tldr-pages/tldr
Stars: ✭ 210 (-14.29%)
Mutual labels:  cli, hacktoberfest
Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (+720.82%)
Mutual labels:  cli, client
Jenkins.io
A static site for the Jenkins automation server
Stars: ✭ 165 (-32.65%)
Mutual labels:  hacktoberfest, jenkins
Tox
Command line driven CI frontend and development task automation tool.
Stars: ✭ 2,523 (+929.8%)
Mutual labels:  cli, hacktoberfest
Fselect
Find files with SQL-like queries
Stars: ✭ 3,103 (+1166.53%)
Mutual labels:  cli, hacktoberfest
Grank
Github 项目活跃度分析工具
Stars: ✭ 199 (-18.78%)
Mutual labels:  cli, hacktoberfest
Json 2 Csv
Convert JSON to CSV *or* CSV to JSON!
Stars: ✭ 210 (-14.29%)
Mutual labels:  cli, hacktoberfest
Awesomescripts
A Collection of Awesome Scripts in Python to Ease Daily-Life. Create an issue If you have some great idea for the new script. Leave a ⭐️
Stars: ✭ 228 (-6.94%)
Mutual labels:  cli, hacktoberfest
Ace
Node.js framework for creating command line applications
Stars: ✭ 233 (-4.9%)
Mutual labels:  cli, hacktoberfest
Pully
A simple CLI and library for downloading high quality YouTube videos!
Stars: ✭ 153 (-37.55%)
Mutual labels:  cli, hacktoberfest

Quick start

简体中文

Jenkins CLI

Sonar Coverage Contributors GitHub release GitHub All Releases Docker Pulls GitHub code size in bytes HitCount

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!

Features

  • 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

Get it

We support macOS, Linux and Windows for now. Packaging status

macOS

You can use brew to install jcli.

brew tap jenkins-zh/jcli
brew install jcli

Alternatively, you can use MacPorts.

sudo port install jenkins-cli

For MacPorts, add +bash_completion or +zsh_completion for shell completion.

Linux

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/

Windows

You can install jcli via scoop or choco.

Or you can also find the latest version from the release page. Download the zip file and copy the uncompressed jcli directory into your system path.

Other package managers

Here are other package managers:

Install Upgrade Uninstall Platform
scoop install jcli Windows
choco install jcli choco upgrade jcli choco uninstall jcli Windows
snap install jcli snap refresh jcli snap remove jcli Linux
sudo port install jenkins-cli sudo port selfupdate && sudo port upgrade jenkins-cli sudo port uninstall jenkins-cli macOS

See more about how to download jcli. You can find the download details from here.

Get started

Read the official document for more details on how to use jcli.

Or, you can take a live interactive course of Jenkins CLI.

Plugins

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

All official plugins could be found at here.

Contribution

If you're interested in this project. Please go through the contribution guide. Any contributions are welcome.

Thanks to JetBrains for giving us the open source licence.
goland.svg

Similar Projects

There're a few similar projects that you might be interested in:

  • jenni is a Jenkins Personal Assistant
  • jenkins-job-cli Easy way to run Jenkins job from the Command Line

Stargazers over time

Stargazers over time

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].