@salesforce/plugin-release-management 5.7.102 → 5.7.103

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.
@@ -1,5 +1,124 @@
1
1
  {
2
2
  "commands": {
3
+ "repositories": {
4
+ "aliases": [],
5
+ "args": {},
6
+ "description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
7
+ "examples": [
8
+ "<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open",
9
+ "<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"
10
+ ],
11
+ "flags": {
12
+ "json": {
13
+ "description": "Format output as json.",
14
+ "helpGroup": "GLOBAL",
15
+ "name": "json",
16
+ "allowNo": false,
17
+ "type": "boolean"
18
+ },
19
+ "flags-dir": {
20
+ "helpGroup": "GLOBAL",
21
+ "name": "flags-dir",
22
+ "summary": "Import flag values from a directory.",
23
+ "hasDynamicHelp": false,
24
+ "multiple": false,
25
+ "type": "option"
26
+ },
27
+ "columns": {
28
+ "exclusive": [
29
+ "extended"
30
+ ],
31
+ "name": "columns",
32
+ "summary": "Only show provided columns (comma-separated).",
33
+ "hasDynamicHelp": false,
34
+ "multiple": false,
35
+ "type": "option"
36
+ },
37
+ "csv": {
38
+ "exclusive": [
39
+ "no-truncate"
40
+ ],
41
+ "name": "csv",
42
+ "summary": "Output is csv format.",
43
+ "allowNo": false,
44
+ "type": "boolean"
45
+ },
46
+ "extended": {
47
+ "char": "x",
48
+ "exclusive": [
49
+ "columns"
50
+ ],
51
+ "name": "extended",
52
+ "summary": "Show extra columns.",
53
+ "allowNo": false,
54
+ "type": "boolean"
55
+ },
56
+ "filter": {
57
+ "name": "filter",
58
+ "summary": "Filter property by partial string matching, ex: name=foo.",
59
+ "hasDynamicHelp": false,
60
+ "multiple": false,
61
+ "type": "option"
62
+ },
63
+ "no-header": {
64
+ "exclusive": [
65
+ "csv"
66
+ ],
67
+ "name": "no-header",
68
+ "summary": "Hide table header from output.",
69
+ "allowNo": false,
70
+ "type": "boolean"
71
+ },
72
+ "no-truncate": {
73
+ "exclusive": [
74
+ "csv"
75
+ ],
76
+ "name": "no-truncate",
77
+ "summary": "Do not truncate output to fit screen.",
78
+ "allowNo": false,
79
+ "type": "boolean"
80
+ },
81
+ "output": {
82
+ "exclusive": [
83
+ "no-truncate",
84
+ "csv"
85
+ ],
86
+ "name": "output",
87
+ "summary": "Output in a more machine friendly format.",
88
+ "hasDynamicHelp": false,
89
+ "multiple": false,
90
+ "options": [
91
+ "csv",
92
+ "json",
93
+ "yaml"
94
+ ],
95
+ "type": "option"
96
+ },
97
+ "sort": {
98
+ "name": "sort",
99
+ "summary": "Property to sort by (prepend '-' for descending).",
100
+ "hasDynamicHelp": false,
101
+ "multiple": false,
102
+ "type": "option"
103
+ }
104
+ },
105
+ "hasDynamicHelp": false,
106
+ "hiddenAliases": [],
107
+ "id": "repositories",
108
+ "pluginAlias": "@salesforce/plugin-release-management",
109
+ "pluginName": "@salesforce/plugin-release-management",
110
+ "pluginType": "core",
111
+ "strict": true,
112
+ "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
113
+ "enableJsonFlag": true,
114
+ "isESM": true,
115
+ "relativePath": [
116
+ "lib",
117
+ "commands",
118
+ "repositories",
119
+ "index.js"
120
+ ]
121
+ },
3
122
  "channel:promote": {
4
123
  "aliases": [],
5
124
  "args": {},
@@ -341,13 +460,12 @@
341
460
  "automerge.js"
342
461
  ]
343
462
  },
344
- "repositories": {
463
+ "github:check:closed": {
345
464
  "aliases": [],
346
465
  "args": {},
347
- "description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
466
+ "description": "Description of a command.",
348
467
  "examples": [
349
- "<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open",
350
- "<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"
468
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
351
469
  ],
352
470
  "flags": {
353
471
  "json": {
@@ -365,108 +483,48 @@
365
483
  "multiple": false,
366
484
  "type": "option"
367
485
  },
368
- "columns": {
369
- "exclusive": [
370
- "extended"
371
- ],
372
- "name": "columns",
373
- "summary": "Only show provided columns (comma-separated).",
374
- "hasDynamicHelp": false,
375
- "multiple": false,
376
- "type": "option"
377
- },
378
- "csv": {
379
- "exclusive": [
380
- "no-truncate"
381
- ],
382
- "name": "csv",
383
- "summary": "Output is csv format.",
384
- "allowNo": false,
385
- "type": "boolean"
386
- },
387
- "extended": {
388
- "char": "x",
389
- "exclusive": [
390
- "columns"
391
- ],
392
- "name": "extended",
393
- "summary": "Show extra columns.",
394
- "allowNo": false,
395
- "type": "boolean"
396
- },
397
- "filter": {
398
- "name": "filter",
399
- "summary": "Filter property by partial string matching, ex: name=foo.",
400
- "hasDynamicHelp": false,
401
- "multiple": false,
402
- "type": "option"
403
- },
404
- "no-header": {
405
- "exclusive": [
406
- "csv"
407
- ],
408
- "name": "no-header",
409
- "summary": "Hide table header from output.",
410
- "allowNo": false,
411
- "type": "boolean"
412
- },
413
- "no-truncate": {
414
- "exclusive": [
415
- "csv"
416
- ],
417
- "name": "no-truncate",
418
- "summary": "Do not truncate output to fit screen.",
419
- "allowNo": false,
420
- "type": "boolean"
421
- },
422
- "output": {
423
- "exclusive": [
424
- "no-truncate",
425
- "csv"
426
- ],
427
- "name": "output",
428
- "summary": "Output in a more machine friendly format.",
429
- "hasDynamicHelp": false,
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,
430
493
  "multiple": false,
431
- "options": [
432
- "csv",
433
- "json",
434
- "yaml"
435
- ],
436
494
  "type": "option"
437
495
  },
438
- "sort": {
439
- "name": "sort",
440
- "summary": "Property to sort by (prepend '-' for descending).",
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",
441
501
  "hasDynamicHelp": false,
442
502
  "multiple": false,
443
503
  "type": "option"
444
504
  }
445
505
  },
446
- "hasDynamicHelp": false,
506
+ "hasDynamicHelp": true,
447
507
  "hiddenAliases": [],
448
- "id": "repositories",
508
+ "id": "github:check:closed",
449
509
  "pluginAlias": "@salesforce/plugin-release-management",
450
510
  "pluginName": "@salesforce/plugin-release-management",
451
511
  "pluginType": "core",
452
512
  "strict": true,
453
- "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
513
+ "summary": "Show open Github issues with GUS WI",
454
514
  "enableJsonFlag": true,
455
515
  "isESM": true,
456
516
  "relativePath": [
457
517
  "lib",
458
518
  "commands",
459
- "repositories",
460
- "index.js"
519
+ "github",
520
+ "check",
521
+ "closed.js"
461
522
  ]
462
523
  },
463
- "cli:release:automerge": {
524
+ "npm:dependencies:pin": {
464
525
  "aliases": [],
465
526
  "args": {},
466
- "description": "Attempt to automerge nightly PR",
467
- "examples": [
468
- "<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
469
- ],
527
+ "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
470
528
  "flags": {
471
529
  "json": {
472
530
  "description": "Format output as json.",
@@ -483,88 +541,45 @@
483
541
  "multiple": false,
484
542
  "type": "option"
485
543
  },
486
- "owner": {
487
- "aliases": [
488
- "org"
489
- ],
490
- "dependsOn": [
491
- "repo"
492
- ],
493
- "name": "owner",
494
- "required": true,
495
- "summary": "Github owner (org), example: salesforcecli",
544
+ "dryrun": {
545
+ "char": "d",
546
+ "name": "dryrun",
547
+ "summary": "If true, will not make any changes to the package.json",
548
+ "allowNo": false,
549
+ "type": "boolean"
550
+ },
551
+ "tag": {
552
+ "char": "t",
553
+ "name": "tag",
554
+ "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
555
+ "default": "latest",
496
556
  "hasDynamicHelp": false,
497
557
  "multiple": false,
498
558
  "type": "option"
499
- },
500
- "repo": {
501
- "dependsOn": [
502
- "owner"
503
- ],
504
- "name": "repo",
505
- "required": true,
506
- "summary": "Github repo, example: sfdx-cli",
507
- "hasDynamicHelp": false,
508
- "multiple": false,
509
- "type": "option"
510
- },
511
- "pull-number": {
512
- "name": "pull-number",
513
- "required": true,
514
- "summary": "Github pull request number to merge",
515
- "hasDynamicHelp": false,
516
- "multiple": false,
517
- "type": "option"
518
- },
519
- "dry-run": {
520
- "char": "d",
521
- "name": "dry-run",
522
- "summary": "Run all checks, but do not merge PR",
523
- "allowNo": false,
524
- "type": "boolean"
525
- },
526
- "verbose": {
527
- "name": "verbose",
528
- "summary": "Show additional debug output",
529
- "allowNo": false,
530
- "type": "boolean"
531
559
  }
532
560
  },
533
561
  "hasDynamicHelp": false,
534
562
  "hiddenAliases": [],
535
- "id": "cli:release:automerge",
563
+ "id": "npm:dependencies:pin",
536
564
  "pluginAlias": "@salesforce/plugin-release-management",
537
565
  "pluginName": "@salesforce/plugin-release-management",
538
566
  "pluginType": "core",
539
567
  "strict": true,
540
- "summary": "Attempt to automerge nightly PR",
568
+ "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
541
569
  "enableJsonFlag": true,
542
570
  "isESM": true,
543
571
  "relativePath": [
544
572
  "lib",
545
573
  "commands",
546
- "cli",
547
- "release",
548
- "automerge.js"
574
+ "npm",
575
+ "dependencies",
576
+ "pin.js"
549
577
  ]
550
578
  },
551
- "cli:release:build": {
552
- "aliases": [
553
- "cli:latestrc:build"
554
- ],
579
+ "npm:package:release": {
580
+ "aliases": [],
555
581
  "args": {},
556
- "description": "builds a new release from a designated starting point and optionally creates PR in Github",
557
- "examples": [
558
- "<%= config.bin %> <%= command.id %>",
559
- "<%= config.bin %> <%= command.id %> --patch",
560
- "<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
561
- "<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
562
- "<%= config.bin %> <%= command.id %> --start-from-github-ref main",
563
- "<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
564
- "<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
565
- "<%= config.bin %> <%= command.id %> --build-only",
566
- "<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
567
- ],
582
+ "description": "publish npm package",
568
583
  "flags": {
569
584
  "json": {
570
585
  "description": "Format output as json.",
@@ -581,89 +596,60 @@
581
596
  "multiple": false,
582
597
  "type": "option"
583
598
  },
584
- "start-from-npm-dist-tag": {
585
- "aliases": [
586
- "rctag"
587
- ],
599
+ "dryrun": {
588
600
  "char": "d",
589
- "deprecateAliases": true,
590
- "name": "start-from-npm-dist-tag",
591
- "summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
592
- "hasDynamicHelp": false,
593
- "multiple": false,
594
- "type": "option"
601
+ "name": "dryrun",
602
+ "summary": "If true, will not commit changes to repo or push any tags",
603
+ "allowNo": false,
604
+ "type": "boolean"
595
605
  },
596
- "start-from-github-ref": {
597
- "char": "g",
598
- "name": "start-from-github-ref",
599
- "summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
606
+ "sign": {
607
+ "char": "s",
608
+ "name": "sign",
609
+ "summary": "If true, then the package will be signed and the signature will be uploaded to S3",
610
+ "allowNo": false,
611
+ "type": "boolean"
612
+ },
613
+ "npmtag": {
614
+ "char": "t",
615
+ "name": "npmtag",
616
+ "summary": "tag to use when publishing to npm",
617
+ "default": "latest",
600
618
  "hasDynamicHelp": false,
601
619
  "multiple": false,
602
620
  "type": "option"
603
621
  },
604
- "release-channel": {
605
- "char": "c",
606
- "name": "release-channel",
607
- "required": true,
608
- "summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
622
+ "npmaccess": {
623
+ "char": "a",
624
+ "name": "npmaccess",
625
+ "summary": "access level to use when publishing to npm",
626
+ "default": "public",
609
627
  "hasDynamicHelp": false,
610
628
  "multiple": false,
611
629
  "type": "option"
612
630
  },
613
- "build-only": {
614
- "name": "build-only",
615
- "summary": "only build the release, do not git add/commit/push",
616
- "allowNo": false,
617
- "type": "boolean"
618
- },
619
- "resolutions": {
620
- "name": "resolutions",
621
- "summary": "bump the versions of packages listed in the resolutions section",
631
+ "install": {
632
+ "name": "install",
633
+ "summary": "run yarn install and build on repository",
622
634
  "allowNo": true,
623
635
  "type": "boolean"
624
636
  },
625
- "only": {
626
- "name": "only",
627
- "summary": "only bump the version of the packages passed in, uses latest if version is not provided",
628
- "delimiter": ",",
637
+ "prerelease": {
638
+ "name": "prerelease",
639
+ "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
629
640
  "hasDynamicHelp": false,
630
- "multiple": true,
641
+ "multiple": false,
631
642
  "type": "option"
632
643
  },
633
- "pinned-deps": {
634
- "name": "pinned-deps",
635
- "summary": "bump the versions of the packages listed in the pinnedDependencies section",
636
- "allowNo": true,
637
- "type": "boolean"
638
- },
639
- "jit": {
640
- "name": "jit",
641
- "summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
644
+ "verify": {
645
+ "name": "verify",
646
+ "summary": "verify npm registry has new version after publish and digital signature",
642
647
  "allowNo": true,
643
648
  "type": "boolean"
644
649
  },
645
- "label": {
646
- "name": "label",
647
- "summary": "add one or more labels to the Github PR",
648
- "hasDynamicHelp": false,
649
- "multiple": true,
650
- "type": "option"
651
- },
652
- "patch": {
653
- "name": "patch",
654
- "summary": "bump the release as a patch of an existing version, not a new minor version",
655
- "allowNo": false,
656
- "type": "boolean"
657
- },
658
- "empty": {
659
- "name": "empty",
660
- "summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
661
- "allowNo": false,
662
- "type": "boolean"
663
- },
664
- "pr-base-branch": {
665
- "name": "pr-base-branch",
666
- "summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
650
+ "githubtag": {
651
+ "name": "githubtag",
652
+ "summary": "given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features",
667
653
  "hasDynamicHelp": false,
668
654
  "multiple": false,
669
655
  "type": "option"
@@ -671,20 +657,20 @@
671
657
  },
672
658
  "hasDynamicHelp": false,
673
659
  "hiddenAliases": [],
674
- "id": "cli:release:build",
660
+ "id": "npm:package:release",
675
661
  "pluginAlias": "@salesforce/plugin-release-management",
676
662
  "pluginName": "@salesforce/plugin-release-management",
677
663
  "pluginType": "core",
678
664
  "strict": true,
679
- "summary": "builds a new release from a designated starting point and optionally creates PR in Github",
665
+ "summary": "publish npm package",
680
666
  "enableJsonFlag": true,
681
667
  "isESM": true,
682
668
  "relativePath": [
683
669
  "lib",
684
670
  "commands",
685
- "cli",
686
- "release",
687
- "build.js"
671
+ "npm",
672
+ "package",
673
+ "release.js"
688
674
  ]
689
675
  },
690
676
  "cli:artifacts:compare": {
@@ -848,21 +834,12 @@
848
834
  "test.js"
849
835
  ]
850
836
  },
851
- "cli:versions:inspect": {
837
+ "cli:release:automerge": {
852
838
  "aliases": [],
853
839
  "args": {},
854
- "description": "inspect the CLI version across all install paths",
840
+ "description": "Attempt to automerge nightly PR",
855
841
  "examples": [
856
- "<%= config.bin %> <%= command.id %> -l archive -c stable",
857
- "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
858
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
859
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
860
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
861
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
862
- "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
863
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
864
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
865
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
842
+ "<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
866
843
  ],
867
844
  "flags": {
868
845
  "json": {
@@ -880,78 +857,213 @@
880
857
  "multiple": false,
881
858
  "type": "option"
882
859
  },
883
- "dependencies": {
884
- "char": "d",
885
- "name": "dependencies",
886
- "summary": "glob pattern of dependencies you want to see the version of",
860
+ "owner": {
861
+ "aliases": [
862
+ "org"
863
+ ],
864
+ "dependsOn": [
865
+ "repo"
866
+ ],
867
+ "name": "owner",
868
+ "required": true,
869
+ "summary": "Github owner (org), example: salesforcecli",
887
870
  "hasDynamicHelp": false,
888
- "multiple": true,
871
+ "multiple": false,
889
872
  "type": "option"
890
873
  },
891
- "salesforce": {
892
- "char": "s",
893
- "name": "salesforce",
894
- "summary": "show versions of salesforce owned dependencies",
895
- "allowNo": false,
896
- "type": "boolean"
897
- },
898
- "channels": {
899
- "char": "c",
900
- "name": "channels",
874
+ "repo": {
875
+ "dependsOn": [
876
+ "owner"
877
+ ],
878
+ "name": "repo",
901
879
  "required": true,
902
- "summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
880
+ "summary": "Github repo, example: sfdx-cli",
903
881
  "hasDynamicHelp": false,
904
- "multiple": true,
905
- "options": [
906
- "stable",
907
- "stable-rc",
908
- "latest",
909
- "latest-rc",
910
- "nightly"
911
- ],
882
+ "multiple": false,
912
883
  "type": "option"
913
884
  },
914
- "locations": {
915
- "char": "l",
916
- "name": "locations",
885
+ "pull-number": {
886
+ "name": "pull-number",
917
887
  "required": true,
918
- "summary": "the location you want to inspect",
888
+ "summary": "Github pull request number to merge",
919
889
  "hasDynamicHelp": false,
920
- "multiple": true,
921
- "options": [
922
- "archive",
923
- "npm"
924
- ],
890
+ "multiple": false,
925
891
  "type": "option"
926
892
  },
927
- "ignore-missing": {
928
- "name": "ignore-missing",
929
- "summary": "skip missing archives. Useful when supporting new architectures in oclif",
893
+ "dry-run": {
894
+ "char": "d",
895
+ "name": "dry-run",
896
+ "summary": "Run all checks, but do not merge PR",
897
+ "allowNo": false,
898
+ "type": "boolean"
899
+ },
900
+ "verbose": {
901
+ "name": "verbose",
902
+ "summary": "Show additional debug output",
930
903
  "allowNo": false,
931
904
  "type": "boolean"
932
905
  }
933
906
  },
934
907
  "hasDynamicHelp": false,
935
908
  "hiddenAliases": [],
936
- "id": "cli:versions:inspect",
909
+ "id": "cli:release:automerge",
937
910
  "pluginAlias": "@salesforce/plugin-release-management",
938
911
  "pluginName": "@salesforce/plugin-release-management",
939
912
  "pluginType": "core",
940
913
  "strict": true,
941
- "summary": "inspect the CLI version across all install paths",
914
+ "summary": "Attempt to automerge nightly PR",
942
915
  "enableJsonFlag": true,
943
916
  "isESM": true,
944
917
  "relativePath": [
945
918
  "lib",
946
919
  "commands",
947
920
  "cli",
948
- "versions",
949
- "inspect.js"
921
+ "release",
922
+ "automerge.js"
950
923
  ]
951
924
  },
952
- "cli:tarballs:prepare": {
953
- "aliases": [],
954
- "args": {},
925
+ "cli:release:build": {
926
+ "aliases": [
927
+ "cli:latestrc:build"
928
+ ],
929
+ "args": {},
930
+ "description": "builds a new release from a designated starting point and optionally creates PR in Github",
931
+ "examples": [
932
+ "<%= config.bin %> <%= command.id %>",
933
+ "<%= config.bin %> <%= command.id %> --patch",
934
+ "<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
935
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
936
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref main",
937
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
938
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
939
+ "<%= config.bin %> <%= command.id %> --build-only",
940
+ "<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
941
+ ],
942
+ "flags": {
943
+ "json": {
944
+ "description": "Format output as json.",
945
+ "helpGroup": "GLOBAL",
946
+ "name": "json",
947
+ "allowNo": false,
948
+ "type": "boolean"
949
+ },
950
+ "flags-dir": {
951
+ "helpGroup": "GLOBAL",
952
+ "name": "flags-dir",
953
+ "summary": "Import flag values from a directory.",
954
+ "hasDynamicHelp": false,
955
+ "multiple": false,
956
+ "type": "option"
957
+ },
958
+ "start-from-npm-dist-tag": {
959
+ "aliases": [
960
+ "rctag"
961
+ ],
962
+ "char": "d",
963
+ "deprecateAliases": true,
964
+ "name": "start-from-npm-dist-tag",
965
+ "summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
966
+ "hasDynamicHelp": false,
967
+ "multiple": false,
968
+ "type": "option"
969
+ },
970
+ "start-from-github-ref": {
971
+ "char": "g",
972
+ "name": "start-from-github-ref",
973
+ "summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
974
+ "hasDynamicHelp": false,
975
+ "multiple": false,
976
+ "type": "option"
977
+ },
978
+ "release-channel": {
979
+ "char": "c",
980
+ "name": "release-channel",
981
+ "required": true,
982
+ "summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
983
+ "hasDynamicHelp": false,
984
+ "multiple": false,
985
+ "type": "option"
986
+ },
987
+ "build-only": {
988
+ "name": "build-only",
989
+ "summary": "only build the release, do not git add/commit/push",
990
+ "allowNo": false,
991
+ "type": "boolean"
992
+ },
993
+ "resolutions": {
994
+ "name": "resolutions",
995
+ "summary": "bump the versions of packages listed in the resolutions section",
996
+ "allowNo": true,
997
+ "type": "boolean"
998
+ },
999
+ "only": {
1000
+ "name": "only",
1001
+ "summary": "only bump the version of the packages passed in, uses latest if version is not provided",
1002
+ "delimiter": ",",
1003
+ "hasDynamicHelp": false,
1004
+ "multiple": true,
1005
+ "type": "option"
1006
+ },
1007
+ "pinned-deps": {
1008
+ "name": "pinned-deps",
1009
+ "summary": "bump the versions of the packages listed in the pinnedDependencies section",
1010
+ "allowNo": true,
1011
+ "type": "boolean"
1012
+ },
1013
+ "jit": {
1014
+ "name": "jit",
1015
+ "summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
1016
+ "allowNo": true,
1017
+ "type": "boolean"
1018
+ },
1019
+ "label": {
1020
+ "name": "label",
1021
+ "summary": "add one or more labels to the Github PR",
1022
+ "hasDynamicHelp": false,
1023
+ "multiple": true,
1024
+ "type": "option"
1025
+ },
1026
+ "patch": {
1027
+ "name": "patch",
1028
+ "summary": "bump the release as a patch of an existing version, not a new minor version",
1029
+ "allowNo": false,
1030
+ "type": "boolean"
1031
+ },
1032
+ "empty": {
1033
+ "name": "empty",
1034
+ "summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
1035
+ "allowNo": false,
1036
+ "type": "boolean"
1037
+ },
1038
+ "pr-base-branch": {
1039
+ "name": "pr-base-branch",
1040
+ "summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
1041
+ "hasDynamicHelp": false,
1042
+ "multiple": false,
1043
+ "type": "option"
1044
+ }
1045
+ },
1046
+ "hasDynamicHelp": false,
1047
+ "hiddenAliases": [],
1048
+ "id": "cli:release:build",
1049
+ "pluginAlias": "@salesforce/plugin-release-management",
1050
+ "pluginName": "@salesforce/plugin-release-management",
1051
+ "pluginType": "core",
1052
+ "strict": true,
1053
+ "summary": "builds a new release from a designated starting point and optionally creates PR in Github",
1054
+ "enableJsonFlag": true,
1055
+ "isESM": true,
1056
+ "relativePath": [
1057
+ "lib",
1058
+ "commands",
1059
+ "cli",
1060
+ "release",
1061
+ "build.js"
1062
+ ]
1063
+ },
1064
+ "cli:tarballs:prepare": {
1065
+ "aliases": [],
1066
+ "args": {},
955
1067
  "description": "remove unnecessary files from node_modules",
956
1068
  "examples": [
957
1069
  "<%= config.bin %> <%= command.id %>"
@@ -1126,12 +1238,21 @@
1126
1238
  "verify.js"
1127
1239
  ]
1128
1240
  },
1129
- "github:check:closed": {
1241
+ "cli:versions:inspect": {
1130
1242
  "aliases": [],
1131
1243
  "args": {},
1132
- "description": "Description of a command.",
1244
+ "description": "inspect the CLI version across all install paths",
1133
1245
  "examples": [
1134
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
1246
+ "<%= config.bin %> <%= command.id %> -l archive -c stable",
1247
+ "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
1248
+ "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
1249
+ "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
1250
+ "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
1251
+ "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
1252
+ "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
1253
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
1254
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
1255
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
1135
1256
  ],
1136
1257
  "flags": {
1137
1258
  "json": {
@@ -1149,194 +1270,73 @@
1149
1270
  "multiple": false,
1150
1271
  "type": "option"
1151
1272
  },
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
- "npm:dependencies:pin": {
1191
- "aliases": [],
1192
- "args": {},
1193
- "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1194
- "flags": {
1195
- "json": {
1196
- "description": "Format output as json.",
1197
- "helpGroup": "GLOBAL",
1198
- "name": "json",
1199
- "allowNo": false,
1200
- "type": "boolean"
1201
- },
1202
- "flags-dir": {
1203
- "helpGroup": "GLOBAL",
1204
- "name": "flags-dir",
1205
- "summary": "Import flag values from a directory.",
1206
- "hasDynamicHelp": false,
1207
- "multiple": false,
1208
- "type": "option"
1209
- },
1210
- "dryrun": {
1273
+ "dependencies": {
1211
1274
  "char": "d",
1212
- "name": "dryrun",
1213
- "summary": "If true, will not make any changes to the package.json",
1214
- "allowNo": false,
1215
- "type": "boolean"
1216
- },
1217
- "tag": {
1218
- "char": "t",
1219
- "name": "tag",
1220
- "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1221
- "default": "latest",
1222
- "hasDynamicHelp": false,
1223
- "multiple": false,
1224
- "type": "option"
1225
- }
1226
- },
1227
- "hasDynamicHelp": false,
1228
- "hiddenAliases": [],
1229
- "id": "npm:dependencies:pin",
1230
- "pluginAlias": "@salesforce/plugin-release-management",
1231
- "pluginName": "@salesforce/plugin-release-management",
1232
- "pluginType": "core",
1233
- "strict": true,
1234
- "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1235
- "enableJsonFlag": true,
1236
- "isESM": true,
1237
- "relativePath": [
1238
- "lib",
1239
- "commands",
1240
- "npm",
1241
- "dependencies",
1242
- "pin.js"
1243
- ]
1244
- },
1245
- "npm:package:release": {
1246
- "aliases": [],
1247
- "args": {},
1248
- "description": "publish npm package",
1249
- "flags": {
1250
- "json": {
1251
- "description": "Format output as json.",
1252
- "helpGroup": "GLOBAL",
1253
- "name": "json",
1254
- "allowNo": false,
1255
- "type": "boolean"
1256
- },
1257
- "flags-dir": {
1258
- "helpGroup": "GLOBAL",
1259
- "name": "flags-dir",
1260
- "summary": "Import flag values from a directory.",
1275
+ "name": "dependencies",
1276
+ "summary": "glob pattern of dependencies you want to see the version of",
1261
1277
  "hasDynamicHelp": false,
1262
- "multiple": false,
1278
+ "multiple": true,
1263
1279
  "type": "option"
1264
1280
  },
1265
- "dryrun": {
1266
- "char": "d",
1267
- "name": "dryrun",
1268
- "summary": "If true, will not commit changes to repo or push any tags",
1269
- "allowNo": false,
1270
- "type": "boolean"
1271
- },
1272
- "sign": {
1281
+ "salesforce": {
1273
1282
  "char": "s",
1274
- "name": "sign",
1275
- "summary": "If true, then the package will be signed and the signature will be uploaded to S3",
1283
+ "name": "salesforce",
1284
+ "summary": "show versions of salesforce owned dependencies",
1276
1285
  "allowNo": false,
1277
1286
  "type": "boolean"
1278
1287
  },
1279
- "npmtag": {
1280
- "char": "t",
1281
- "name": "npmtag",
1282
- "summary": "tag to use when publishing to npm",
1283
- "default": "latest",
1284
- "hasDynamicHelp": false,
1285
- "multiple": false,
1286
- "type": "option"
1287
- },
1288
- "npmaccess": {
1289
- "char": "a",
1290
- "name": "npmaccess",
1291
- "summary": "access level to use when publishing to npm",
1292
- "default": "public",
1288
+ "channels": {
1289
+ "char": "c",
1290
+ "name": "channels",
1291
+ "required": true,
1292
+ "summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
1293
1293
  "hasDynamicHelp": false,
1294
- "multiple": false,
1294
+ "multiple": true,
1295
+ "options": [
1296
+ "stable",
1297
+ "stable-rc",
1298
+ "latest",
1299
+ "latest-rc",
1300
+ "nightly"
1301
+ ],
1295
1302
  "type": "option"
1296
1303
  },
1297
- "install": {
1298
- "name": "install",
1299
- "summary": "run yarn install and build on repository",
1300
- "allowNo": true,
1301
- "type": "boolean"
1302
- },
1303
- "prerelease": {
1304
- "name": "prerelease",
1305
- "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
1304
+ "locations": {
1305
+ "char": "l",
1306
+ "name": "locations",
1307
+ "required": true,
1308
+ "summary": "the location you want to inspect",
1306
1309
  "hasDynamicHelp": false,
1307
- "multiple": false,
1310
+ "multiple": true,
1311
+ "options": [
1312
+ "archive",
1313
+ "npm"
1314
+ ],
1308
1315
  "type": "option"
1309
1316
  },
1310
- "verify": {
1311
- "name": "verify",
1312
- "summary": "verify npm registry has new version after publish and digital signature",
1313
- "allowNo": true,
1317
+ "ignore-missing": {
1318
+ "name": "ignore-missing",
1319
+ "summary": "skip missing archives. Useful when supporting new architectures in oclif",
1320
+ "allowNo": false,
1314
1321
  "type": "boolean"
1315
- },
1316
- "githubtag": {
1317
- "name": "githubtag",
1318
- "summary": "given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features",
1319
- "hasDynamicHelp": false,
1320
- "multiple": false,
1321
- "type": "option"
1322
1322
  }
1323
1323
  },
1324
1324
  "hasDynamicHelp": false,
1325
1325
  "hiddenAliases": [],
1326
- "id": "npm:package:release",
1326
+ "id": "cli:versions:inspect",
1327
1327
  "pluginAlias": "@salesforce/plugin-release-management",
1328
1328
  "pluginName": "@salesforce/plugin-release-management",
1329
1329
  "pluginType": "core",
1330
1330
  "strict": true,
1331
- "summary": "publish npm package",
1331
+ "summary": "inspect the CLI version across all install paths",
1332
1332
  "enableJsonFlag": true,
1333
1333
  "isESM": true,
1334
1334
  "relativePath": [
1335
1335
  "lib",
1336
1336
  "commands",
1337
- "npm",
1338
- "package",
1339
- "release.js"
1337
+ "cli",
1338
+ "versions",
1339
+ "inspect.js"
1340
1340
  ]
1341
1341
  },
1342
1342
  "cli:install:jit:test": {
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.102"
1393
+ "version": "5.7.103"
1394
1394
  }