@salesforce/plugin-release-management 5.7.26 → 5.7.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -16
- package/npm-shrinkwrap.json +164 -207
- package/oclif.lock +19 -27
- package/oclif.manifest.json +371 -371
- package/package.json +4 -4
package/oclif.manifest.json
CHANGED
|
@@ -160,80 +160,6 @@
|
|
|
160
160
|
"promote.js"
|
|
161
161
|
]
|
|
162
162
|
},
|
|
163
|
-
"cli:releasenotes": {
|
|
164
|
-
"aliases": [],
|
|
165
|
-
"args": {},
|
|
166
|
-
"description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
167
|
-
"examples": [
|
|
168
|
-
"<%= config.bin %> <%= command.id %> --cli sf",
|
|
169
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
170
|
-
"<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
|
|
171
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
|
|
172
|
-
"<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
|
|
173
|
-
"<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
|
|
174
|
-
],
|
|
175
|
-
"flags": {
|
|
176
|
-
"json": {
|
|
177
|
-
"description": "Format output as json.",
|
|
178
|
-
"helpGroup": "GLOBAL",
|
|
179
|
-
"name": "json",
|
|
180
|
-
"allowNo": false,
|
|
181
|
-
"type": "boolean"
|
|
182
|
-
},
|
|
183
|
-
"flags-dir": {
|
|
184
|
-
"helpGroup": "GLOBAL",
|
|
185
|
-
"name": "flags-dir",
|
|
186
|
-
"summary": "Import flag values from a directory.",
|
|
187
|
-
"hasDynamicHelp": false,
|
|
188
|
-
"multiple": false,
|
|
189
|
-
"type": "option"
|
|
190
|
-
},
|
|
191
|
-
"cli": {
|
|
192
|
-
"char": "c",
|
|
193
|
-
"name": "cli",
|
|
194
|
-
"required": true,
|
|
195
|
-
"summary": "the cli to pull information for",
|
|
196
|
-
"hasDynamicHelp": false,
|
|
197
|
-
"multiple": false,
|
|
198
|
-
"options": [
|
|
199
|
-
"sf",
|
|
200
|
-
"sfdx"
|
|
201
|
-
],
|
|
202
|
-
"type": "option"
|
|
203
|
-
},
|
|
204
|
-
"since": {
|
|
205
|
-
"char": "s",
|
|
206
|
-
"name": "since",
|
|
207
|
-
"summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
|
|
208
|
-
"hasDynamicHelp": false,
|
|
209
|
-
"multiple": false,
|
|
210
|
-
"type": "option"
|
|
211
|
-
},
|
|
212
|
-
"markdown": {
|
|
213
|
-
"char": "m",
|
|
214
|
-
"name": "markdown",
|
|
215
|
-
"summary": "format the output in markdown",
|
|
216
|
-
"allowNo": false,
|
|
217
|
-
"type": "boolean"
|
|
218
|
-
}
|
|
219
|
-
},
|
|
220
|
-
"hasDynamicHelp": false,
|
|
221
|
-
"hiddenAliases": [],
|
|
222
|
-
"id": "cli:releasenotes",
|
|
223
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
224
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
225
|
-
"pluginType": "core",
|
|
226
|
-
"strict": true,
|
|
227
|
-
"summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
228
|
-
"enableJsonFlag": true,
|
|
229
|
-
"isESM": true,
|
|
230
|
-
"relativePath": [
|
|
231
|
-
"lib",
|
|
232
|
-
"commands",
|
|
233
|
-
"cli",
|
|
234
|
-
"releasenotes.js"
|
|
235
|
-
]
|
|
236
|
-
},
|
|
237
163
|
"dependabot:automerge": {
|
|
238
164
|
"aliases": [],
|
|
239
165
|
"args": {},
|
|
@@ -341,6 +267,80 @@
|
|
|
341
267
|
"automerge.js"
|
|
342
268
|
]
|
|
343
269
|
},
|
|
270
|
+
"cli:releasenotes": {
|
|
271
|
+
"aliases": [],
|
|
272
|
+
"args": {},
|
|
273
|
+
"description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
274
|
+
"examples": [
|
|
275
|
+
"<%= config.bin %> <%= command.id %> --cli sf",
|
|
276
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
277
|
+
"<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
|
|
278
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
|
|
279
|
+
"<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
|
|
280
|
+
"<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
|
|
281
|
+
],
|
|
282
|
+
"flags": {
|
|
283
|
+
"json": {
|
|
284
|
+
"description": "Format output as json.",
|
|
285
|
+
"helpGroup": "GLOBAL",
|
|
286
|
+
"name": "json",
|
|
287
|
+
"allowNo": false,
|
|
288
|
+
"type": "boolean"
|
|
289
|
+
},
|
|
290
|
+
"flags-dir": {
|
|
291
|
+
"helpGroup": "GLOBAL",
|
|
292
|
+
"name": "flags-dir",
|
|
293
|
+
"summary": "Import flag values from a directory.",
|
|
294
|
+
"hasDynamicHelp": false,
|
|
295
|
+
"multiple": false,
|
|
296
|
+
"type": "option"
|
|
297
|
+
},
|
|
298
|
+
"cli": {
|
|
299
|
+
"char": "c",
|
|
300
|
+
"name": "cli",
|
|
301
|
+
"required": true,
|
|
302
|
+
"summary": "the cli to pull information for",
|
|
303
|
+
"hasDynamicHelp": false,
|
|
304
|
+
"multiple": false,
|
|
305
|
+
"options": [
|
|
306
|
+
"sf",
|
|
307
|
+
"sfdx"
|
|
308
|
+
],
|
|
309
|
+
"type": "option"
|
|
310
|
+
},
|
|
311
|
+
"since": {
|
|
312
|
+
"char": "s",
|
|
313
|
+
"name": "since",
|
|
314
|
+
"summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
|
|
315
|
+
"hasDynamicHelp": false,
|
|
316
|
+
"multiple": false,
|
|
317
|
+
"type": "option"
|
|
318
|
+
},
|
|
319
|
+
"markdown": {
|
|
320
|
+
"char": "m",
|
|
321
|
+
"name": "markdown",
|
|
322
|
+
"summary": "format the output in markdown",
|
|
323
|
+
"allowNo": false,
|
|
324
|
+
"type": "boolean"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
"hasDynamicHelp": false,
|
|
328
|
+
"hiddenAliases": [],
|
|
329
|
+
"id": "cli:releasenotes",
|
|
330
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
331
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
332
|
+
"pluginType": "core",
|
|
333
|
+
"strict": true,
|
|
334
|
+
"summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
335
|
+
"enableJsonFlag": true,
|
|
336
|
+
"isESM": true,
|
|
337
|
+
"relativePath": [
|
|
338
|
+
"lib",
|
|
339
|
+
"commands",
|
|
340
|
+
"cli",
|
|
341
|
+
"releasenotes.js"
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
344
|
"repositories": {
|
|
345
345
|
"aliases": [],
|
|
346
346
|
"args": {},
|
|
@@ -460,6 +460,67 @@
|
|
|
460
460
|
"index.js"
|
|
461
461
|
]
|
|
462
462
|
},
|
|
463
|
+
"github:check:closed": {
|
|
464
|
+
"aliases": [],
|
|
465
|
+
"args": {},
|
|
466
|
+
"description": "Description of a command.",
|
|
467
|
+
"examples": [
|
|
468
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
469
|
+
],
|
|
470
|
+
"flags": {
|
|
471
|
+
"json": {
|
|
472
|
+
"description": "Format output as json.",
|
|
473
|
+
"helpGroup": "GLOBAL",
|
|
474
|
+
"name": "json",
|
|
475
|
+
"allowNo": false,
|
|
476
|
+
"type": "boolean"
|
|
477
|
+
},
|
|
478
|
+
"flags-dir": {
|
|
479
|
+
"helpGroup": "GLOBAL",
|
|
480
|
+
"name": "flags-dir",
|
|
481
|
+
"summary": "Import flag values from a directory.",
|
|
482
|
+
"hasDynamicHelp": false,
|
|
483
|
+
"multiple": false,
|
|
484
|
+
"type": "option"
|
|
485
|
+
},
|
|
486
|
+
"gus": {
|
|
487
|
+
"char": "o",
|
|
488
|
+
"name": "gus",
|
|
489
|
+
"noCacheDefault": true,
|
|
490
|
+
"required": true,
|
|
491
|
+
"summary": "Username/alias of your GUS org connection",
|
|
492
|
+
"hasDynamicHelp": true,
|
|
493
|
+
"multiple": false,
|
|
494
|
+
"type": "option"
|
|
495
|
+
},
|
|
496
|
+
"github-token": {
|
|
497
|
+
"env": "GITHUB_TOKEN",
|
|
498
|
+
"name": "github-token",
|
|
499
|
+
"required": true,
|
|
500
|
+
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
501
|
+
"hasDynamicHelp": false,
|
|
502
|
+
"multiple": false,
|
|
503
|
+
"type": "option"
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
"hasDynamicHelp": true,
|
|
507
|
+
"hiddenAliases": [],
|
|
508
|
+
"id": "github:check:closed",
|
|
509
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
510
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
511
|
+
"pluginType": "core",
|
|
512
|
+
"strict": true,
|
|
513
|
+
"summary": "Show open Github issues with GUS WI",
|
|
514
|
+
"enableJsonFlag": true,
|
|
515
|
+
"isESM": true,
|
|
516
|
+
"relativePath": [
|
|
517
|
+
"lib",
|
|
518
|
+
"commands",
|
|
519
|
+
"github",
|
|
520
|
+
"check",
|
|
521
|
+
"closed.js"
|
|
522
|
+
]
|
|
523
|
+
},
|
|
463
524
|
"cli:artifacts:compare": {
|
|
464
525
|
"aliases": [],
|
|
465
526
|
"args": {},
|
|
@@ -621,12 +682,12 @@
|
|
|
621
682
|
"test.js"
|
|
622
683
|
]
|
|
623
684
|
},
|
|
624
|
-
"cli:
|
|
685
|
+
"cli:release:automerge": {
|
|
625
686
|
"aliases": [],
|
|
626
687
|
"args": {},
|
|
627
|
-
"description": "
|
|
688
|
+
"description": "Attempt to automerge nightly PR",
|
|
628
689
|
"examples": [
|
|
629
|
-
"<%= config.bin %> <%= command.id %>"
|
|
690
|
+
"<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
|
|
630
691
|
],
|
|
631
692
|
"flags": {
|
|
632
693
|
"json": {
|
|
@@ -644,15 +705,242 @@
|
|
|
644
705
|
"multiple": false,
|
|
645
706
|
"type": "option"
|
|
646
707
|
},
|
|
647
|
-
"
|
|
708
|
+
"owner": {
|
|
709
|
+
"aliases": [
|
|
710
|
+
"org"
|
|
711
|
+
],
|
|
712
|
+
"dependsOn": [
|
|
713
|
+
"repo"
|
|
714
|
+
],
|
|
715
|
+
"name": "owner",
|
|
716
|
+
"required": true,
|
|
717
|
+
"summary": "Github owner (org), example: salesforcecli",
|
|
718
|
+
"hasDynamicHelp": false,
|
|
719
|
+
"multiple": false,
|
|
720
|
+
"type": "option"
|
|
721
|
+
},
|
|
722
|
+
"repo": {
|
|
723
|
+
"dependsOn": [
|
|
724
|
+
"owner"
|
|
725
|
+
],
|
|
726
|
+
"name": "repo",
|
|
727
|
+
"required": true,
|
|
728
|
+
"summary": "Github repo, example: sfdx-cli",
|
|
729
|
+
"hasDynamicHelp": false,
|
|
730
|
+
"multiple": false,
|
|
731
|
+
"type": "option"
|
|
732
|
+
},
|
|
733
|
+
"pull-number": {
|
|
734
|
+
"name": "pull-number",
|
|
735
|
+
"required": true,
|
|
736
|
+
"summary": "Github pull request number to merge",
|
|
737
|
+
"hasDynamicHelp": false,
|
|
738
|
+
"multiple": false,
|
|
739
|
+
"type": "option"
|
|
740
|
+
},
|
|
741
|
+
"dry-run": {
|
|
648
742
|
"char": "d",
|
|
649
|
-
"name": "
|
|
650
|
-
"summary": "
|
|
743
|
+
"name": "dry-run",
|
|
744
|
+
"summary": "Run all checks, but do not merge PR",
|
|
651
745
|
"allowNo": false,
|
|
652
746
|
"type": "boolean"
|
|
653
747
|
},
|
|
654
|
-
"
|
|
655
|
-
"
|
|
748
|
+
"verbose": {
|
|
749
|
+
"name": "verbose",
|
|
750
|
+
"summary": "Show additional debug output",
|
|
751
|
+
"allowNo": false,
|
|
752
|
+
"type": "boolean"
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
"hasDynamicHelp": false,
|
|
756
|
+
"hiddenAliases": [],
|
|
757
|
+
"id": "cli:release:automerge",
|
|
758
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
759
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
760
|
+
"pluginType": "core",
|
|
761
|
+
"strict": true,
|
|
762
|
+
"summary": "Attempt to automerge nightly PR",
|
|
763
|
+
"enableJsonFlag": true,
|
|
764
|
+
"isESM": true,
|
|
765
|
+
"relativePath": [
|
|
766
|
+
"lib",
|
|
767
|
+
"commands",
|
|
768
|
+
"cli",
|
|
769
|
+
"release",
|
|
770
|
+
"automerge.js"
|
|
771
|
+
]
|
|
772
|
+
},
|
|
773
|
+
"cli:release:build": {
|
|
774
|
+
"aliases": [
|
|
775
|
+
"cli:latestrc:build"
|
|
776
|
+
],
|
|
777
|
+
"args": {},
|
|
778
|
+
"description": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
779
|
+
"examples": [
|
|
780
|
+
"<%= config.bin %> <%= command.id %>",
|
|
781
|
+
"<%= config.bin %> <%= command.id %> --patch",
|
|
782
|
+
"<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
|
|
783
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
|
|
784
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref main",
|
|
785
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
|
|
786
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
|
|
787
|
+
"<%= config.bin %> <%= command.id %> --build-only",
|
|
788
|
+
"<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
|
|
789
|
+
],
|
|
790
|
+
"flags": {
|
|
791
|
+
"json": {
|
|
792
|
+
"description": "Format output as json.",
|
|
793
|
+
"helpGroup": "GLOBAL",
|
|
794
|
+
"name": "json",
|
|
795
|
+
"allowNo": false,
|
|
796
|
+
"type": "boolean"
|
|
797
|
+
},
|
|
798
|
+
"flags-dir": {
|
|
799
|
+
"helpGroup": "GLOBAL",
|
|
800
|
+
"name": "flags-dir",
|
|
801
|
+
"summary": "Import flag values from a directory.",
|
|
802
|
+
"hasDynamicHelp": false,
|
|
803
|
+
"multiple": false,
|
|
804
|
+
"type": "option"
|
|
805
|
+
},
|
|
806
|
+
"start-from-npm-dist-tag": {
|
|
807
|
+
"aliases": [
|
|
808
|
+
"rctag"
|
|
809
|
+
],
|
|
810
|
+
"char": "d",
|
|
811
|
+
"deprecateAliases": true,
|
|
812
|
+
"name": "start-from-npm-dist-tag",
|
|
813
|
+
"summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
|
|
814
|
+
"hasDynamicHelp": false,
|
|
815
|
+
"multiple": false,
|
|
816
|
+
"type": "option"
|
|
817
|
+
},
|
|
818
|
+
"start-from-github-ref": {
|
|
819
|
+
"char": "g",
|
|
820
|
+
"name": "start-from-github-ref",
|
|
821
|
+
"summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
|
|
822
|
+
"hasDynamicHelp": false,
|
|
823
|
+
"multiple": false,
|
|
824
|
+
"type": "option"
|
|
825
|
+
},
|
|
826
|
+
"release-channel": {
|
|
827
|
+
"char": "c",
|
|
828
|
+
"name": "release-channel",
|
|
829
|
+
"required": true,
|
|
830
|
+
"summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
|
|
831
|
+
"hasDynamicHelp": false,
|
|
832
|
+
"multiple": false,
|
|
833
|
+
"type": "option"
|
|
834
|
+
},
|
|
835
|
+
"build-only": {
|
|
836
|
+
"name": "build-only",
|
|
837
|
+
"summary": "only build the release, do not git add/commit/push",
|
|
838
|
+
"allowNo": false,
|
|
839
|
+
"type": "boolean"
|
|
840
|
+
},
|
|
841
|
+
"resolutions": {
|
|
842
|
+
"name": "resolutions",
|
|
843
|
+
"summary": "bump the versions of packages listed in the resolutions section",
|
|
844
|
+
"allowNo": true,
|
|
845
|
+
"type": "boolean"
|
|
846
|
+
},
|
|
847
|
+
"only": {
|
|
848
|
+
"name": "only",
|
|
849
|
+
"summary": "only bump the version of the packages passed in, uses latest if version is not provided",
|
|
850
|
+
"delimiter": ",",
|
|
851
|
+
"hasDynamicHelp": false,
|
|
852
|
+
"multiple": true,
|
|
853
|
+
"type": "option"
|
|
854
|
+
},
|
|
855
|
+
"pinned-deps": {
|
|
856
|
+
"name": "pinned-deps",
|
|
857
|
+
"summary": "bump the versions of the packages listed in the pinnedDependencies section",
|
|
858
|
+
"allowNo": true,
|
|
859
|
+
"type": "boolean"
|
|
860
|
+
},
|
|
861
|
+
"jit": {
|
|
862
|
+
"name": "jit",
|
|
863
|
+
"summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
|
|
864
|
+
"allowNo": true,
|
|
865
|
+
"type": "boolean"
|
|
866
|
+
},
|
|
867
|
+
"label": {
|
|
868
|
+
"name": "label",
|
|
869
|
+
"summary": "add one or more labels to the Github PR",
|
|
870
|
+
"hasDynamicHelp": false,
|
|
871
|
+
"multiple": true,
|
|
872
|
+
"type": "option"
|
|
873
|
+
},
|
|
874
|
+
"patch": {
|
|
875
|
+
"name": "patch",
|
|
876
|
+
"summary": "bump the release as a patch of an existing version, not a new minor version",
|
|
877
|
+
"allowNo": false,
|
|
878
|
+
"type": "boolean"
|
|
879
|
+
},
|
|
880
|
+
"empty": {
|
|
881
|
+
"name": "empty",
|
|
882
|
+
"summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
|
|
883
|
+
"allowNo": false,
|
|
884
|
+
"type": "boolean"
|
|
885
|
+
},
|
|
886
|
+
"pr-base-branch": {
|
|
887
|
+
"name": "pr-base-branch",
|
|
888
|
+
"summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
|
|
889
|
+
"hasDynamicHelp": false,
|
|
890
|
+
"multiple": false,
|
|
891
|
+
"type": "option"
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"hasDynamicHelp": false,
|
|
895
|
+
"hiddenAliases": [],
|
|
896
|
+
"id": "cli:release:build",
|
|
897
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
898
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
899
|
+
"pluginType": "core",
|
|
900
|
+
"strict": true,
|
|
901
|
+
"summary": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
902
|
+
"enableJsonFlag": true,
|
|
903
|
+
"isESM": true,
|
|
904
|
+
"relativePath": [
|
|
905
|
+
"lib",
|
|
906
|
+
"commands",
|
|
907
|
+
"cli",
|
|
908
|
+
"release",
|
|
909
|
+
"build.js"
|
|
910
|
+
]
|
|
911
|
+
},
|
|
912
|
+
"cli:tarballs:prepare": {
|
|
913
|
+
"aliases": [],
|
|
914
|
+
"args": {},
|
|
915
|
+
"description": "remove unnecessary files from node_modules",
|
|
916
|
+
"examples": [
|
|
917
|
+
"<%= config.bin %> <%= command.id %>"
|
|
918
|
+
],
|
|
919
|
+
"flags": {
|
|
920
|
+
"json": {
|
|
921
|
+
"description": "Format output as json.",
|
|
922
|
+
"helpGroup": "GLOBAL",
|
|
923
|
+
"name": "json",
|
|
924
|
+
"allowNo": false,
|
|
925
|
+
"type": "boolean"
|
|
926
|
+
},
|
|
927
|
+
"flags-dir": {
|
|
928
|
+
"helpGroup": "GLOBAL",
|
|
929
|
+
"name": "flags-dir",
|
|
930
|
+
"summary": "Import flag values from a directory.",
|
|
931
|
+
"hasDynamicHelp": false,
|
|
932
|
+
"multiple": false,
|
|
933
|
+
"type": "option"
|
|
934
|
+
},
|
|
935
|
+
"dryrun": {
|
|
936
|
+
"char": "d",
|
|
937
|
+
"name": "dryrun",
|
|
938
|
+
"summary": "only show what would be removed from node_modules",
|
|
939
|
+
"allowNo": false,
|
|
940
|
+
"type": "boolean"
|
|
941
|
+
},
|
|
942
|
+
"types": {
|
|
943
|
+
"char": "t",
|
|
656
944
|
"name": "types",
|
|
657
945
|
"summary": "remove all types (.d.ts) files from node_modules",
|
|
658
946
|
"allowNo": false,
|
|
@@ -899,294 +1187,6 @@
|
|
|
899
1187
|
"inspect.js"
|
|
900
1188
|
]
|
|
901
1189
|
},
|
|
902
|
-
"cli:release:automerge": {
|
|
903
|
-
"aliases": [],
|
|
904
|
-
"args": {},
|
|
905
|
-
"description": "Attempt to automerge nightly PR",
|
|
906
|
-
"examples": [
|
|
907
|
-
"<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
|
|
908
|
-
],
|
|
909
|
-
"flags": {
|
|
910
|
-
"json": {
|
|
911
|
-
"description": "Format output as json.",
|
|
912
|
-
"helpGroup": "GLOBAL",
|
|
913
|
-
"name": "json",
|
|
914
|
-
"allowNo": false,
|
|
915
|
-
"type": "boolean"
|
|
916
|
-
},
|
|
917
|
-
"flags-dir": {
|
|
918
|
-
"helpGroup": "GLOBAL",
|
|
919
|
-
"name": "flags-dir",
|
|
920
|
-
"summary": "Import flag values from a directory.",
|
|
921
|
-
"hasDynamicHelp": false,
|
|
922
|
-
"multiple": false,
|
|
923
|
-
"type": "option"
|
|
924
|
-
},
|
|
925
|
-
"owner": {
|
|
926
|
-
"aliases": [
|
|
927
|
-
"org"
|
|
928
|
-
],
|
|
929
|
-
"dependsOn": [
|
|
930
|
-
"repo"
|
|
931
|
-
],
|
|
932
|
-
"name": "owner",
|
|
933
|
-
"required": true,
|
|
934
|
-
"summary": "Github owner (org), example: salesforcecli",
|
|
935
|
-
"hasDynamicHelp": false,
|
|
936
|
-
"multiple": false,
|
|
937
|
-
"type": "option"
|
|
938
|
-
},
|
|
939
|
-
"repo": {
|
|
940
|
-
"dependsOn": [
|
|
941
|
-
"owner"
|
|
942
|
-
],
|
|
943
|
-
"name": "repo",
|
|
944
|
-
"required": true,
|
|
945
|
-
"summary": "Github repo, example: sfdx-cli",
|
|
946
|
-
"hasDynamicHelp": false,
|
|
947
|
-
"multiple": false,
|
|
948
|
-
"type": "option"
|
|
949
|
-
},
|
|
950
|
-
"pull-number": {
|
|
951
|
-
"name": "pull-number",
|
|
952
|
-
"required": true,
|
|
953
|
-
"summary": "Github pull request number to merge",
|
|
954
|
-
"hasDynamicHelp": false,
|
|
955
|
-
"multiple": false,
|
|
956
|
-
"type": "option"
|
|
957
|
-
},
|
|
958
|
-
"dry-run": {
|
|
959
|
-
"char": "d",
|
|
960
|
-
"name": "dry-run",
|
|
961
|
-
"summary": "Run all checks, but do not merge PR",
|
|
962
|
-
"allowNo": false,
|
|
963
|
-
"type": "boolean"
|
|
964
|
-
},
|
|
965
|
-
"verbose": {
|
|
966
|
-
"name": "verbose",
|
|
967
|
-
"summary": "Show additional debug output",
|
|
968
|
-
"allowNo": false,
|
|
969
|
-
"type": "boolean"
|
|
970
|
-
}
|
|
971
|
-
},
|
|
972
|
-
"hasDynamicHelp": false,
|
|
973
|
-
"hiddenAliases": [],
|
|
974
|
-
"id": "cli:release:automerge",
|
|
975
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
976
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
977
|
-
"pluginType": "core",
|
|
978
|
-
"strict": true,
|
|
979
|
-
"summary": "Attempt to automerge nightly PR",
|
|
980
|
-
"enableJsonFlag": true,
|
|
981
|
-
"isESM": true,
|
|
982
|
-
"relativePath": [
|
|
983
|
-
"lib",
|
|
984
|
-
"commands",
|
|
985
|
-
"cli",
|
|
986
|
-
"release",
|
|
987
|
-
"automerge.js"
|
|
988
|
-
]
|
|
989
|
-
},
|
|
990
|
-
"cli:release:build": {
|
|
991
|
-
"aliases": [
|
|
992
|
-
"cli:latestrc:build"
|
|
993
|
-
],
|
|
994
|
-
"args": {},
|
|
995
|
-
"description": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
996
|
-
"examples": [
|
|
997
|
-
"<%= config.bin %> <%= command.id %>",
|
|
998
|
-
"<%= config.bin %> <%= command.id %> --patch",
|
|
999
|
-
"<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
|
|
1000
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
|
|
1001
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref main",
|
|
1002
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
|
|
1003
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
|
|
1004
|
-
"<%= config.bin %> <%= command.id %> --build-only",
|
|
1005
|
-
"<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
|
|
1006
|
-
],
|
|
1007
|
-
"flags": {
|
|
1008
|
-
"json": {
|
|
1009
|
-
"description": "Format output as json.",
|
|
1010
|
-
"helpGroup": "GLOBAL",
|
|
1011
|
-
"name": "json",
|
|
1012
|
-
"allowNo": false,
|
|
1013
|
-
"type": "boolean"
|
|
1014
|
-
},
|
|
1015
|
-
"flags-dir": {
|
|
1016
|
-
"helpGroup": "GLOBAL",
|
|
1017
|
-
"name": "flags-dir",
|
|
1018
|
-
"summary": "Import flag values from a directory.",
|
|
1019
|
-
"hasDynamicHelp": false,
|
|
1020
|
-
"multiple": false,
|
|
1021
|
-
"type": "option"
|
|
1022
|
-
},
|
|
1023
|
-
"start-from-npm-dist-tag": {
|
|
1024
|
-
"aliases": [
|
|
1025
|
-
"rctag"
|
|
1026
|
-
],
|
|
1027
|
-
"char": "d",
|
|
1028
|
-
"deprecateAliases": true,
|
|
1029
|
-
"name": "start-from-npm-dist-tag",
|
|
1030
|
-
"summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
|
|
1031
|
-
"hasDynamicHelp": false,
|
|
1032
|
-
"multiple": false,
|
|
1033
|
-
"type": "option"
|
|
1034
|
-
},
|
|
1035
|
-
"start-from-github-ref": {
|
|
1036
|
-
"char": "g",
|
|
1037
|
-
"name": "start-from-github-ref",
|
|
1038
|
-
"summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
|
|
1039
|
-
"hasDynamicHelp": false,
|
|
1040
|
-
"multiple": false,
|
|
1041
|
-
"type": "option"
|
|
1042
|
-
},
|
|
1043
|
-
"release-channel": {
|
|
1044
|
-
"char": "c",
|
|
1045
|
-
"name": "release-channel",
|
|
1046
|
-
"required": true,
|
|
1047
|
-
"summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
|
|
1048
|
-
"hasDynamicHelp": false,
|
|
1049
|
-
"multiple": false,
|
|
1050
|
-
"type": "option"
|
|
1051
|
-
},
|
|
1052
|
-
"build-only": {
|
|
1053
|
-
"name": "build-only",
|
|
1054
|
-
"summary": "only build the release, do not git add/commit/push",
|
|
1055
|
-
"allowNo": false,
|
|
1056
|
-
"type": "boolean"
|
|
1057
|
-
},
|
|
1058
|
-
"resolutions": {
|
|
1059
|
-
"name": "resolutions",
|
|
1060
|
-
"summary": "bump the versions of packages listed in the resolutions section",
|
|
1061
|
-
"allowNo": true,
|
|
1062
|
-
"type": "boolean"
|
|
1063
|
-
},
|
|
1064
|
-
"only": {
|
|
1065
|
-
"name": "only",
|
|
1066
|
-
"summary": "only bump the version of the packages passed in, uses latest if version is not provided",
|
|
1067
|
-
"delimiter": ",",
|
|
1068
|
-
"hasDynamicHelp": false,
|
|
1069
|
-
"multiple": true,
|
|
1070
|
-
"type": "option"
|
|
1071
|
-
},
|
|
1072
|
-
"pinned-deps": {
|
|
1073
|
-
"name": "pinned-deps",
|
|
1074
|
-
"summary": "bump the versions of the packages listed in the pinnedDependencies section",
|
|
1075
|
-
"allowNo": true,
|
|
1076
|
-
"type": "boolean"
|
|
1077
|
-
},
|
|
1078
|
-
"jit": {
|
|
1079
|
-
"name": "jit",
|
|
1080
|
-
"summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
|
|
1081
|
-
"allowNo": true,
|
|
1082
|
-
"type": "boolean"
|
|
1083
|
-
},
|
|
1084
|
-
"label": {
|
|
1085
|
-
"name": "label",
|
|
1086
|
-
"summary": "add one or more labels to the Github PR",
|
|
1087
|
-
"hasDynamicHelp": false,
|
|
1088
|
-
"multiple": true,
|
|
1089
|
-
"type": "option"
|
|
1090
|
-
},
|
|
1091
|
-
"patch": {
|
|
1092
|
-
"name": "patch",
|
|
1093
|
-
"summary": "bump the release as a patch of an existing version, not a new minor version",
|
|
1094
|
-
"allowNo": false,
|
|
1095
|
-
"type": "boolean"
|
|
1096
|
-
},
|
|
1097
|
-
"empty": {
|
|
1098
|
-
"name": "empty",
|
|
1099
|
-
"summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
|
|
1100
|
-
"allowNo": false,
|
|
1101
|
-
"type": "boolean"
|
|
1102
|
-
},
|
|
1103
|
-
"pr-base-branch": {
|
|
1104
|
-
"name": "pr-base-branch",
|
|
1105
|
-
"summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
|
|
1106
|
-
"hasDynamicHelp": false,
|
|
1107
|
-
"multiple": false,
|
|
1108
|
-
"type": "option"
|
|
1109
|
-
}
|
|
1110
|
-
},
|
|
1111
|
-
"hasDynamicHelp": false,
|
|
1112
|
-
"hiddenAliases": [],
|
|
1113
|
-
"id": "cli:release:build",
|
|
1114
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1115
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1116
|
-
"pluginType": "core",
|
|
1117
|
-
"strict": true,
|
|
1118
|
-
"summary": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
1119
|
-
"enableJsonFlag": true,
|
|
1120
|
-
"isESM": true,
|
|
1121
|
-
"relativePath": [
|
|
1122
|
-
"lib",
|
|
1123
|
-
"commands",
|
|
1124
|
-
"cli",
|
|
1125
|
-
"release",
|
|
1126
|
-
"build.js"
|
|
1127
|
-
]
|
|
1128
|
-
},
|
|
1129
|
-
"github:check:closed": {
|
|
1130
|
-
"aliases": [],
|
|
1131
|
-
"args": {},
|
|
1132
|
-
"description": "Description of a command.",
|
|
1133
|
-
"examples": [
|
|
1134
|
-
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1135
|
-
],
|
|
1136
|
-
"flags": {
|
|
1137
|
-
"json": {
|
|
1138
|
-
"description": "Format output as json.",
|
|
1139
|
-
"helpGroup": "GLOBAL",
|
|
1140
|
-
"name": "json",
|
|
1141
|
-
"allowNo": false,
|
|
1142
|
-
"type": "boolean"
|
|
1143
|
-
},
|
|
1144
|
-
"flags-dir": {
|
|
1145
|
-
"helpGroup": "GLOBAL",
|
|
1146
|
-
"name": "flags-dir",
|
|
1147
|
-
"summary": "Import flag values from a directory.",
|
|
1148
|
-
"hasDynamicHelp": false,
|
|
1149
|
-
"multiple": false,
|
|
1150
|
-
"type": "option"
|
|
1151
|
-
},
|
|
1152
|
-
"gus": {
|
|
1153
|
-
"char": "o",
|
|
1154
|
-
"name": "gus",
|
|
1155
|
-
"noCacheDefault": true,
|
|
1156
|
-
"required": true,
|
|
1157
|
-
"summary": "Username/alias of your GUS org connection",
|
|
1158
|
-
"hasDynamicHelp": true,
|
|
1159
|
-
"multiple": false,
|
|
1160
|
-
"type": "option"
|
|
1161
|
-
},
|
|
1162
|
-
"github-token": {
|
|
1163
|
-
"env": "GITHUB_TOKEN",
|
|
1164
|
-
"name": "github-token",
|
|
1165
|
-
"required": true,
|
|
1166
|
-
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1167
|
-
"hasDynamicHelp": false,
|
|
1168
|
-
"multiple": false,
|
|
1169
|
-
"type": "option"
|
|
1170
|
-
}
|
|
1171
|
-
},
|
|
1172
|
-
"hasDynamicHelp": true,
|
|
1173
|
-
"hiddenAliases": [],
|
|
1174
|
-
"id": "github:check:closed",
|
|
1175
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1176
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1177
|
-
"pluginType": "core",
|
|
1178
|
-
"strict": true,
|
|
1179
|
-
"summary": "Show open Github issues with GUS WI",
|
|
1180
|
-
"enableJsonFlag": true,
|
|
1181
|
-
"isESM": true,
|
|
1182
|
-
"relativePath": [
|
|
1183
|
-
"lib",
|
|
1184
|
-
"commands",
|
|
1185
|
-
"github",
|
|
1186
|
-
"check",
|
|
1187
|
-
"closed.js"
|
|
1188
|
-
]
|
|
1189
|
-
},
|
|
1190
1190
|
"npm:dependencies:pin": {
|
|
1191
1191
|
"aliases": [],
|
|
1192
1192
|
"args": {},
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.
|
|
1393
|
+
"version": "5.7.28"
|
|
1394
1394
|
}
|