@salesforce/plugin-release-management 5.7.110 → 5.7.111

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 CHANGED
@@ -145,7 +145,7 @@ EXAMPLES
145
145
  $ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
146
146
  ```
147
147
 
148
- _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/channel/promote.ts)_
149
149
 
150
150
  ## `sfdx cli artifacts compare`
151
151
 
@@ -169,7 +169,7 @@ EXAMPLES
169
169
  $ sfdx cli artifacts compare
170
170
  ```
171
171
 
172
- _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/cli/artifacts/compare.ts)_
173
173
 
174
174
  ## `sfdx cli install jit test`
175
175
 
@@ -190,7 +190,7 @@ EXAMPLES
190
190
  $ sfdx cli install jit test
191
191
  ```
192
192
 
193
- _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/cli/install/jit/test.ts)_
193
+ _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/cli/install/jit/test.ts)_
194
194
 
195
195
  ## `sfdx cli install test`
196
196
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ sfdx cli install test --cli sf --method tarball --channel stable-rc
232
232
  ```
233
233
 
234
- _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/cli/install/test.ts)_
235
235
 
236
236
  ## `sfdx cli release automerge`
237
237
 
@@ -262,7 +262,7 @@ EXAMPLES
262
262
  $ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
263
263
  ```
264
264
 
265
- _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/cli/release/automerge.ts)_
266
266
 
267
267
  ## `sfdx cli release build`
268
268
 
@@ -325,7 +325,7 @@ EXAMPLES
325
325
  $ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
326
326
  ```
327
327
 
328
- _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/cli/release/build.ts)_
329
329
 
330
330
  ## `sfdx cli releasenotes`
331
331
 
@@ -366,7 +366,7 @@ EXAMPLES
366
366
  $ sfdx cli releasenotes --cli sf --markdown > changes.md
367
367
  ```
368
368
 
369
- _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/cli/releasenotes.ts)_
370
370
 
371
371
  ## `sfdx cli tarballs prepare`
372
372
 
@@ -394,7 +394,7 @@ EXAMPLES
394
394
  $ sfdx cli tarballs prepare
395
395
  ```
396
396
 
397
- _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/cli/tarballs/prepare.ts)_
398
398
 
399
399
  ## `sfdx cli tarballs smoke`
400
400
 
@@ -424,7 +424,7 @@ EXAMPLES
424
424
  $ sfdx cli tarballs smoke
425
425
  ```
426
426
 
427
- _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/cli/tarballs/smoke.ts)_
428
428
 
429
429
  ## `sfdx cli tarballs verify`
430
430
 
@@ -456,7 +456,7 @@ EXAMPLES
456
456
  $ sfdx cli tarballs verify --cli sf
457
457
  ```
458
458
 
459
- _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/cli/tarballs/verify.ts)_
460
460
 
461
461
  ## `sfdx cli versions inspect`
462
462
 
@@ -508,7 +508,7 @@ EXAMPLES
508
508
  $ sfdx cli versions inspect -l npm -c latest -d chalk -s
509
509
  ```
510
510
 
511
- _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/cli/versions/inspect.ts)_
512
512
 
513
513
  ## `sfdx dependabot automerge`
514
514
 
@@ -548,7 +548,7 @@ EXAMPLES
548
548
  $ sfdx dependabot automerge --max-version-bump major
549
549
  ```
550
550
 
551
- _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/dependabot/automerge.ts)_
552
552
 
553
553
  ## `sfdx github check closed`
554
554
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  $ sfdx github check closed -o me@gus.com
576
576
  ```
577
577
 
578
- _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/github/check/closed.ts)_
579
579
 
580
580
  ## `sfdx npm dependencies pin`
581
581
 
@@ -601,7 +601,7 @@ DESCRIPTION
601
601
  in the package.json
602
602
  ```
603
603
 
604
- _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/npm/dependencies/pin.ts)_
605
605
 
606
606
  ## `sfdx npm package release`
607
607
 
@@ -633,7 +633,7 @@ DESCRIPTION
633
633
  publish npm package
