@salesforce/plugin-release-management 5.6.45 → 5.6.46

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.
@@ -341,71 +341,6 @@
341
341
  "automerge.js"
342
342
  ]
343
343
  },
344
- "cli:artifacts:compare": {
345
- "aliases": [],
346
- "args": {},
347
- "examples": [
348
- "<%= config.bin %> <%= command.id %>"
349
- ],
350
- "flags": {
351
- "json": {
352
- "description": "Format output as json.",
353
- "helpGroup": "GLOBAL",
354
- "name": "json",
355
- "allowNo": false,
356
- "type": "boolean"
357
- },
358
- "flags-dir": {
359
- "helpGroup": "GLOBAL",
360
- "name": "flags-dir",
361
- "summary": "Import flag values from a directory.",
362
- "hasDynamicHelp": false,
363
- "multiple": false,
364
- "type": "option"
365
- },
366
- "plugin": {
367
- "char": "p",
368
- "name": "plugin",
369
- "summary": "List of plugins to check for breaking changes.",
370
- "hasDynamicHelp": false,
371
- "multiple": true,
372
- "type": "option"
373
- },
374
- "previous": {
375
- "char": "r",
376
- "name": "previous",
377
- "summary": "Previous CLI version to compare against. Defaults to the last published version.",
378
- "hasDynamicHelp": false,
379
- "multiple": false,
380
- "type": "option"
381
- },
382
- "current": {
383
- "char": "c",
384
- "name": "current",
385
- "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
386
- "hasDynamicHelp": false,
387
- "multiple": false,
388
- "type": "option"
389
- }
390
- },
391
- "hasDynamicHelp": false,
392
- "hiddenAliases": [],
393
- "id": "cli:artifacts:compare",
394
- "pluginAlias": "@salesforce/plugin-release-management",
395
- "pluginName": "@salesforce/plugin-release-management",
396
- "pluginType": "core",
397
- "strict": true,
398
- "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
399
- "enableJsonFlag": true,
400
- "isESM": true,
401
- "relativePath": [
402
- "lib",
403
- "commands",
404
- "cli",
405
- "artifacts",
406
- "compare.js"
407
- ]
408
- },
409
344
  "cli:install:test": {
410
345
  "aliases": [],
411
346
  "args": {},
@@ -502,13 +437,11 @@
502
437
  "test.js"
503
438
  ]
504
439
  },
