Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brokenpip3/jcli
Alternative Jenkins cli
https://github.com/brokenpip3/jcli
cli jenkins tui
Last synced: 4 months ago
JSON representation
Alternative Jenkins cli
- Host: GitHub
- URL: https://github.com/brokenpip3/jcli
- Owner: brokenpip3
- License: mit
- Created: 2022-03-13T18:20:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T10:13:08.000Z (9 months ago)
- Last Synced: 2024-05-10T11:27:54.852Z (9 months ago)
- Topics: cli, jenkins, tui
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jcli
Small cli to list, run, and check jenkins jobs
https://user-images.githubusercontent.com/40476330/159119721-a55d2f7c-7dff-4fa0-91cd-08f33a78494d.mp4
## Installation
`pip install jenkins-job-cli`
Archlinux users: you can find the pkgbuild [here](https://aur.archlinux.org/packages/jcli)
## Usage
```
Usage: jcli [OPTIONS] COMMAND [ARGS]...jcli - Jenkins job cli
Options:
--version Show the version and exit.
--help Show this message and exit.Commands:
config Create jcli config
jenkins Get Jenkins server info
jobs List and execute jobs
nodes Nodes management
plugins Plugins management
```