-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
929 lines (760 loc) · 91.8 KB
/
index.xml
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
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Jenkinc CLI</title>
<link>https://jcli.jenkins-zh.cn/</link>
<description>Recent content on Jenkinc CLI</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 27 Apr 2020 06:50:25 +0000</lastBuildDate>
<atom:link href="https://jcli.jenkins-zh.cn/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>jcli</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli/</guid>
<description>jcli Jenkins CLI written by golang which could help you with your multiple Jenkins
Synopsis Jenkins CLI written by golang which could help you with your multiple Jenkins,
We&rsquo;d love to hear your feedback at https://github.com/jenkins-zh/jenkins-cli/issues
Options --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 &quot;warn&quot;) --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.</description>
</item>
<item>
<title>jcli casc</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_casc/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_casc/</guid>
<description> jcli casc Configuration as Code
Synopsis Configuration as Code
Options -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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli casc apply</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_casc_apply/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_casc_apply/</guid>
<description> jcli casc apply Apply config through configuration-as-code
Synopsis Apply config through configuration-as-code
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli casc export</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_casc_export/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_casc_export/</guid>
<description> jcli casc export Export the config from configuration-as-code
Synopsis Export the config from configuration-as-code
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli casc open</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_casc_open/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_casc_open/</guid>
<description> jcli casc open Open Configuration as Code page in browser
Synopsis Open Configuration as Code page in browser
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli casc reload</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_casc_reload/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_casc_reload/</guid>
<description> jcli casc reload Reload config through configuration-as-code
Synopsis Reload config through configuration-as-code
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli casc schema</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_casc_schema/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_casc_schema/</guid>
<description> jcli casc schema Get the schema of configuration-as-code
Synopsis Get the schema of configuration-as-code
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli center</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_center/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_center/</guid>
<description>jcli center Manage your update center
Synopsis Manage your update center
jcli 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 &quot;warn&quot;) --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.</description>
</item>
<item>
<title>jcli center download</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_center_download/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_center_download/</guid>
<description>jcli center download Download jenkins.war
Synopsis 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
jcli 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 &quot;default&quot;) -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.</description>
</item>
<item>
<title>jcli center identity</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_center_identity/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_center_identity/</guid>
<description> jcli center identity Print the identity of current Jenkins
Synopsis Print the identity of current Jenkins
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli center mirror</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_center_mirror/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_center_mirror/</guid>
<description>jcli center mirror Set the update center to a mirror address
Synopsis Set the update center to a mirror address
jcli 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 &quot;https://updates.jenkins-zh.cn/update-center.json&quot;) 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.</description>
</item>
<item>
<title>jcli center start</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_center_start/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_center_start/</guid>
<description>jcli center start Start Jenkins server from a cache directory
Synopsis Start Jenkins server from a cache directory
jcli 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 &quot;/&quot;) --download If you want to download jenkins.</description>
</item>
<item>
<title>jcli center upgrade</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_center_upgrade/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_center_upgrade/</guid>
<description> jcli center upgrade Upgrade your Jenkins
Synopsis Upgrade your Jenkins
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli center watch</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_center_watch/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_center_watch/</guid>
<description>jcli center watch Watch your update center status
Synopsis Watch your update center status
jcli 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.</description>
</item>
<item>
<title>jcli completion</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_completion/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_completion/</guid>
<description>jcli completion Generate shell completion scripts
Synopsis Generate shell completion scripts Normally you don&rsquo;t need to do more extra work to have this feature if you&rsquo;ve installed jcli by brew
jcli 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 &gt; $(brew --prefix)/etc/bash_completion.</description>
</item>
<item>
<title>jcli computer</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_computer/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_computer/</guid>
<description> jcli computer Manage the computers of your Jenkins
Synopsis Manage the computers of your Jenkins
Options -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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli computer create</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_computer_create/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_computer_create/</guid>
<description> jcli computer create Create an Jenkins agent
Synopsis Create an Jenkins agent It can only create a JNLP agent.
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli computer delete</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_computer_delete/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_computer_delete/</guid>
<description> jcli computer delete Delete an agent from Jenkins
Synopsis Delete an agent from Jenkins
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli computer launch</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_computer_launch/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_computer_launch/</guid>
<description>jcli computer launch Launch the agent of your Jenkins
Synopsis Launch the agent of your Jenkins
jcli 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.</description>
</item>
<item>
<title>jcli computer list</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_computer_list/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_computer_list/</guid>
<description>jcli computer list List all Jenkins agents
Synopsis List all Jenkins agents
jcli computer list [flags] Options --columns string The columns of table (default &quot;DisplayName,NumExecutors,Description,Offline&quot;) --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 &quot;table&quot;) 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.</description>
</item>
<item>
<title>jcli computer log</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_computer_log/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_computer_log/</guid>
<description> jcli computer log Output the log of the agent
Synopsis Output the log of the agent
jcli computer log &lt;name&gt; [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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli config</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_config/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_config/</guid>
<description>jcli config Manage the config of jcli
Synopsis Manage the config of jcli
jcli 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.</description>
</item>
<item>
<title>jcli config add</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_config_add/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_config_add/</guid>
<description>jcli config add Add a Jenkins config item
Synopsis Add a Jenkins config item
jcli 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.</description>
</item>
<item>
<title>jcli config clean</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_config_clean/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_config_clean/</guid>
<description>jcli config clean Clean up some unavailable config items
Synopsis Clean up some unavailable config items
jcli 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.</description>
</item>
<item>
<title>jcli config edit</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_config_edit/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_config_edit/</guid>
<description>jcli config edit Edit a Jenkins config
Synopsis Edit a Jenkins config notepad is the default editor of Windows, vim is the default editor of unix. But if the environment variable &ldquo;VISUAL&rdquo; or &ldquo;EDITOR&rdquo; exists, jcli will take it. For example, you can set it under unix like this: export VISUAL=vi
jcli 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.</description>
</item>
<item>
<title>jcli config generate</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_config_generate/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_config_generate/</guid>
<description>jcli config generate Generate a sample config file for you
Synopsis Generate a sample config file for you
jcli 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.</description>
</item>
<item>
<title>jcli config list</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_config_list/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_config_list/</guid>
<description>jcli config list List all Jenkins config items
Synopsis List all Jenkins config items
jcli config list [flags] Options --columns string The columns of table (default &quot;Name,URL,Description&quot;) --config string The type of config items, contains PreHooks, PostHooks, Mirrors, PluginSuites (default &quot;JenkinsServers&quot;) --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 &quot;table&quot;) 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.</description>
</item>
<item>
<title>jcli config plugin</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_config_plugin/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_config_plugin/</guid>
<description> jcli config plugin Manage plugins for jcli
Synopsis 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
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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli config plugin fetch</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_config_plugin_fetch/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_config_plugin_fetch/</guid>
<description>jcli config plugin fetch fetch metadata of plugins
Synopsis 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.
jcli 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 &quot;https://github.com/jenkins-zh/jcli-plugins/&quot;) --reset If you want to reset the git local repo when pulling it (default true) --ssh-key-file string SSH key file (default &quot;/home/runner/.</description>
</item>
<item>
<title>jcli config plugin install</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_config_plugin_install/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_config_plugin_install/</guid>
<description> jcli config plugin install install a jcli plugin
Synopsis install a jcli plugin
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli config plugin list</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_config_plugin_list/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_config_plugin_list/</guid>
<description>jcli config plugin list list all installed plugins
Synopsis list all installed plugins
jcli config plugin list [flags] Options --columns string The columns of table (default &quot;Use,Version,DownloadLink&quot;) --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 &quot;table&quot;) 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.</description>
</item>
<item>
<title>jcli config plugin uninstall</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_config_plugin_uninstall/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_config_plugin_uninstall/</guid>
<description> jcli config plugin uninstall Remove a plugin
Synopsis Remove a plugin
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli config remove</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_config_remove/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_config_remove/</guid>
<description> jcli config remove Remove a Jenkins config
Synopsis Remove a Jenkins config
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli config select</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_config_select/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_config_select/</guid>
<description> jcli config select Select one config as current Jenkins
Synopsis Select one config as current Jenkins
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli credential</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_credential/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_credential/</guid>
<description> jcli credential Manage the credentials of your Jenkins
Synopsis Manage the credentials of your Jenkins
Options -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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli credential create</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_credential_create/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_credential_create/</guid>
<description>jcli credential create Create a credential from Jenkins
Synopsis Create a credential from Jenkins
jcli 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 &quot;GLOBAL&quot;) --secret string The Secret of Jenkins credentials --store string The store name of Jenkins credentials (default &quot;system&quot;) --type string The type of Jenkins credentials which could be: basic, secret (default &quot;basic&quot;) 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.</description>
</item>
<item>
<title>jcli credential delete</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_credential_delete/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_credential_delete/</guid>
<description>jcli credential delete Delete a credential from Jenkins
Synopsis Delete a credential from Jenkins
jcli 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 &quot;system&quot;) 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.</description>
</item>
<item>
<title>jcli credential list</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_credential_list/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_credential_list/</guid>
<description>jcli credential list List all credentials of Jenkins
Synopsis List all credentials of Jenkins
jcli credential list [flags] Options --columns string The columns of table (default &quot;DisplayName,ID,TypeName,Description&quot;) --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 &quot;table&quot;) --store string The store name of Jenkins credentials (default &quot;system&quot;) 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.</description>
</item>
<item>
<title>jcli crumb</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_crumb/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_crumb/</guid>
<description> jcli crumb Print crumbIssuer of Jenkins
Synopsis Print crumbIssuer of Jenkins
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli cwp</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_cwp/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_cwp/</guid>
<description>jcli cwp Custom Jenkins WAR packager for Jenkins
Synopsis Custom Jenkins WAR packager for Jenkins This&rsquo;s a wrapper of https://github.com/jenkinsci/custom-war-packager
jcli 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 &quot;/home/runner/.</description>
</item>
<item>
<title>jcli doc</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_doc/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_doc/</guid>
<description>jcli doc Generate document for all jcl commands
Synopsis Generate document for all jcl commands
jcli 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 &quot;Markdown&quot;) -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.</description>
</item>
<item>
<title>jcli job</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job/</guid>
<description>jcli job Manage the job of your Jenkins
Synopsis 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
Options -h, --help help for job -o, --output string Format the output (default &quot;json&quot;) 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.</description>
</item>
<item>
<title>jcli job artifact</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_artifact/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_artifact/</guid>
<description>jcli job artifact Print the artifact list of target job
Synopsis Print the artifact list of target job
jcli job artifact &lt;jobName&gt; [buildID] [flags] Options --columns string The columns of table (default &quot;Name,Path,Size&quot;) --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.</description>
</item>
<item>
<title>jcli job artifact download</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_artifact_download/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_artifact_download/</guid>
<description>jcli job artifact download Download the artifact of target job
Synopsis Download the artifact of target job
jcli job artifact download &lt;jobName&gt; [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.</description>
</item>
<item>
<title>jcli job build</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_build/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_build/</guid>
<description>jcli job build Build the job of your Jenkins
Synopsis 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.
jcli job build &lt;jobName&gt; [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.</description>
</item>
<item>
<title>jcli job create</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_create/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_create/</guid>
<description>jcli job create Create a job in your Jenkins
Synopsis Create a job in your Jenkins
jcli job create &lt;jobName&gt; [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.</description>
</item>
<item>
<title>jcli job delete</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_delete/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_delete/</guid>
<description> jcli job delete Delete a job in your Jenkins
Synopsis Delete a job in your Jenkins
jcli 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 &quot;warn&quot;) -o, --output string Format the output (default &quot;json&quot;) --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 </description>
</item>
<item>
<title>jcli job disable</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_disable/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_disable/</guid>
<description> jcli job disable Disable a job in your Jenkins
Synopsis Disable a job in your Jenkins
jcli 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 &quot;warn&quot;) -o, --output string Format the output (default &quot;json&quot;) --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 </description>
</item>
<item>
<title>jcli job edit</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_edit/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_edit/</guid>
<description>jcli job edit Edit the job of your Jenkins
Synopsis 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/
notepad is the default editor of Windows, vim is the default editor of unix. But if the environment variable &ldquo;VISUAL&rdquo; or &ldquo;EDITOR&rdquo; exists, jcli will take it. For example, you can set it under unix like this: export VISUAL=vi</description>
</item>
<item>
<title>jcli job enable</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_enable/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_enable/</guid>
<description> jcli job enable Enable a job in your Jenkins
Synopsis Enable a job in your Jenkins
jcli 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 &quot;warn&quot;) -o, --output string Format the output (default &quot;json&quot;) --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 </description>
</item>
<item>
<title>jcli job history</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_history/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_history/</guid>
<description>jcli job history Print the history of job in your Jenkins
Synopsis Print the history of job in your Jenkins
jcli job history &lt;jobName&gt; [flags] Options --columns string The columns of table (default &quot;DisplayName,Building,Result&quot;) --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.</description>
</item>
<item>
<title>jcli job input</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_input/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_input/</guid>
<description> jcli job input Input a job in your Jenkins
Synopsis Input a job in your Jenkins
jcli job input &lt;jobName&gt; [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 &quot;warn&quot;) -o, --output string Format the output (default &quot;json&quot;) --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 </description>
</item>
<item>
<title>jcli job log</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_log/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_log/</guid>
<description>jcli job log Print the job&rsquo;s log of your Jenkins
Synopsis Print the job&rsquo;s log of your Jenkins It&rsquo;ll print the log text of the last build if you don&rsquo;t give the build id.
jcli job log [flags] Examples jcli job log &lt;jobName&gt; [buildID] jcli job log &lt;jobName&gt; --history 1 jcli job log &lt;jobName&gt; --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.</description>
</item>
<item>
<title>jcli job param</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_param/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_param/</guid>
<description>jcli job param Get parameters of the job of your Jenkins
Synopsis Get parameters of the job of your Jenkins
jcli job param &lt;jobName&gt; [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.</description>
</item>
<item>
<title>jcli job search</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_search/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_search/</guid>
<description>jcli job search Print the job of your Jenkins
Synopsis Print the job of your Jenkins
jcli job search [flags] Examples jcli job search [keyword] --name keyword --type Folder Options --columns string The columns of table (default &quot;Name,DisplayName,Type,URL&quot;) --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.</description>
</item>
<item>
<title>jcli job stop</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_stop/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_stop/</guid>
<description> jcli job stop Stop a job build in your Jenkins
Synopsis Stop a job build in your Jenkins
jcli job stop &lt;jobName&gt; [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 &quot;warn&quot;) -o, --output string Format the output (default &quot;json&quot;) --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 </description>
</item>
<item>
<title>jcli job type</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_job_type/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_job_type/</guid>
<description>jcli job type Print the types of job which in your Jenkins
Synopsis Print the types of job which in your Jenkins
jcli job type [flags] Options --columns string The columns of table (default &quot;DisplayName,Class&quot;) --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.</description>
</item>
<item>
<title>jcli open</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_open/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_open/</guid>
<description>jcli open Open your Jenkins with a browser
Synopsis Open your Jenkins with a browser
jcli 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 &quot;Google-Chrome&quot; JCLI_BROWSER=&quot;Google Chrome&quot; 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.</description>
</item>
<item>
<title>jcli plugin</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_plugin/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_plugin/</guid>
<description> jcli plugin Manage the plugins of Jenkins
Synopsis Manage the plugins of Jenkins
Examples 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli plugin build</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_plugin_build/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_plugin_build/</guid>
<description>jcli plugin build Build the Jenkins plugin project
Synopsis Build the Jenkins plugin project The default behaviour is &ldquo;mvn clean package -DskipTests -Dmaven.test.skip&rdquo;
jcli 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.</description>
</item>
<item>
<title>jcli plugin check</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_plugin_check/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_plugin_check/</guid>
<description> jcli plugin check Check update center server
Synopsis Check update center server
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli plugin create</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_plugin_create/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_plugin_create/</guid>
<description>jcli plugin create Create a plugin project from the archetypes
Synopsis Create a plugin project from the archetypes Plugin tutorial is here https://jenkins.io/doc/developer/tutorial/
jcli 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.</description>
</item>
<item>
<title>jcli plugin download</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_plugin_download/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_plugin_download/</guid>
<description>jcli plugin download Download the plugins
Synopsis Download the plugins which contain the target plugin and its dependencies
jcli 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.</description>
</item>
<item>
<title>jcli plugin install</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_plugin_install/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_plugin_install/</guid>
<description>jcli plugin install Install the plugins
Synopsis Install the plugins Allow you to install a plugin with or without the version
jcli 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.</description>
</item>
<item>
<title>jcli plugin list</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_plugin_list/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_plugin_list/</guid>
<description>jcli plugin list Print all the plugins which are installed
Synopsis Print all the plugins which are installed
jcli 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 &quot;ShortName,Version,HasUpdate&quot;) --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 &quot;table&quot;) 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.</description>
</item>
<item>
<title>jcli plugin open</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_plugin_open/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_plugin_open/</guid>
<description> jcli plugin open Open update center server in browser
Synopsis Open update center server in browser
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli plugin release</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_plugin_release/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_plugin_release/</guid>
<description>jcli plugin release Release current plugin project
Synopsis Release current plugin project
jcli 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.</description>
</item>
<item>
<title>jcli plugin search</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_plugin_search/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_plugin_search/</guid>
<description>jcli plugin search Print the plugins of your Jenkins
Synopsis Print the plugins of your Jenkins
jcli plugin search &lt;keyword&gt; [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 &quot;table&quot;) 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.</description>
</item>
<item>
<title>jcli plugin trend</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_plugin_trend/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_plugin_trend/</guid>
<description> jcli plugin trend Show the trend of the plugin
Synopsis Show the trend of the plugin
jcli plugin trend &lt;pluginName&gt; [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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli plugin uninstall</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_plugin_uninstall/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_plugin_uninstall/</guid>
<description> jcli plugin uninstall Uninstall the plugins
Synopsis Uninstall the plugins
jcli 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli plugin upgrade</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_plugin_upgrade/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_plugin_upgrade/</guid>
<description>jcli plugin upgrade Upgrade the specific plugin
Synopsis Upgrade the specific plugin
jcli 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.</description>
</item>
<item>
<title>jcli plugin upload</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_plugin_upload/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_plugin_upload/</guid>
<description>jcli plugin upload Upload a plugin to your Jenkins
Synopsis Upload a plugin from local filesystem or remote URL to your Jenkins
jcli 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.</description>
</item>
<item>
<title>jcli queue</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_queue/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_queue/</guid>
<description> jcli queue Manage the queue of your Jenkins
Synopsis Manage the queue of your Jenkins
Options -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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli queue cancel</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_queue_cancel/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_queue_cancel/</guid>
<description> jcli queue cancel Cancel the queue items of your Jenkins
Synopsis Cancel the queue items of your Jenkins
jcli queue cancel &lt;id&gt; [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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli queue list</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_queue_list/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_queue_list/</guid>
<description>jcli queue list Print the queue of your Jenkins
Synopsis Print the queue of your Jenkins
jcli queue list [flags] Options --columns string The columns of table (default &quot;ID,Why,URL&quot;) --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 &quot;table&quot;) 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.</description>
</item>
<item>
<title>jcli restart</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_restart/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_restart/</guid>
<description>jcli restart Restart your Jenkins
Synopsis Restart your Jenkins
jcli 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.</description>
</item>
<item>
<title>jcli shell</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_shell/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_shell/</guid>
<description>jcli shell Create a sub shell so that changes to a specific Jenkins remain local to the shell.
Synopsis Create a sub shell so that changes to a specific Jenkins remain local to the shell.
jcli shell [&lt;name&gt;] [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.</description>
</item>
<item>
<title>jcli user</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_user/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_user/</guid>
<description> jcli user Print the user of your Jenkins
Synopsis Print the user of your Jenkins
jcli user [flags] Options -h, --help help for user -o, --output string Format the output (default &quot;json&quot;) 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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli user create</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_user_create/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_user_create/</guid>
<description> jcli user create Create a user for your Jenkins
Synopsis Create a user for your Jenkins
jcli user create &lt;username&gt; [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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli user delete</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_user_delete/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_user_delete/</guid>
<description> jcli user delete Delete a user for your Jenkins
Synopsis Delete a user for your Jenkins
jcli user delete &lt;username&gt; [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 &quot;warn&quot;) --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 </description>
</item>
<item>
<title>jcli user edit</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_user_edit/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_user_edit/</guid>
<description>jcli user edit Edit the user of your Jenkins
Synopsis 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 &ldquo;VISUAL&rdquo; or &ldquo;EDITOR&rdquo; exists, jcli will take it. For example, you can set it under unix like this: export VISUAL=vi
jcli 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.</description>
</item>
<item>
<title>jcli user token</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_user_token/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_user_token/</guid>
<description>jcli user token Token the user of your Jenkins
Synopsis Token the user of your Jenkins
jcli 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.</description>
</item>
<item>
<title>jcli version</title>
<link>https://jcli.jenkins-zh.cn/commands/jcli_version/</link>
<pubDate>Mon, 27 Apr 2020 06:50:25 +0000</pubDate>
<guid>https://jcli.jenkins-zh.cn/commands/jcli_version/</guid>
<description> jcli version Print the user of your Jenkins
Synopsis Print the user of your Jenkins
jcli 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 &quot;warn&quot;) --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 </description>
</item>
</channel>
</rss>