634
634
  ```
635
635
 
636
- _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/npm/package/release.ts)_
637
637
 
638
638
  ## `sfdx plugins trust verify`
639
639
 
@@ -701,6 +701,6 @@ EXAMPLES
701
701
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
702
702
  ```
703
703
 
704
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.110/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.111/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.7.110",
3
+ "version": "5.7.111",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.110",
9
+ "version": "5.7.111",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-s3": "^3.1014.0",
13
- "@oclif/core": "^4.9.0",
13
+ "@oclif/core": "^4.10.1",
14
14
  "@octokit/core": "^6.1.6",
15
15
  "@octokit/plugin-paginate-rest": "^11.6.0",
16
16
  "@octokit/plugin-throttling": "^9.6.1",
@@ -3967,9 +3967,9 @@
3967
3967
  }
3968
3968
  },
3969
3969
  "node_modules/@oclif/core": {
3970
- "version": "4.9.0",
3971
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.9.0.tgz",
3972
- "integrity": "sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg==",
3970
+ "version": "4.10.1",
3971
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.1.tgz",
3972
+ "integrity": "sha512-SeT6K9arGKh6IJ585gC+ueCS9xZfbsO+k6UEjVO6H3vElrOEWOWLI0KYnSl0rmg6MOXqM5fSiqIQZtDeJuIXlw==",
3973
3973
  "license": "MIT",
3974
3974
  "dependencies": {
3975
3975
  "ansi-escapes": "^4.3.2",
package/oclif.lock CHANGED
@@ -1643,10 +1643,10 @@
1643
1643
  proc-log "^5.0.0"
1644
1644
  which "^5.0.0"
1645
1645
 
1646
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.9.0":
1647
- version "4.9.0"
1648
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.9.0.tgz#aa9fbfc47ed4b0c7fdb9ae50b39a5b047fbca83c"
1649
- integrity sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg==
1646
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.1", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0":
1647
+ version "4.10.1"
1648
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.1.tgz#66d252ac8d29a6c556b73d8397619cb8a839edf9"
1649
+ integrity sha512-SeT6K9arGKh6IJ585gC+ueCS9xZfbsO+k6UEjVO6H3vElrOEWOWLI0KYnSl0rmg6MOXqM5fSiqIQZtDeJuIXlw==
1650
1650
  dependencies:
1651
1651
  ansi-escapes "^4.3.2"
1652
1652
  ansis "^3.17.0"
@@ -460,6 +460,71 @@
460
460
  "index.js"
461
461
  ]
462
462
  },
463
+ "cli:artifacts:compare": {
464
+ "aliases": [],
465
+ "args": {},
466
+ "examples": [
467
+ "<%= config.bin %> <%= command.id %>"
468
+ ],
469
+ "flags": {
470
+ "json": {
471
+ "description": "Format output as json.",
472
+ "helpGroup": "GLOBAL",
473
+ "name": "json",
474
+ "allowNo": false,
475
+ "type": "boolean"
476
+ },
477
+ "flags-dir": {
478
+ "helpGroup": "GLOBAL",
479
+ "name": "flags-dir",
480
+ "summary": "Import flag values from a directory.",
481
+ "hasDynamicHelp": false,
482
+ "multiple": false,
483
+ "type": "option"
484
+ },
485
+ "plugin": {
486
+ "char": "p",
487
+ "name": "plugin",
488
+ "summary": "List of plugins to check for breaking changes.",
489
+ "hasDynamicHelp": false,
490
+ "multiple": true,
491
+ "type": "option"
492
+ },
493
+ "previous": {
494
+ "char": "r",
495
+ "name": "previous",
496
+ "summary": "Previous CLI version to compare against. Defaults to the last published version.",
497
+ "hasDynamicHelp": false,
498
+ "multiple": false,
499
+ "type": "option"
500
+ },
501
+ "current": {
502
+ "char": "c",
503
+ "name": "current",
504
+ "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
505
+ "hasDynamicHelp": false,
506
+ "multiple": false,
507
+ "type": "option"
508
+ }
509
+ },
510
+ "hasDynamicHelp": false,
511
+ "hiddenAliases": [],
512
+ "id": "cli:artifacts:compare",
513
+ "pluginAlias": "@salesforce/plugin-release-management",
514
+ "pluginName": "@salesforce/plugin-release-management",
515
+ "pluginType": "core",
516
+ "strict": true,
517
+ "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
518
+ "enableJsonFlag": true,
519
+ "isESM": true,
520
+ "relativePath": [
521
+ "lib",
522
+ "commands",
523
+ "cli",
524
+ "artifacts",
525
+ "compare.js"
526
+ ]
527
+ },
463
528
  "cli:install:test": {
464
529
  "aliases": [],
465
530
  "args": {},
@@ -556,71 +621,6 @@
556
621
  "test.js"
557
622
  ]
