-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.json
645 lines (645 loc) · 118 KB
/
index.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
[
{
"uri": "https://jcli.jenkins-zh.cn/quickstart/",
"title": "Quick Start",
"tags": [],
"description": "",
"content": " jcli Document jcli was written by golang which could provide you a easy way to manage your Jenkins. Unlike the build-in cli, jcli allows you manage multiple servers.\nHow to get it Read here to get know about how to install jcli.\nConfiguration Once you\u0026rsquo;v installed jcli. You should provide a config file for it. Please execute cmd jcli config generate, this will help you to edit the config file ~/.jenkins-cli.yaml. According to your Jenkins configuration to modify this file.\nIf you want to modify your config file of jcli. You just need to execute jcli config edit.\nIt\u0026rsquo;s simple to add another Jenkins config item. Here\u0026rsquo;s a sample cmd: jcli config add -n yourJenkinsName --url http://localhost:8080/jenkins --token replacethesampletoken.\n"
},
{
"uri": "https://jcli.jenkins-zh.cn/plugin/",
"title": "Plugin",
"tags": [],
"description": "",
"content": " Plugin Management jcli allows you to search, download, install, uninstall or upload a plugin.\nFirst, please search a plugin by a keyword if you want to install it. You can get a plugin list by execute jcli plugin search zh-cn. You can install it with the plugin name.\nFor example, you can install the Simplified Chinese Localization plugin by jcli plugin install localization-zh-cn.\nDownload Plugins Some times, Jenkins just cannot connect with the offical Update Center. We can use the download sub-cmd to download all the plugins which\u0026rsquo;re you need, then upload them. This command will take care of the dependencies of the plugin.\nYou can try it:\njcli plugin download localization-zh-cn\n"
},
{
"uri": "https://jcli.jenkins-zh.cn/job/",
"title": "Job",
"tags": [],
"description": "",
"content": " Job Management You can search a job list using a keyword, like this: jcli job search input.\nIt\u0026rsquo;s very simple to trigger a job. We have the batch mode and interactive mode. This command will finish immediately.\njcli job build \u0026quot;folderName jobName\u0026quot; -b\nOnce you triggered a job, then you can watch the log output by jcli job log \u0026quot;zjproject zjproject-inputstep55\u0026quot; -w. This command will always output the log of the last build.\nProxy Support Jenkins might be stay in behind a firewall. So we cannot connect it directly. You can give jcli a proxy setting. It\u0026rsquo;s also very simple to support a proxy setting. You just need to execute: jcli config edit. Then find the item which you want to add a proxy. Like the below demo:\njenkins_servers: - name: dev url: http://192.168.1.10 username: admin token: 11132c9ae4b20edbe56ac3e09cb5a3c8c2 proxy: http://192.168.10.10:47586 proxyAuth: username:password "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/",
"title": "Command",
"tags": [],
"description": "",
"content": ""
},
{
"uri": "https://jcli.jenkins-zh.cn/proxy/",
"title": "Proxy",
"tags": [],
"description": "",
"content": "Jenkins might be stay in behind a firewall. So we cannot connect it directly. You can give jcli a proxy setting. It\u0026rsquo;s also very simple to support a proxy setting. You just need to execute: jcli config edit. Then find the item which you want to add a proxy. Like the below demo:\njenkins_servers: - name: dev url: http://192.168.1.10 username: admin token: 11132c9ae4b20edbe56ac3e09cb5a3c8c2 proxy: http://192.168.10.10:47586 proxyAuth: username:password "
},
{
"uri": "https://jcli.jenkins-zh.cn/completion/",
"title": "completion",
"tags": [],
"description": "",
"content": " install auto-completion for zsh if you install iterm2 on your macOS or linux,and you use oh-my-zsh,you can follow the steps:\n# cd ~/.oh-my-zsh/plugins // create incr folder # mkdir incr // download incr plugin # wget https://mimosa-pudica.net/src/incr-0.2.zsh // authorize incr # chmod 777 ~/.oh-my-zsh/plugins/incr/incr-0.2.zsh # vim ~/.zshrc, and insert \u0026quot;source ~/.oh-my-zsh/plugins/incr/incr-0.2.zsh\u0026quot; in the \u0026quot;~/.zshrc\u0026quot;,save and quit // flush configuration # source ~/.zshrc Then you can use auto-completion for jcli, maybe you will find other commands can also use it\n"
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli/",
"title": "jcli",
"tags": [],
"description": "",
"content": " jcli Jenkins CLI written by golang which could help you with your multiple Jenkins\nSynopsis Jenkins CLI written by golang which could help you with your multiple Jenkins,\nWe\u0026rsquo;d love to hear your feedback at https://github.com/jenkins-zh/jenkins-cli/issues\nOptions --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command -h, --help help for jcli --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli casc - Configuration as Code jcli center - Manage your update center jcli completion - Generate shell completion scripts jcli computer - Manage the computers of your Jenkins jcli config - Manage the config of jcli jcli credential - Manage the credentials of your Jenkins jcli crumb - Print crumbIssuer of Jenkins jcli cwp - Custom Jenkins WAR packager for Jenkins jcli doc - Generate document for all jcl commands jcli job - Manage the job of your Jenkins jcli open - Open your Jenkins with a browser jcli plugin - Manage the plugins of Jenkins jcli queue - Manage the queue of your Jenkins jcli restart - Restart your Jenkins jcli shell - Create a sub shell so that changes to a specific Jenkins remain local to the shell. jcli user - Print the user of your Jenkins jcli version - Print the user of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_casc/",
"title": "jcli casc",
"tags": [],
"description": "",
"content": " jcli casc Configuration as Code\nSynopsis Configuration as Code\nOptions -h, --help help for casc Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins jcli casc apply - Apply config through configuration-as-code jcli casc export - Export the config from configuration-as-code jcli casc open - Open Configuration as Code page in browser jcli casc reload - Reload config through configuration-as-code jcli casc schema - Get the schema of configuration-as-code "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_casc_apply/",
"title": "jcli casc apply",
"tags": [],
"description": "",
"content": " jcli casc apply Apply config through configuration-as-code\nSynopsis Apply config through configuration-as-code\njcli casc apply [flags] Options -h, --help help for apply Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli casc - Configuration as Code "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_casc_export/",
"title": "jcli casc export",
"tags": [],
"description": "",
"content": " jcli casc export Export the config from configuration-as-code\nSynopsis Export the config from configuration-as-code\njcli casc export [flags] Options -h, --help help for export Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli casc - Configuration as Code "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_casc_open/",
"title": "jcli casc open",
"tags": [],
"description": "",
"content": " jcli casc open Open Configuration as Code page in browser\nSynopsis Open Configuration as Code page in browser\njcli casc open [flags] Options -b, --browser string Open Jenkins with a specific browser -h, --help help for open Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli casc - Configuration as Code "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_casc_reload/",
"title": "jcli casc reload",
"tags": [],
"description": "",
"content": " jcli casc reload Reload config through configuration-as-code\nSynopsis Reload config through configuration-as-code\njcli casc reload [flags] Options -h, --help help for reload Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli casc - Configuration as Code "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_casc_schema/",
"title": "jcli casc schema",
"tags": [],
"description": "",
"content": " jcli casc schema Get the schema of configuration-as-code\nSynopsis Get the schema of configuration-as-code\njcli casc schema [flags] Options -h, --help help for schema Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli casc - Configuration as Code "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_center/",
"title": "jcli center",
"tags": [],
"description": "",
"content": " jcli center Manage your update center\nSynopsis Manage your update center\njcli center [flags] Options -h, --help help for center Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins jcli center download - Download jenkins.war jcli center identity - Print the identity of current Jenkins jcli center mirror - Set the update center to a mirror address jcli center start - Start Jenkins server from a cache directory jcli center upgrade - Upgrade your Jenkins jcli center watch - Watch your update center status "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_center_download/",
"title": "jcli center download",
"tags": [],
"description": "",
"content": " jcli center download Download jenkins.war\nSynopsis Download jenkins.war from a mirror site. You can get more mirror sites from https://jenkins-zh.cn/tutorial/management/mirror/ If you want to download different formulas of jenkins.war, please visit the following project https://github.com/jenkins-zh/docker-zh\njcli center download [flags] Options --formula string The formula of jenkins.war, only support zh currently -h, --help help for download --lts If you want to download Jenkins as LTS (default true) -m, --mirror string The mirror site of Jenkins (default \u0026quot;default\u0026quot;) -o, --output string The file of output -p, --progress If you want to show the download progress (default true) --war-version string Version of the Jenkins which you want to download Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli center - Manage your update center "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_center_identity/",
"title": "jcli center identity",
"tags": [],
"description": "",
"content": " jcli center identity Print the identity of current Jenkins\nSynopsis Print the identity of current Jenkins\njcli center identity [flags] Options -h, --help help for identity Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli center - Manage your update center "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_center_mirror/",
"title": "jcli center mirror",
"tags": [],
"description": "",
"content": " jcli center mirror Set the update center to a mirror address\nSynopsis Set the update center to a mirror address\njcli center mirror [flags] Options --enable If you want to enable update center server (default true) -h, --help help for mirror --mirror-url string The address of update center site mirror (default \u0026quot;https://updates.jenkins-zh.cn/update-center.json\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli center - Manage your update center "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_center_start/",
"title": "jcli center start",
"tags": [],
"description": "",
"content": " jcli center start Start Jenkins server from a cache directory\nSynopsis Start Jenkins server from a cache directory\njcli center start [flags] Options --admin-can-generate-new-tokens If enabled, the users with administer permissions can generate new tokens for other users --concurrent-indexing int Concurrent indexing limit, take this value only it is bigger than -1 (default -1) --context string Web context of Jenkins server (default \u0026quot;/\u0026quot;) --download If you want to download jenkins.war when it does not exist (default true) --dry-run Don't run jenkins.war really --env stringArray Environments for the Jenkins which as key-value format --formula string The formula of jenkins.war, only support zh currently -h, --help help for start --https-cert string Certificate file path for https --https-enable If you want to enable https --https-port int The port of https protocol (default 8083) --https-private string Private key file path for https --lts If you want to download Jenkins as LTS (default true) --port int Port of Jenkins (default 8080) --random-web-dir If start jenkins.war in a random web dir --setup-wizard If you want to show the setup wizard at first start (default true) --sys stringArray System property key-value --version string The of version of jenkins.war (default \u0026quot;2.190.3\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli center - Manage your update center "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_center_upgrade/",
"title": "jcli center upgrade",
"tags": [],
"description": "",
"content": " jcli center upgrade Upgrade your Jenkins\nSynopsis Upgrade your Jenkins\njcli center upgrade [flags] Options -h, --help help for upgrade Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli center - Manage your update center "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_center_watch/",
"title": "jcli center watch",
"tags": [],
"description": "",
"content": " jcli center watch Watch your update center status\nSynopsis Watch your update center status\njcli center watch [flags] Options --count int Count of watch (default 9999) -h, --help help for watch -i, --interval int Interval of watch (default 1) --util-install-complete The watch will be continue util all Jenkins plugins installation is completed --util-need-restart The watch will be continue util Jenkins needs restart Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli center - Manage your update center "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_completion/",
"title": "jcli completion",
"tags": [],
"description": "",
"content": " jcli completion Generate shell completion scripts\nSynopsis Generate shell completion scripts Normally you don\u0026rsquo;t need to do more extra work to have this feature if you\u0026rsquo;ve installed jcli by brew\njcli completion [flags] Examples Installing bash completion on macOS using homebrew If running Bash 3.2 included with macOS brew install bash-completion or, if running Bash 4.1+ brew install bash-completion@2 You may need to add the completion to your completion directory by the following command jcli completion \u0026gt; $(brew --prefix)/etc/bash_completion.d/jcli If you get trouble, please visit https://github.com/jenkins-zh/jenkins-cli/issues/83. In order to have good experience on zsh completion, ohmyzsh is a good choice. Please install ohmyzsh by the following command sh -c \u0026quot;$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\u0026quot; Get more details about onmyzsh from https://github.com/ohmyzsh/ohmyzsh Load the jcli completion code for zsh[1] into the current shell source \u0026lt;(jcli completion --type zsh) Set the jcli completion code for zsh[1] to autoload on startup jcli completion --type zsh \u0026gt; \u0026quot;${fpath[1]}/_jcli\u0026quot; Options -h, --help help for completion --type string Generate different types of shell which are [zsh bash powerShell] (default \u0026quot;bash\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_computer/",
"title": "jcli computer",
"tags": [],
"description": "",
"content": " jcli computer Manage the computers of your Jenkins\nSynopsis Manage the computers of your Jenkins\nOptions -h, --help help for computer Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins jcli computer create - Create an Jenkins agent jcli computer delete - Delete an agent from Jenkins jcli computer launch - Launch the agent of your Jenkins jcli computer list - List all Jenkins agents jcli computer log - Output the log of the agent "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_computer_create/",
"title": "jcli computer create",
"tags": [],
"description": "",
"content": " jcli computer create Create an Jenkins agent\nSynopsis Create an Jenkins agent It can only create a JNLP agent.\njcli computer create [flags] Examples jcli agent create agent-name Options -h, --help help for create Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli computer - Manage the computers of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_computer_delete/",
"title": "jcli computer delete",
"tags": [],
"description": "",
"content": " jcli computer delete Delete an agent from Jenkins\nSynopsis Delete an agent from Jenkins\njcli computer delete [flags] Examples jcli agent delete agent-name Options -h, --help help for delete Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli computer - Manage the computers of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_computer_launch/",
"title": "jcli computer launch",
"tags": [],
"description": "",
"content": " jcli computer launch Launch the agent of your Jenkins\nSynopsis Launch the agent of your Jenkins\njcli computer launch [flags] Examples jcli agent launch agent-name jcli agent launch agent-name --type jnlp Options -h, --help help for launch --show-progress Show the progress of downloading agent.jar (default true) --type string The type of agent, include jnlp Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli computer - Manage the computers of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_computer_list/",
"title": "jcli computer list",
"tags": [],
"description": "",
"content": " jcli computer list List all Jenkins agents\nSynopsis List all Jenkins agents\njcli computer list [flags] Options --columns string The columns of table (default \u0026quot;DisplayName,NumExecutors,Description,Offline\u0026quot;) --filter stringArray Filter for the list by fields -h, --help help for list --no-headers When using the default output format, don't print headers (default print headers) -o, --output string Format the output, supported formats: table, json, yaml (default \u0026quot;table\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli computer - Manage the computers of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_computer_log/",
"title": "jcli computer log",
"tags": [],
"description": "",
"content": " jcli computer log Output the log of the agent\nSynopsis Output the log of the agent\njcli computer log \u0026lt;name\u0026gt; [flags] Options -h, --help help for log Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli computer - Manage the computers of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_config/",
"title": "jcli config",
"tags": [],
"description": "",
"content": " jcli config Manage the config of jcli\nSynopsis Manage the config of jcli\njcli config [flags] Examples jcli config generate jcli config list jcli config edit Options --detail Show the all detail of current configuration -h, --help help for config Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins jcli config add - Add a Jenkins config item jcli config clean - Clean up some unavailable config items jcli config edit - Edit a Jenkins config jcli config generate - Generate a sample config file for you jcli config list - List all Jenkins config items jcli config plugin - Manage plugins for jcli jcli config plugin - Manage plugins for jcli jcli config remove - Remove a Jenkins config jcli config select - Select one config as current Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_config_add/",
"title": "jcli config add",
"tags": [],
"description": "",
"content": " jcli config add Add a Jenkins config item\nSynopsis Add a Jenkins config item\njcli config add [flags] Examples jcli config add -n demo Options -d, --description string Description of the Jenkins -h, --help help for add -n, --name string Name of the Jenkins -a, --proxyAuth string ProxyAuth of the Jenkins Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli config - Manage the config of jcli "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_config_clean/",
"title": "jcli config clean",
"tags": [],
"description": "",
"content": " jcli config clean Clean up some unavailable config items\nSynopsis Clean up some unavailable config items\njcli config clean [flags] Options --clean-timeout Clean the config items when timeout with API request -h, --help help for clean -t, --timeout int Timeout in second value when checking with the Jenkins URL (default 5) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli config - Manage the config of jcli "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_config_edit/",
"title": "jcli config edit",
"tags": [],
"description": "",
"content": " jcli config edit Edit a Jenkins config\nSynopsis Edit a Jenkins config notepad is the default editor of Windows, vim is the default editor of unix. But if the environment variable \u0026ldquo;VISUAL\u0026rdquo; or \u0026ldquo;EDITOR\u0026rdquo; exists, jcli will take it. For example, you can set it under unix like this: export VISUAL=vi\njcli config edit [flags] Options -h, --help help for edit Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli config - Manage the config of jcli "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_config_generate/",
"title": "jcli config generate",
"tags": [],
"description": "",
"content": " jcli config generate Generate a sample config file for you\nSynopsis Generate a sample config file for you\njcli config generate [flags] Options -c, --copy Copy the output into clipboard -h, --help help for generate -i, --interactive Interactive mode (default true) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli config - Manage the config of jcli "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_config_list/",
"title": "jcli config list",
"tags": [],
"description": "",
"content": " jcli config list List all Jenkins config items\nSynopsis List all Jenkins config items\njcli config list [flags] Options --columns string The columns of table (default \u0026quot;Name,URL,Description\u0026quot;) --config string The type of config items, contains PreHooks, PostHooks, Mirrors, PluginSuites (default \u0026quot;JenkinsServers\u0026quot;) --filter stringArray Filter for the list by fields -h, --help help for list --no-headers When using the default output format, don't print headers (default print headers) -o, --output string Format the output, supported formats: table, json, yaml (default \u0026quot;table\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli config - Manage the config of jcli "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_config_plugin/",
"title": "jcli config plugin",
"tags": [],
"description": "",
"content": " jcli config plugin Manage plugins for jcli\nSynopsis Manage plugins for jcli If you want to submit a plugin for jcli, please see also the following project. https://github.com/jenkins-zh/jcli-plugins\nOptions -h, --help help for plugin Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli config - Manage the config of jcli jcli config plugin fetch - fetch metadata of plugins jcli config plugin install - install a jcli plugin jcli config plugin list - list all installed plugins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_config_plugin_fetch/",
"title": "jcli config plugin fetch",
"tags": [],
"description": "",
"content": " jcli config plugin fetch fetch metadata of plugins\nSynopsis fetch metadata of plugins The official metadata git repository is https://github.com/jenkins-zh/jcli-plugins, but you can change it by giving a command parameter.\njcli config plugin fetch [flags] Options -h, --help help for fetch -p, --password string The password of git repository --plugin-repo string The plugin git repository URL (default \u0026quot;https://github.com/jenkins-zh/jcli-plugins/\u0026quot;) --reset If you want to reset the git local repo when pulling it (default true) --ssh-key-file string SSH key file (default \u0026quot;/home/runner/.ssh/id_rsa\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli config plugin - Manage plugins for jcli "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_config_plugin_install/",
"title": "jcli config plugin install",
"tags": [],
"description": "",
"content": " jcli config plugin install install a jcli plugin\nSynopsis install a jcli plugin\njcli config plugin install [flags] Options -h, --help help for install --show-progress If you want to show the progress of download (default true) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli config plugin - Manage plugins for jcli "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_config_plugin_list/",
"title": "jcli config plugin list",
"tags": [],
"description": "",
"content": " jcli config plugin list list all installed plugins\nSynopsis list all installed plugins\njcli config plugin list [flags] Options --columns string The columns of table (default \u0026quot;Use,Version,DownloadLink\u0026quot;) --filter stringArray Filter for the list by fields -h, --help help for list --no-headers When using the default output format, don't print headers (default print headers) -o, --output string Format the output, supported formats: table, json, yaml (default \u0026quot;table\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli config plugin - Manage plugins for jcli "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_config_plugin_uninstall/",
"title": "jcli config plugin uninstall",
"tags": [],
"description": "",
"content": " jcli config plugin uninstall Remove a plugin\nSynopsis Remove a plugin\njcli config plugin uninstall [flags] Options -h, --help help for uninstall Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli config plugin - Manage plugins for jcli "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_config_remove/",
"title": "jcli config remove",
"tags": [],
"description": "",
"content": " jcli config remove Remove a Jenkins config\nSynopsis Remove a Jenkins config\njcli config remove [flags] Options -h, --help help for remove Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli config - Manage the config of jcli "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_config_select/",
"title": "jcli config select",
"tags": [],
"description": "",
"content": " jcli config select Select one config as current Jenkins\nSynopsis Select one config as current Jenkins\njcli config select [flags] Options -h, --help help for select Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli config - Manage the config of jcli "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_credential/",
"title": "jcli credential",
"tags": [],
"description": "",
"content": " jcli credential Manage the credentials of your Jenkins\nSynopsis Manage the credentials of your Jenkins\nOptions -h, --help help for credential Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins jcli credential create - Create a credential from Jenkins jcli credential delete - Delete a credential from Jenkins jcli credential list - List all credentials of Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_credential_create/",
"title": "jcli credential create",
"tags": [],
"description": "",
"content": " jcli credential create Create a credential from Jenkins\nSynopsis Create a credential from Jenkins\njcli credential create [flags] Options --credential-id string The ID of Jenkins credentials --credential-password string The Password of Jenkins credentials --credential-username string The Username of Jenkins credentials --desc string The Description of Jenkins credentials -h, --help help for create --scope string The scope of Jenkins credentials which might be GLOBAL or SYSTEM (default \u0026quot;GLOBAL\u0026quot;) --secret string The Secret of Jenkins credentials --store string The store name of Jenkins credentials (default \u0026quot;system\u0026quot;) --type string The type of Jenkins credentials which could be: basic, secret (default \u0026quot;basic\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli credential - Manage the credentials of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_credential_delete/",
"title": "jcli credential delete",
"tags": [],
"description": "",
"content": " jcli credential delete Delete a credential from Jenkins\nSynopsis Delete a credential from Jenkins\njcli credential delete [store] [id] [flags] Options -b, --batch Batch mode, no need confirm -h, --help help for delete --id string The ID of Jenkins credentials --store string The store name of Jenkins credentials (default \u0026quot;system\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli credential - Manage the credentials of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_credential_list/",
"title": "jcli credential list",
"tags": [],
"description": "",
"content": " jcli credential list List all credentials of Jenkins\nSynopsis List all credentials of Jenkins\njcli credential list [flags] Options --columns string The columns of table (default \u0026quot;DisplayName,ID,TypeName,Description\u0026quot;) --filter stringArray Filter for the list by fields -h, --help help for list --no-headers When using the default output format, don't print headers (default print headers) -o, --output string Format the output, supported formats: table, json, yaml (default \u0026quot;table\u0026quot;) --store string The store name of Jenkins credentials (default \u0026quot;system\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli credential - Manage the credentials of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_crumb/",
"title": "jcli crumb",
"tags": [],
"description": "",
"content": " jcli crumb Print crumbIssuer of Jenkins\nSynopsis Print crumbIssuer of Jenkins\njcli crumb [flags] Options -h, --help help for crumb Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_cwp/",
"title": "jcli cwp",
"tags": [],
"description": "",
"content": " jcli cwp Custom Jenkins WAR packager for Jenkins\nSynopsis Custom Jenkins WAR packager for Jenkins This\u0026rsquo;s a wrapper of https://github.com/jenkinsci/custom-war-packager\njcli cwp [flags] Options --batch-mode Enables the batch mode for the build --bom-path string Path to the BOM file. If defined, it will override settings in Config YAML --config-path string Path to the configuration YAML. See the tool's README for format --demo Enables demo mode with predefined config file --environment string Environment to be used -h, --help help for cwp --install-artifacts If set, the final artifacts will be automatically installed to the local repository (current version - only WAR) --local-cache string The local cache directory (default \u0026quot;/home/runner/.jenkins-cli\u0026quot;) --metadata-url string The metadata URL (default \u0026quot;https://repo.jenkins-ci.org/list/releases/io/jenkins/tools/custom-war-packager/custom-war-packager-cli/maven-metadata.xml\u0026quot;) --mvn-settings-file string Path to a custom Maven settings file to be used within the build --show-progress Show the progress of downloading files (default true) --tmp-dir string Temporary directory for generated files and the output WAR. --value-set stringToString The value set of config template (default []) --version string Version of WAR to be set. (default \u0026quot;1.0-SNAPSHOT\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_doc/",
"title": "jcli doc",
"tags": [],
"description": "",
"content": " jcli doc Generate document for all jcl commands\nSynopsis Generate document for all jcl commands\njcli doc [flags] Examples jcli doc tmp jcli doc --doc-type ManPage /usr/local/share/man/man1 Options --doc-type string Which type of document will generate (default \u0026quot;Markdown\u0026quot;) -h, --help help for doc Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job/",
"title": "jcli job",
"tags": [],
"description": "",
"content": " jcli job Manage the job of your Jenkins\nSynopsis Manage the job of your Jenkins Editing the pipeline job needs to install a plugin which is pipeline-restful-api https://plugins.jenkins.io/pipeline-restful-api\nOptions -h, --help help for job -o, --output string Format the output (default \u0026quot;json\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins jcli job artifact - Print the artifact list of target job jcli job build - Build the job of your Jenkins jcli job create - Create a job in your Jenkins jcli job delete - Delete a job in your Jenkins jcli job disable - Disable a job in your Jenkins jcli job edit - Edit the job of your Jenkins jcli job enable - Enable a job in your Jenkins jcli job history - Print the history of job in your Jenkins jcli job input - Input a job in your Jenkins jcli job log - Print the job\u0026rsquo;s log of your Jenkins jcli job param - Get parameters of the job of your Jenkins jcli job search - Print the job of your Jenkins jcli job stop - Stop a job build in your Jenkins jcli job type - Print the types of job which in your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_artifact/",
"title": "jcli job artifact",
"tags": [],
"description": "",
"content": " jcli job artifact Print the artifact list of target job\nSynopsis Print the artifact list of target job\njcli job artifact \u0026lt;jobName\u0026gt; [buildID] [flags] Options --columns string The columns of table (default \u0026quot;Name,Path,Size\u0026quot;) --filter stringArray Filter for the list by fields -h, --help help for artifact --no-headers When using the default output format, don't print headers (default print headers) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job - Manage the job of your Jenkins jcli job artifact download - Download the artifact of target job "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_artifact_download/",
"title": "jcli job artifact download",
"tags": [],
"description": "",
"content": " jcli job artifact download Download the artifact of target job\nSynopsis Download the artifact of target job\njcli job artifact download \u0026lt;jobName\u0026gt; [buildID] [flags] Options --download-dir string The directory which artifact will be downloaded -h, --help help for download -i, --id string ID of the job artifact --progress Whether show the progress (default true) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job artifact - Print the artifact list of target job "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_build/",
"title": "jcli job build",
"tags": [],
"description": "",
"content": " jcli job build Build the job of your Jenkins\nSynopsis Build the job of your Jenkins. You need to give the parameters if your pipeline has them. Learn more about it from https://jenkins.io/doc/book/pipeline/syntax/#parameters.\njcli job build \u0026lt;jobName\u0026gt; [flags] Options -b, --batch Batch mode, no need confirm -h, --help help for build --param string Parameters of the job which is JSON format --param-entry stringArray Parameters of the job which are the entry format, for example: --param-entry name=value Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job - Manage the job of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_create/",
"title": "jcli job create",
"tags": [],
"description": "",
"content": " jcli job create Create a job in your Jenkins\nSynopsis Create a job in your Jenkins\njcli job create \u0026lt;jobName\u0026gt; [flags] Options --copy string Copy an exists job -h, --help help for create --type string Which type do you want to create Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job - Manage the job of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_delete/",
"title": "jcli job delete",
"tags": [],
"description": "",
"content": " jcli job delete Delete a job in your Jenkins\nSynopsis Delete a job in your Jenkins\njcli job delete [flags] Options -b, --batch Batch mode, no need confirm -h, --help help for delete Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job - Manage the job of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_disable/",
"title": "jcli job disable",
"tags": [],
"description": "",
"content": " jcli job disable Disable a job in your Jenkins\nSynopsis Disable a job in your Jenkins\njcli job disable [flags] Options -b, --batch Batch mode, no need confirm -h, --help help for disable Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job - Manage the job of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_edit/",
"title": "jcli job edit",
"tags": [],
"description": "",
"content": " jcli job edit Edit the job of your Jenkins\nSynopsis Edit the job of your Jenkins. We only support to edit the pipeline job. Official Pipeline syntax document is here https://jenkins.io/doc/book/pipeline/syntax/\nnotepad is the default editor of Windows, vim is the default editor of unix. But if the environment variable \u0026ldquo;VISUAL\u0026rdquo; or \u0026ldquo;EDITOR\u0026rdquo; exists, jcli will take it. For example, you can set it under unix like this: export VISUAL=vi\njcli job edit [flags] Options -f, --filename string Filename to files to use to replace pipeline -h, --help help for edit --sample Give it a sample Jenkinsfile if the target script is empty -s, --script string Script to use to replace pipeline. Use script first if you give filename at the meantime. --trim If trim the leading and tailing white space (default true) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job - Manage the job of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_enable/",
"title": "jcli job enable",
"tags": [],
"description": "",
"content": " jcli job enable Enable a job in your Jenkins\nSynopsis Enable a job in your Jenkins\njcli job enable [flags] Options -b, --batch Batch mode, no need confirm -h, --help help for enable Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job - Manage the job of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_history/",
"title": "jcli job history",
"tags": [],
"description": "",
"content": " jcli job history Print the history of job in your Jenkins\nSynopsis Print the history of job in your Jenkins\njcli job history \u0026lt;jobName\u0026gt; [flags] Options --columns string The columns of table (default \u0026quot;DisplayName,Building,Result\u0026quot;) --filter stringArray Filter for the list by fields -h, --help help for history --no-headers When using the default output format, don't print headers (default print headers) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job - Manage the job of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_input/",
"title": "jcli job input",
"tags": [],
"description": "",
"content": " jcli job input Input a job in your Jenkins\nSynopsis Input a job in your Jenkins\njcli job input \u0026lt;jobName\u0026gt; [buildID] [flags] Options --action string The action whether you want to process or abort. -h, --help help for input Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job - Manage the job of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_log/",
"title": "jcli job log",
"tags": [],
"description": "",
"content": " jcli job log Print the job\u0026rsquo;s log of your Jenkins\nSynopsis Print the job\u0026rsquo;s log of your Jenkins It\u0026rsquo;ll print the log text of the last build if you don\u0026rsquo;t give the build id.\njcli job log [flags] Examples jcli job log \u0026lt;jobName\u0026gt; [buildID] jcli job log \u0026lt;jobName\u0026gt; --history 1 jcli job log \u0026lt;jobName\u0026gt; --watch Options -h, --help help for log -s, --history int Specific build history of log (default -1) -i, --interval int Interval of watch (default 1) -w, --watch Watch the job logs Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job - Manage the job of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_param/",
"title": "jcli job param",
"tags": [],
"description": "",
"content": " jcli job param Get parameters of the job of your Jenkins\nSynopsis Get parameters of the job of your Jenkins\njcli job param \u0026lt;jobName\u0026gt; [flags] Options --filter stringArray Filter for the list by fields -h, --help help for param --indent Output with indent --no-headers When using the default output format, don't print headers (default print headers) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job - Manage the job of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_search/",
"title": "jcli job search",
"tags": [],
"description": "",
"content": " jcli job search Print the job of your Jenkins\nSynopsis Print the job of your Jenkins\njcli job search [flags] Examples jcli job search [keyword] --name keyword --type Folder Options --columns string The columns of table (default \u0026quot;Name,DisplayName,Type,URL\u0026quot;) --filter stringArray Filter for the list by fields -h, --help help for search --limit int The list of items limit (default 50) --name string The name of items for search --no-headers When using the default output format, don't print headers (default print headers) --parent string The parent of items for search --start int The list of items offset --type string The type of items for search Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job - Manage the job of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_stop/",
"title": "jcli job stop",
"tags": [],
"description": "",
"content": " jcli job stop Stop a job build in your Jenkins\nSynopsis Stop a job build in your Jenkins\njcli job stop \u0026lt;jobName\u0026gt; [buildNumber] [flags] Options -b, --batch Batch mode, no need confirm -h, --help help for stop Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job - Manage the job of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_job_type/",
"title": "jcli job type",
"tags": [],
"description": "",
"content": " jcli job type Print the types of job which in your Jenkins\nSynopsis Print the types of job which in your Jenkins\njcli job type [flags] Options --columns string The columns of table (default \u0026quot;DisplayName,Class\u0026quot;) --filter stringArray Filter for the list by fields -h, --help help for type --no-headers When using the default output format, don't print headers (default print headers) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) -o, --output string Format the output (default \u0026quot;json\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli job - Manage the job of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_open/",
"title": "jcli open",
"tags": [],
"description": "",
"content": " jcli open Open your Jenkins with a browser\nSynopsis Open your Jenkins with a browser\njcli open [flags] Examples jcli open -n [config name] Open Jenkins with a specific browser is useful in some use cases. For example, one browser has a proxy setting. There are two ways to achieve this: jcli open --browser \u0026quot;Google-Chrome\u0026quot; JCLI_BROWSER=\u0026quot;Google Chrome\u0026quot; jcli open Options -b, --browser string Open Jenkins with a specific browser -c, --config Open the configuration page of Jenkins -h, --help help for open -i, --interactive Interactive mode Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_plugin/",
"title": "jcli plugin",
"tags": [],
"description": "",
"content": " jcli plugin Manage the plugins of Jenkins\nSynopsis Manage the plugins of Jenkins\nExamples jcli plugin list jcli plugin search github jcli plugin check Options -h, --help help for plugin Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins jcli plugin build - Build the Jenkins plugin project jcli plugin check - Check update center server jcli plugin create - Create a plugin project from the archetypes jcli plugin download - Download the plugins jcli plugin install - Install the plugins jcli plugin list - Print all the plugins which are installed jcli plugin open - Open update center server in browser jcli plugin release - Release current plugin project jcli plugin search - Print the plugins of your Jenkins jcli plugin trend - Show the trend of the plugin jcli plugin uninstall - Uninstall the plugins jcli plugin upgrade - Upgrade the specific plugin jcli plugin upload - Upload a plugin to your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_plugin_build/",
"title": "jcli plugin build",
"tags": [],
"description": "",
"content": " jcli plugin build Build the Jenkins plugin project\nSynopsis Build the Jenkins plugin project The default behaviour is \u0026ldquo;mvn clean package -DskipTests -Dmaven.test.skip\u0026rdquo;\njcli plugin build [flags] Options --debug-output If you want the maven output the debug info -h, --help help for build Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli plugin - Manage the plugins of Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_plugin_check/",
"title": "jcli plugin check",
"tags": [],
"description": "",
"content": " jcli plugin check Check update center server\nSynopsis Check update center server\njcli plugin check [flags] Options -h, --help help for check Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli plugin - Manage the plugins of Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_plugin_create/",
"title": "jcli plugin create",
"tags": [],
"description": "",
"content": " jcli plugin create Create a plugin project from the archetypes\nSynopsis Create a plugin project from the archetypes Plugin tutorial is here https://jenkins.io/doc/developer/tutorial/\njcli plugin create [flags] Options --debug-output If you want the maven output the debug info -h, --help help for create Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli plugin - Manage the plugins of Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_plugin_download/",
"title": "jcli plugin download",
"tags": [],
"description": "",
"content": " jcli plugin download Download the plugins\nSynopsis Download the plugins which contain the target plugin and its dependencies\njcli plugin download [flags] Examples download localization-zh-cn Options --download-dir string The directory which you want to download to -h, --help help for download --show-progress If you want to show the progress of download a plugin (default true) --skip-dependency If you want to skip download dependency of plugin --skip-optional If you want to skip download optional dependency of plugin (default true) --use-mirror If you want to download plugin from a mirror site (default true) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli plugin - Manage the plugins of Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_plugin_install/",
"title": "jcli plugin install",
"tags": [],
"description": "",
"content": " jcli plugin install Install the plugins\nSynopsis Install the plugins Allow you to install a plugin with or without the version\njcli plugin install [pluginName] [flags] Examples jcli plugin install localization-zh-cn jcli plugin install [email protected] Options -h, --help help for install --show-progress If you want to show the progress of download a plugin (default true) --suite string Suite of plugins --use-mirror If you want to download plugin from a mirror site (default true) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli plugin - Manage the plugins of Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_plugin_list/",
"title": "jcli plugin list",
"tags": [],
"description": "",
"content": " jcli plugin list Print all the plugins which are installed\nSynopsis Print all the plugins which are installed\njcli plugin list [flags] Examples jcli plugin list --filter name=github jcli plugin list --filter hasUpdate jcli plugin list --no-headers Options --columns string The columns of table (default \u0026quot;ShortName,Version,HasUpdate\u0026quot;) --filter stringArray Filter for the list by fields -h, --help help for list --no-headers When using the default output format, don't print headers (default print headers) -o, --output string Format the output, supported formats: table, json, yaml (default \u0026quot;table\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli plugin - Manage the plugins of Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_plugin_open/",
"title": "jcli plugin open",
"tags": [],
"description": "",
"content": " jcli plugin open Open update center server in browser\nSynopsis Open update center server in browser\njcli plugin open [flags] Options -b, --browser string Open Jenkins with a specific browser -h, --help help for open Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli plugin - Manage the plugins of Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_plugin_release/",
"title": "jcli plugin release",
"tags": [],
"description": "",
"content": " jcli plugin release Release current plugin project\nSynopsis Release current plugin project\njcli plugin release [flags] Options --batch Run in non-interactive (batch) (default true) --debug-output If you want the maven output the debug info -h, --help help for release --perform Add mvn command release:perform (default true) --prepare Add mvn command release:prepare (default true) --skip-tests Skip running tests (default true) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli plugin - Manage the plugins of Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_plugin_search/",
"title": "jcli plugin search",
"tags": [],
"description": "",
"content": " jcli plugin search Print the plugins of your Jenkins\nSynopsis Print the plugins of your Jenkins\njcli plugin search \u0026lt;keyword\u0026gt; [flags] Options --filter stringArray Filter for the list by fields -h, --help help for search --no-headers When using the default output format, don't print headers (default print headers) -o, --output string Format the output, supported formats: table, json, yaml (default \u0026quot;table\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli plugin - Manage the plugins of Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_plugin_trend/",
"title": "jcli plugin trend",
"tags": [],
"description": "",
"content": " jcli plugin trend Show the trend of the plugin\nSynopsis Show the trend of the plugin\njcli plugin trend \u0026lt;pluginName\u0026gt; [flags] Options -h, --help help for trend Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli plugin - Manage the plugins of Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_plugin_uninstall/",
"title": "jcli plugin uninstall",
"tags": [],
"description": "",
"content": " jcli plugin uninstall Uninstall the plugins\nSynopsis Uninstall the plugins\njcli plugin uninstall [pluginName] [flags] Options -h, --help help for uninstall Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli plugin - Manage the plugins of Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_plugin_upgrade/",
"title": "jcli plugin upgrade",
"tags": [],
"description": "",
"content": " jcli plugin upgrade Upgrade the specific plugin\nSynopsis Upgrade the specific plugin\njcli plugin upgrade [plugin name] [flags] Examples jcli plugin upgrade [tab][tab] Options --all Upgrade all plugins for updated --filter stringArray Filter for the list, like: name=foo -h, --help help for upgrade Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli plugin - Manage the plugins of Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_plugin_upload/",
"title": "jcli plugin upload",
"tags": [],
"description": "",
"content": " jcli plugin upload Upload a plugin to your Jenkins\nSynopsis Upload a plugin from local filesystem or remote URL to your Jenkins\njcli plugin upload [flags] Examples jcli plugin upload --remote https://server/sample.hpi jcli plugin upload sample.hpi jcli plugin upload sample.hpi --show-progress=false Options -f, --file string The plugin file path which should end with .hpi -h, --help help for upload -r, --remote string Remote plugin URL --remote-jenkins string Remote Jenkins which will find from config list --remote-password string Password of remote plugin URL --remote-user string User of remote plugin URL --show-progress Whether show the upload progress (default true) --skip-posthook Whether skip the post command hook --skip-prehook Whether skip the previous command hook Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli plugin - Manage the plugins of Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_queue/",
"title": "jcli queue",
"tags": [],
"description": "",
"content": " jcli queue Manage the queue of your Jenkins\nSynopsis Manage the queue of your Jenkins\nOptions -h, --help help for queue Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins jcli queue cancel - Cancel the queue items of your Jenkins jcli queue list - Print the queue of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_queue_cancel/",
"title": "jcli queue cancel",
"tags": [],
"description": "",
"content": " jcli queue cancel Cancel the queue items of your Jenkins\nSynopsis Cancel the queue items of your Jenkins\njcli queue cancel \u0026lt;id\u0026gt; [flags] Options -h, --help help for cancel Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli queue - Manage the queue of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_queue_list/",
"title": "jcli queue list",
"tags": [],
"description": "",
"content": " jcli queue list Print the queue of your Jenkins\nSynopsis Print the queue of your Jenkins\njcli queue list [flags] Options --columns string The columns of table (default \u0026quot;ID,Why,URL\u0026quot;) --filter stringArray Filter for the list by fields -h, --help help for list --no-headers When using the default output format, don't print headers (default print headers) -o, --output string Format the output, supported formats: table, json, yaml (default \u0026quot;table\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli queue - Manage the queue of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_restart/",
"title": "jcli restart",
"tags": [],
"description": "",
"content": " jcli restart Restart your Jenkins\nSynopsis Restart your Jenkins\njcli restart [flags] Options -b, --batch Batch mode, no need confirm -h, --help help for restart -s, --safe Puts Jenkins into the quiet mode, wait for existing builds to be completed, and then restart Jenkins (default true) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_shell/",
"title": "jcli shell",
"tags": [],
"description": "",
"content": " jcli shell Create a sub shell so that changes to a specific Jenkins remain local to the shell.\nSynopsis Create a sub shell so that changes to a specific Jenkins remain local to the shell.\njcli shell [\u0026lt;name\u0026gt;] [flags] Options -h, --help help for shell Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_user/",
"title": "jcli user",
"tags": [],
"description": "",
"content": " jcli user Print the user of your Jenkins\nSynopsis Print the user of your Jenkins\njcli user [flags] Options -h, --help help for user -o, --output string Format the output (default \u0026quot;json\u0026quot;) Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins jcli user create - Create a user for your Jenkins jcli user delete - Delete a user for your Jenkins jcli user edit - Edit the user of your Jenkins jcli user token - Token the user of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_user_create/",
"title": "jcli user create",
"tags": [],
"description": "",
"content": " jcli user create Create a user for your Jenkins\nSynopsis Create a user for your Jenkins\njcli user create \u0026lt;username\u0026gt; [password] [flags] Options -h, --help help for create Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli user - Print the user of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_user_delete/",
"title": "jcli user delete",
"tags": [],
"description": "",
"content": " jcli user delete Delete a user for your Jenkins\nSynopsis Delete a user for your Jenkins\njcli user delete \u0026lt;username\u0026gt; [flags] Options -b, --batch Batch mode, no need confirm -h, --help help for delete Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli user - Print the user of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_user_edit/",
"title": "jcli user edit",
"tags": [],
"description": "",
"content": " jcli user edit Edit the user of your Jenkins\nSynopsis Edit the user of your Jenkins notepad is the default editor of Windows, vim is the default editor of unix. But if the environment variable \u0026ldquo;VISUAL\u0026rdquo; or \u0026ldquo;EDITOR\u0026rdquo; exists, jcli will take it. For example, you can set it under unix like this: export VISUAL=vi\njcli user edit [flags] Options -d, --desc string Edit the description -h, --help help for edit Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli user - Print the user of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_user_token/",
"title": "jcli user token",
"tags": [],
"description": "",
"content": " jcli user token Token the user of your Jenkins\nSynopsis Token the user of your Jenkins\njcli user token [flags] Examples jcli user token -g Options -g, --generate Generate the token -h, --help help for token -n, --name string Name of the token --target-user string The target user of the new token Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli user - Print the user of your Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/commands/jcli_version/",
"title": "jcli version",
"tags": [],
"description": "",
"content": " jcli version Print the user of your Jenkins\nSynopsis Print the user of your Jenkins\njcli version [flags] Options --changelog Output the changelog of current version -h, --help help for version --show-latest Output the latest version Options inherited from parent commands --config-load If load a default config file (default true) --configFile string An alternative config file --debug Print the output into debug.html --doctor Run the diagnose for current command --insecureSkipVerify If skip insecure skip verify (default true) -j, --jenkins string Select a Jenkins server for this time --logger-level string Logger level which could be: debug, info, warn, error (default \u0026quot;warn\u0026quot;) --proxy string The proxy of connection to Jenkins --proxy-auth string The auth of proxy of connection to Jenkins --proxy-disable Disable proxy setting --token string The token of Jenkins --url string The URL of Jenkins --username string The username of Jenkins SEE ALSO jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins "
},
{
"uri": "https://jcli.jenkins-zh.cn/",
"title": "",
"tags": [],
"description": "",
"content": " 简体中文\nJenkins CLI \nJenkins CLI allows you manage your Jenkins in an easy way. No matter if you\u0026rsquo;re a plugin developer, administrator or just a regular user, it is made for you!\nFeatures 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 Mac, Linux and Windows for now.\nMac You can use brew to install jcli.\nbrew tap jenkins-zh/jcli brew install jcli Linux To install jcli on your Linux OS, execute the following command:\ncurl -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 find the latest version here. Download the tar file and copy the uncompressed jcli directory into your system path.\nOther package managers Here are other package managers:\n GoFish users can use gofish install jcli Scoop users can use scoop install jcli Chocolatey users can use choco install jcli Snapcraft users can use sudo snap install jcli See more about how to download jcli. You can find the download details from here.\nGet started Read the official document for more details on how to use jcli.\nOr, you can take a live interactive course of Jenkins CLI.\nPlugins Jenkins CLI could have more features by installing a plugin for it. You can install a plugin by the following command:\njcli config plugin fetch jcli config plugin install account All official plugins could be found at here.\nContribution If you\u0026rsquo;re interested in this project. Please go through the contribution guide. Any contributions are welcome.\nThanks to JetBrains for giving us the open source licence.\n\nStargazers over time \n"
},
{
"uri": "https://jcli.jenkins-zh.cn/categories/",
"title": "Categories",
"tags": [],
"description": "",
"content": ""
},
{
"uri": "https://jcli.jenkins-zh.cn/tags/",
"title": "Tags",
"tags": [],
"description": "",
"content": ""
}]