Interactive Jenkins command line interface
$ npm install -g jenkins-ci-cli
$ jenkins COMMAND
running command...
$ jenkins (-v|--version|version)
jenkins-ci-cli/2.0.3 darwin-x64 node-v14.17.5
$ jenkins --help [COMMAND]
USAGE
$ jenkins COMMAND
...
CLI configurations
USAGE
$ jenkins config
See code: src/commands/config.ts
display help for jenkins
USAGE
$ jenkins help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
View logs by build number
USAGE
$ jenkins logs
See code: src/commands/logs.ts
Run the intended job
USAGE
$ jenkins run
See code: src/commands/run.ts
Stop the build
USAGE
$ jenkins stop
See code: src/commands/stop.ts