558
623
  },
559
- "cli:artifacts:compare": {
560
- "aliases": [],
561
- "args": {},
562
- "examples": [
563
- "<%= config.bin %> <%= command.id %>"
564
- ],
565
- "flags": {
566
- "json": {
567
- "description": "Format output as json.",
568
- "helpGroup": "GLOBAL",
569
- "name": "json",
570
- "allowNo": false,
571
- "type": "boolean"
572
- },
573
- "flags-dir": {
574
- "helpGroup": "GLOBAL",
575
- "name": "flags-dir",
576
- "summary": "Import flag values from a directory.",
577
- "hasDynamicHelp": false,
578
- "multiple": false,
579
- "type": "option"
580
- },
581
- "plugin": {
582
- "char": "p",
583
- "name": "plugin",
584
- "summary": "List of plugins to check for breaking changes.",
585
- "hasDynamicHelp": false,
586
- "multiple": true,
587
- "type": "option"
588
- },
589
- "previous": {
590
- "char": "r",
591
- "name": "previous",
592
- "summary": "Previous CLI version to compare against. Defaults to the last published version.",
593
- "hasDynamicHelp": false,
594
- "multiple": false,
595
- "type": "option"
596
- },
597
- "current": {
598
- "char": "c",
599
- "name": "current",
600
- "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
601
- "hasDynamicHelp": false,
602
- "multiple": false,
603
- "type": "option"
604
- }
605
- },
606
- "hasDynamicHelp": false,
607
- "hiddenAliases": [],
608
- "id": "cli:artifacts:compare",
609
- "pluginAlias": "@salesforce/plugin-release-management",
610
- "pluginName": "@salesforce/plugin-release-management",
611
- "pluginType": "core",
612
- "strict": true,
613
- "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
614
- "enableJsonFlag": true,
615
- "isESM": true,
616
- "relativePath": [
617
- "lib",
618
- "commands",
619
- "cli",
620
- "artifacts",
621
- "compare.js"
622
- ]
623
- },
624
624
  "cli:release:automerge": {
625
625
  "aliases": [],
626
626
  "args": {},
@@ -848,6 +848,107 @@
848
848
  "build.js"
849
849
  ]
850
850
  },