505
- "repositories": {
440
+ "cli:artifacts:compare": {
506
441
  "aliases": [],
507
442
  "args": {},
508
- "description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
509
443
  "examples": [
510
- "<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open",
511
- "<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"
444
+ "<%= config.bin %> <%= command.id %>"
512
445
  ],
513
446
  "flags": {
514
447
  "json": {
@@ -526,79 +459,26 @@
526
459
  "multiple": false,
527
460
  "type": "option"
528
461
  },
529
- "columns": {
530
- "exclusive": [
531
- "extended"
532
- ],
533
- "name": "columns",
534
- "summary": "Only show provided columns (comma-separated).",
535
- "hasDynamicHelp": false,
536
- "multiple": false,
537
- "type": "option"
538
- },
539
- "csv": {
540
- "exclusive": [
541
- "no-truncate"
542
- ],
543
- "name": "csv",
544
- "summary": "Output is csv format.",
545
- "allowNo": false,
546
- "type": "boolean"
547
- },
548
- "extended": {
549
- "char": "x",
550
- "exclusive": [
551
- "columns"
552
- ],
553
- "name": "extended",
554
- "summary": "Show extra columns.",
555
- "allowNo": false,
556
- "type": "boolean"
557
- },
558
- "filter": {
559
- "name": "filter",
560
- "summary": "Filter property by partial string matching, ex: name=foo.",
462
+ "plugin": {
463
+ "char": "p",
464
+ "name": "plugin",
465
+ "summary": "List of plugins to check for breaking changes.",
561
466
  "hasDynamicHelp": false,
562
- "multiple": false,
467
+ "multiple": true,
563
468
  "type": "option"
564
469
  },
565
- "no-header": {
566
- "exclusive": [
567
- "csv"
568
- ],
569
- "name": "no-header",
570
- "summary": "Hide table header from output.",
571
- "allowNo": false,
572
- "type": "boolean"
573
- },
574
- "no-truncate": {
575
- "exclusive": [
576
- "csv"
577
- ],
578
- "name": "no-truncate",
579
- "summary": "Do not truncate output to fit screen.",
580
- "allowNo": false,
581
- "type": "boolean"
582
- },
583
- "output": {
584
- "exclusive": [
585
- "no-truncate",
586
- "csv"
587
- ],
588
- "name": "output",
589
- "summary": "Output in a more machine friendly format.",
470
+ "previous": {
471
+ "char": "r",
472
+ "name": "previous",
473
+ "summary": "Previous CLI version to compare against. Defaults to the last published version.",
590
474
  "hasDynamicHelp": false,
591
475
  "multiple": false,
592
- "options": [
593
- "csv",
594
- "json",
595
- "yaml"
596
- ],
597
476
  "type": "option"
598
477
  },
599
- "sort": {
600
- "name": "sort",
601
- "summary": "Property to sort by (prepend '-' for descending).",
478
+ "current": {
479
+ "char": "c",
480
+ "name": "current",
481
+ "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
602
482
  "hasDynamicHelp": false,
603
483
  "multiple": false,
604
484
  "type": "option"
@@ -606,19 +486,20 @@
606
486
  },
607
487
  "hasDynamicHelp": false,
608
488
  "hiddenAliases": [],
609
- "id": "repositories",
489
+ "id": "cli:artifacts:compare",
610
490
  "pluginAlias": "@salesforce/plugin-release-management",
611
491
  "pluginName": "@salesforce/plugin-release-management",
612
492
  "pluginType": "core",
613
493
  "strict": true,
614
- "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
494
+ "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
615
495
  "enableJsonFlag": true,
616
496
  "isESM": true,
617
497
  "relativePath": [
618
498
  "lib",
619
499
  "commands",
620
- "repositories",
621
- "index.js"
500
+ "cli",
501
+ "artifacts",
502
+ "compare.js"
622
503
  ]
623
504
  },
624
505
  "cli:release:automerge": {
@@ -848,6 +729,125 @@
848
729
  "build.js"
849
730
  ]
850
731
  },
732
+ "repositories": {
733
+ "aliases": [],
734
+ "args": {},
735
+ "description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
736
+ "examples": [
737
+ "<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open",
738
+ "<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"
739
+ ],
740
+ "flags": {
741
+ "json": {
742
+ "description": "Format output as json.",
743
+ "helpGroup": "GLOBAL",
744
+ "name": "json",
745
+ "allowNo": false,
746
+ "type": "boolean"
747
+ },
748
+ "flags-dir": {
749
+ "helpGroup": "GLOBAL",
750
+ "name": "flags-dir",
751
+ "summary": "Import flag values from a directory.",
752
+ "hasDynamicHelp": false,
753
+ "multiple": false,
754
+ "type": "option"
755
+ },
756
+ "columns": {
757
+ "exclusive": [
758
+ "extended"
759
+ ],
760
+ "name": "columns",
761
+ "summary": "Only show provided columns (comma-separated).",
762
+ "hasDynamicHelp": false,
763
+ "multiple": false,
764
+ "type": "option"
765
+ },
766
+ "csv": {
767
+ "exclusive": [
768
+ "no-truncate"
769
+ ],
770
+ "name": "csv",
771
+ "summary": "Output is csv format.",
772
+ "allowNo": false,
773
+ "type": "boolean"
774
+ },
775
+ "extended": {
776
+ "char": "x",
777
+ "exclusive": [
778
+ "columns"
779
+ ],
780
+ "name": "extended",
781
+ "summary": "Show extra columns.",
782
+ "allowNo": false,
783
+ "type": "boolean"
784
+ },
785
+ "filter": {
786
+ "name": "filter",
787
+ "summary": "Filter property by partial string matching, ex: name=foo.",
788
+ "hasDynamicHelp": false,
789
+ "multiple": false,
790
+ "type": "option"
791
+ },
792
+ "no-header": {
793
+ "exclusive": [
794
+ "csv"
795
+ ],
796
+ "name": "no-header",
797
+ "summary": "Hide table header from output.",
798
+ "allowNo": false,
799
+ "type": "boolean"
800
+ },
801
+ "no-truncate": {
802
+ "exclusive": [
803
+ "csv"
804
+ ],
805
+ "name": "no-truncate",
806
+ "summary": "Do not truncate output to fit screen.",
807
+ "allowNo": false,
808
+ "type": "boolean"
809
+ },
810
+ "output": {
811
+ "exclusive": [
812
+ "no-truncate",
813
+ "csv"
814
+ ],
815
+ "name": "output",
816
+ "summary": "Output in a more machine friendly format.",
817
+ "hasDynamicHelp": false,
818
+ "multiple": false,
819
+ "options": [
820
+ "csv",
821
+ "json",
822
+ "yaml"
823
+ ],
824
+ "type": "option"
825
+ },
826
+ "sort": {
827
+ "name": "sort",
828
+ "summary": "Property to sort by (prepend '-' for descending).",
829
+ "hasDynamicHelp": false,
830
+ "multiple": false,
831
+ "type": "option"
832
+ }
833
+ },
834
+ "hasDynamicHelp": false,
835
+ "hiddenAliases": [],
836
+ "id": "repositories",
837
+ "pluginAlias": "@salesforce/plugin-release-management",
838
+ "pluginName": "@salesforce/plugin-release-management",
839
+ "pluginType": "core",
840
+ "strict": true,
841
+ "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
842
+ "enableJsonFlag": true,
843
+ "isESM": true,
844
+ "relativePath": [
845
+ "lib",
846
+ "commands",
847
+ "repositories",
848
+ "index.js"
849
+ ]
850
+ },
851
851
  "cli:tarballs:prepare": {
852
852
  "aliases": [],
853
853
  "args": {},
@@ -1187,56 +1187,6 @@
1187
1187
  "closed.js"
1188
1188
  ]
1189
1189
  },
1190
- "cli:install:jit:test": {
1191
- "aliases": [],
1192
- "args": {},
1193
- "examples": [
1194
- "<%= config.bin %> <%= command.id %>"
1195
- ],
1196
- "flags": {
1197
- "json": {
1198
- "description": "Format output as json.",
1199
- "helpGroup": "GLOBAL",
1200
- "name": "json",
1201
- "allowNo": false,
1202
- "type": "boolean"
1203
- },
1204
- "flags-dir": {
1205
- "helpGroup": "GLOBAL",
1206
- "name": "flags-dir",
1207
- "summary": "Import flag values from a directory.",
1208
- "hasDynamicHelp": false,
1209
- "multiple": false,
1210
- "type": "option"
1211
- },
1212
- "jit-plugin": {
1213
- "char": "j",
1214
- "name": "jit-plugin",
1215
- "summary": "JIT plugin(s) to test, example: @salesforce/plugin-community",
1216
- "hasDynamicHelp": false,
1217
- "multiple": true,
1218
- "type": "option"
1219
- }
1220
- },
1221
- "hasDynamicHelp": false,
1222
- "hiddenAliases": [],
1223
- "id": "cli:install:jit:test",
1224
- "pluginAlias": "@salesforce/plugin-release-management",
1225
- "pluginName": "@salesforce/plugin-release-management",
1226
- "pluginType": "core",
1227
- "strict": true,
1228
- "summary": "Test that all JIT plugins can be successfully installed.",
1229
- "enableJsonFlag": true,
1230
- "isESM": true,
1231
- "relativePath": [
1232
- "lib",
1233
- "commands",
1234
- "cli",
1235
- "install",
1236
- "jit",
1237
- "test.js"
1238
- ]
1239
- },
1240
1190
  "npm:dependencies:pin": {
1241
1191
  "aliases": [],
1242
1192
  "args": {},
@@ -1388,7 +1338,57 @@
1388
1338
  "package",
1389
1339
  "release.js"
1390
1340
  ]
1341
+ },
1342
+ "cli:install:jit:test": {
1343
+ "aliases": [],
1344
+ "args": {},
1345
+ "examples": [
1346
+ "<%= config.bin %> <%= command.id %>"
1347
+ ],
1348
+ "flags": {
1349
+ "json": {
1350
+ "description": "Format output as json.",
1351
+ "helpGroup": "GLOBAL",
1352
+ "name": "json",
1353
+ "allowNo": false,
1354
+ "type": "boolean"
1355
+ },
1356
+ "flags-dir": {
1357
+ "helpGroup": "GLOBAL",
1358
+ "name": "flags-dir",
1359
+ "summary": "Import flag values from a directory.",
1360
+ "hasDynamicHelp": false,
1361
+ "multiple": false,
1362
+ "type": "option"
1363
+ },
1364
+ "jit-plugin": {
1365
+ "char": "j",
1366
+ "name": "jit-plugin",
1367
+ "summary": "JIT plugin(s) to test, example: @salesforce/plugin-community",
1368
+ "hasDynamicHelp": false,
1369
+ "multiple": true,
1370
+ "type": "option"
1371
+ }
1372
+ },
1373
+ "hasDynamicHelp": false,
1374
+ "hiddenAliases": [],
1375
+ "id": "cli:install:jit:test",
1376
+ "pluginAlias": "@salesforce/plugin-release-management",
1377
+ "pluginName": "@salesforce/plugin-release-management",
1378
+ "pluginType": "core",
1379
+ "strict": true,
1380
+ "summary": "Test that all JIT plugins can be successfully installed.",
1381
+ "enableJsonFlag": true,
1382
+ "isESM": true,
1383
+ "relativePath": [
1384
+ "lib",
1385
+ "commands",
1386
+ "cli",
1387
+ "install",
1388
+ "jit",
1389
+ "test.js"
1390
+ ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.6.45"
1393
+ "version": "5.6.46"
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.6.45",
4
+ "version": "5.6.46",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.8.2",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.42",
19
+ "@salesforce/plugin-command-reference": "^3.1.43",
20
20
  "@salesforce/plugin-trust": "^3.7.59",
21
21
  "@salesforce/sf-plugins-core": "^12.1.4",
22
22
  "@salesforce/ts-types": "^2.0.10",
@@ -40,7 +40,7 @@
40
40
  "@types/shelljs": "^0.8.15",
41
41
  "aws-sdk-mock": "^5.9.0",
42
42
  "eslint-plugin-sf-plugin": "^1.20.14",
43
- "oclif": "^4.17.21",
43
+ "oclif": "^4.17.25",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.7.3"
46
46
  },