# jenkins-ci-cli

> Interactive Jenkins command line interface

Latest version **2.0.5** (published 2021-08-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install jenkins-ci-cli
pnpm add jenkins-ci-cli
yarn add jenkins-ci-cli
bun add jenkins-ci-cli
```

Provides the command `jenkins-ci-cli`.

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.5 |
| Published | 2021-08-18 |
| First published | 2021-08-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 15 |
| Unpacked size | 26.7 KB |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Akshay Mittal |
| Maintainers | mittalakshay6 |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/jenkins-ci-cli
- Repository: https://github.com/mittalakshay6/jenkins-cli
- Issues: https://github.com/mittalakshay6/jenkins-cli/issues
- npm.io page: https://npm.io/package/jenkins-ci-cli

## Dependencies (15)

- [fs](https://npm.io/package/fs.md) ^0.0.1-security
- [fuzzy](https://npm.io/package/fuzzy.md) ^0.1.3
- [tslib](https://npm.io/package/tslib.md) ^1.14.1
- [cli-ux](https://npm.io/package/cli-ux.md) ^5.5.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [xml2js](https://npm.io/package/xml2js.md) ^0.4.23
- [jenkins](https://npm.io/package/jenkins.md) ^0.28.1
- [fs-extra](https://npm.io/package/fs-extra.md) ^10.0.0
- [inquirer](https://npm.io/package/inquirer.md) ^8.1.2
- [@types/node](https://npm.io/package/@types/node.md) ^16.6.1
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1.17.0
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1.8.0
- [@types/fs-extra](https://npm.io/package/@types/fs-extra.md) ^9.0.12
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^3.2.3
- [inquirer-autocomplete-prompt](https://npm.io/package/inquirer-autocomplete-prompt.md) ^1.4.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 2.0.5 (latest) — 2021-08-18
- 2.0.4 — 2021-08-18
- 2.0.3 — 2021-08-18
- 2.0.2 — 2021-08-18
- 2.0.1 — 2021-08-18
- 2.0.0 — 2021-08-18

## README

jenkins-cli
===========

Interactive Jenkins command line interface

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/jenkins-cli.svg)](https://npmjs.org/package/jenkins-cli)
[![Downloads/week](https://img.shields.io/npm/dw/jenkins-cli.svg)](https://npmjs.org/package/jenkins-cli)
[![License](https://img.shields.io/npm/l/jenkins-cli.svg)](https://github.com/mittalakshay6/jenkins-cli/blob/master/package.json)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g jenkins-ci-cli
$ jenkins-ci-cli COMMAND
running command...
$ jenkins-ci-cli (-v|--version|version)
jenkins-ci-cli/2.0.5 darwin-x64 node-v14.17.5
$ jenkins-ci-cli --help [COMMAND]
USAGE
  $ jenkins-ci-cli COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`jenkins-ci-cli config`](#jenkins-ci-cli-config)
* [`jenkins-ci-cli help [COMMAND]`](#jenkins-ci-cli-help-command)
* [`jenkins-ci-cli logs`](#jenkins-ci-cli-logs)
* [`jenkins-ci-cli run`](#jenkins-ci-cli-run)
* [`jenkins-ci-cli stop`](#jenkins-ci-cli-stop)

## `jenkins-ci-cli config`

CLI configurations

```
USAGE
  $ jenkins-ci-cli config
```

_See code: [src/commands/config.ts](https://github.com/mittalakshay6/jenkins-cli/blob/v2.0.5/src/commands/config.ts)_

## `jenkins-ci-cli help [COMMAND]`

display help for jenkins-ci-cli

```
USAGE
  $ jenkins-ci-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.3/src/commands/help.ts)_

## `jenkins-ci-cli logs`

View logs by build number

```
USAGE
  $ jenkins-ci-cli logs
```

_See code: [src/commands/logs.ts](https://github.com/mittalakshay6/jenkins-cli/blob/v2.0.5/src/commands/logs.ts)_

## `jenkins-ci-cli run`

Run the intended job

```
USAGE
  $ jenkins-ci-cli run
```

_See code: [src/commands/run.ts](https://github.com/mittalakshay6/jenkins-cli/blob/v2.0.5/src/commands/run.ts)_

## `jenkins-ci-cli stop`

Stop the build

```
USAGE
  $ jenkins-ci-cli stop
```

_See code: [src/commands/stop.ts](https://github.com/mittalakshay6/jenkins-cli/blob/v2.0.5/src/commands/stop.ts)_
<!-- commandsstop -->

---
_Source: https://npm.io/package/jenkins-ci-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