851
+ "cli:versions:inspect": {
852
+ "aliases": [],
853
+ "args": {},
854
+ "description": "inspect the CLI version across all install paths",
855
+ "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"
866
+ ],
867
+ "flags": {
868
+ "json": {
869
+ "description": "Format output as json.",
870
+ "helpGroup": "GLOBAL",
871
+ "name": "json",
872
+ "allowNo": false,
873
+ "type": "boolean"
874
+ },
875
+ "flags-dir": {
876
+ "helpGroup": "GLOBAL",
877
+ "name": "flags-dir",
878
+ "summary": "Import flag values from a directory.",
879
+ "hasDynamicHelp": false,
880
+ "multiple": false,
881
+ "type": "option"
882
+ },
883
+ "dependencies": {
884
+ "char": "d",
885
+ "name": "dependencies",
886
+ "summary": "glob pattern of dependencies you want to see the version of",
887
+ "hasDynamicHelp": false,
888
+ "multiple": true,
889
+ "type": "option"
890
+ },
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",
901
+ "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)",
903
+ "hasDynamicHelp": false,
904
+ "multiple": true,
905
+ "options": [
906
+ "stable",
907
+ "stable-rc",
908
+ "latest",
909
+ "latest-rc",
910
+ "nightly"
911
+ ],
912
+ "type": "option"
913
+ },
914
+ "locations": {
915
+ "char": "l",
916
+ "name": "locations",
917
+ "required": true,
918
+ "summary": "the location you want to inspect",
919
+ "hasDynamicHelp": false,
920
+ "multiple": true,
921
+ "options": [
922
+ "archive",
923
+ "npm"
924
+ ],
925
+ "type": "option"
926
+ },
927
+ "ignore-missing": {
928
+ "name": "ignore-missing",
929
+ "summary": "skip missing archives. Useful when supporting new architectures in oclif",
930
+ "allowNo": false,
931
+ "type": "boolean"
932
+ }
933
+ },
934
+ "hasDynamicHelp": false,
935
+ "hiddenAliases": [],
936
+ "id": "cli:versions:inspect",
937
+ "pluginAlias": "@salesforce/plugin-release-management",
938
+ "pluginName": "@salesforce/plugin-release-management",
939
+ "pluginType": "core",
940
+ "strict": true,
941
+ "summary": "inspect the CLI version across all install paths",
942
+ "enableJsonFlag": true,
943
+ "isESM": true,
944
+ "relativePath": [
945
+ "lib",
946
+ "commands",
947
+ "cli",
948
+ "versions",
949
+ "inspect.js"
950
+ ]
951
+ },
851
952
  "cli:tarballs:prepare": {
852
953
  "aliases": [],
853
954
  "args": {},
@@ -1025,107 +1126,6 @@
1025
1126
  "verify.js"
1026
1127
  ]
1027
1128
  },
1028
- "cli:versions:inspect": {
1029
- "aliases": [],
1030
- "args": {},
1031
- "description": "inspect the CLI version across all install paths",
1032
- "examples": [
1033
- "<%= config.bin %> <%= command.id %> -l archive -c stable",
1034
- "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
1035
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
1036
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
1037
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
1038
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
1039
- "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
1040
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
1041
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
1042
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
1043
- ],
1044
- "flags": {
1045
- "json": {
1046
- "description": "Format output as json.",
1047
- "helpGroup": "GLOBAL",
1048
- "name": "json",
1049
- "allowNo": false,
1050
- "type": "boolean"
1051
- },
1052
- "flags-dir": {
1053
- "helpGroup": "GLOBAL",
1054
- "name": "flags-dir",
1055
- "summary": "Import flag values from a directory.",
1056
- "hasDynamicHelp": false,
1057
- "multiple": false,
1058
- "type": "option"
1059
- },
1060
- "dependencies": {
1061
- "char": "d",
1062
- "name": "dependencies",
1063
- "summary": "glob pattern of dependencies you want to see the version of",
1064
- "hasDynamicHelp": false,
1065
- "multiple": true,
1066
- "type": "option"
1067
- },
1068
- "salesforce": {
1069
- "char": "s",
1070
- "name": "salesforce",
1071
- "summary": "show versions of salesforce owned dependencies",
1072
- "allowNo": false,
1073
- "type": "boolean"
1074
- },
1075
- "channels": {
1076
- "char": "c",
1077
- "name": "channels",
1078
- "required": true,
1079
- "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)",
1080
- "hasDynamicHelp": false,
1081
- "multiple": true,
1082
- "options": [
1083
- "stable",
1084
- "stable-rc",
1085
- "latest",
1086
- "latest-rc",
1087
- "nightly"
1088
- ],
1089
- "type": "option"
1090
- },
1091
- "locations": {
1092
- "char": "l",
1093
- "name": "locations",
1094
- "required": true,
1095
- "summary": "the location you want to inspect",
1096
- "hasDynamicHelp": false,
1097
- "multiple": true,
1098
- "options": [
1099
- "archive",
1100
- "npm"
1101
- ],
1102
- "type": "option"
1103
- },
1104
- "ignore-missing": {
1105
- "name": "ignore-missing",
1106
- "summary": "skip missing archives. Useful when supporting new architectures in oclif",
1107
- "allowNo": false,
1108
- "type": "boolean"
1109
- }
1110
- },
1111
- "hasDynamicHelp": false,
1112
- "hiddenAliases": [],
1113
- "id": "cli:versions:inspect",
1114
- "pluginAlias": "@salesforce/plugin-release-management",
1115
- "pluginName": "@salesforce/plugin-release-management",
1116
- "pluginType": "core",
1117
- "strict": true,
1118
- "summary": "inspect the CLI version across all install paths",
1119
- "enableJsonFlag": true,
1120
- "isESM": true,
1121
- "relativePath": [
1122
- "lib",
1123
- "commands",
1124
- "cli",
1125
- "versions",
1126
- "inspect.js"
1127
- ]
1128
- },
1129
1129
  "github:check:closed": {
1130
1130
  "aliases": [],
1131
1131
  "args": {},
@@ -1187,61 +1187,6 @@
1187
1187
  "closed.js"
1188
1188
  ]
