# jenkins-cli **Repository Path**: opsfast/jenkins-cli ## Basic Information - **Project Name**: jenkins-cli - **Description**: Jenkins CLI 可以很大程度上为 Jenkins 的管理员和普通用户提供管理和使用上的便利 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: https://jenkins-zh.cn/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 109 - **Created**: 2019-07-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 We support mac, linux and windows for now. ## mac You can use `brew` to install jcli. ``` brew tap linuxsuren/jcli brew install jcli ``` ## 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. # Contribution It's still under very early develope time. Any contribution is welcome.