1189
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": {
1211
- "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
1190
  "npm:package:release": {
1246
1191
  "aliases": [],
1247
1192
  "args": {},
@@ -1339,6 +1284,61 @@
1339
1284
  "release.js"
1340
1285
  ]
1341
1286
  },
1287
+ "npm:dependencies:pin": {
1288
+ "aliases": [],
1289
+ "args": {},
1290
+ "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1291
+ "flags": {
1292
+ "json": {
1293
+ "description": "Format output as json.",
1294
+ "helpGroup": "GLOBAL",
1295
+ "name": "json",
1296
+ "allowNo": false,
1297
+ "type": "boolean"
1298
+ },
1299
+ "flags-dir": {
1300
+ "helpGroup": "GLOBAL",
1301
+ "name": "flags-dir",
1302
+ "summary": "Import flag values from a directory.",
1303
+ "hasDynamicHelp": false,
1304
+ "multiple": false,
1305
+ "type": "option"
1306
+ },
1307
+ "dryrun": {
1308
+ "char": "d",
1309
+ "name": "dryrun",
1310
+ "summary": "If true, will not make any changes to the package.json",
1311
+ "allowNo": false,
1312
+ "type": "boolean"
1313
+ },
1314
+ "tag": {
1315
+ "char": "t",
1316
+ "name": "tag",
1317
+ "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1318
+ "default": "latest",
1319
+ "hasDynamicHelp": false,
1320
+ "multiple": false,
1321
+ "type": "option"
1322
+ }
1323
+ },
1324
+ "hasDynamicHelp": false,
1325
+ "hiddenAliases": [],
1326
+ "id": "npm:dependencies:pin",
1327
+ "pluginAlias": "@salesforce/plugin-release-management",
1328
+ "pluginName": "@salesforce/plugin-release-management",
1329
+ "pluginType": "core",
1330
+ "strict": true,
1331
+ "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1332
+ "enableJsonFlag": true,
1333
+ "isESM": true,
1334
+ "relativePath": [
1335
+ "lib",
1336
+ "commands",
1337
+ "npm",
1338
+ "dependencies",
1339
+ "pin.js"
1340
+ ]
1341
+ },
1342
1342
  "cli:install:jit:test": {
1343
1343
  "aliases": [],
1344
1344
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.110"
1393
+ "version": "5.7.111"
1394
1394
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
3
  "description": "A plugin for preparing and publishing npm packages",
4
- "version": "5.7.110",
4
+ "version": "5.7.111",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-s3": "^3.1014.0",
13
- "@oclif/core": "^4.9.0",
13
+ "@oclif/core": "^4.10.1",
14
14
  "@octokit/core": "^6.1.6",
15
15
  "@octokit/plugin-paginate-rest": "^11.6.0",
16
16
  "@octokit/plugin-throttling": "^9.6.1",