@salesforce/plugin-release-management 5.6.46 → 5.6.48

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,16 +341,11 @@
341
341
  "automerge.js"
342
342
  ]
343
343
  },
344
- "cli:install:test": {
344
+ "cli:artifacts:compare": {
345
345
  "aliases": [],
346
346
  "args": {},
347
- "description": "install sf or sfdx",
348
347
  "examples": [
349
- "<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
350
- "<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
351
- "<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
352
- "<%= config.bin %> <%= command.id %> --cli sf --method tarball",
353
- "<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
348
+ "<%= config.bin %> <%= command.id %>"
354
349
  ],
355
350
  "flags": {
356
351
  "json": {
@@ -368,52 +363,146 @@
368
363
  "multiple": false,
369
364
  "type": "option"
370
365
  },
371
- "cli": {
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": {
372
383
  "char": "c",
373
- "name": "cli",
374
- "required": true,
375
- "summary": "the cli to install",
384
+ "name": "current",
385
+ "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
376
386
  "hasDynamicHelp": false,
377
387
  "multiple": false,
378
- "options": [
379
- "sf",
380
- "sfdx"
381
- ],
382
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
+ "repositories": {
410
+ "aliases": [],
411
+ "args": {},
412
+ "description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
413
+ "examples": [
414
+ "<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open",
415
+ "<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"
416
+ ],
417
+ "flags": {
418
+ "json": {
419
+ "description": "Format output as json.",
420
+ "helpGroup": "GLOBAL",
421
+ "name": "json",
422
+ "allowNo": false,
423
+ "type": "boolean"
383
424
  },
384
- "method": {
385
- "char": "m",
386
- "name": "method",
387
- "required": true,
388
- "summary": "the installation method to use",
425
+ "flags-dir": {
426
+ "helpGroup": "GLOBAL",
427
+ "name": "flags-dir",
428
+ "summary": "Import flag values from a directory.",
389
429
  "hasDynamicHelp": false,
390
430
  "multiple": false,
391
- "options": [
392
- "installer",
393
- "npm",
394
- "tarball"
431
+ "type": "option"
432
+ },
433
+ "columns": {
434
+ "exclusive": [
435
+ "extended"
436
+ ],
437
+ "name": "columns",
438
+ "summary": "Only show provided columns (comma-separated).",
439
+ "hasDynamicHelp": false,
440
+ "multiple": false,
441
+ "type": "option"
442
+ },
443
+ "csv": {
444
+ "exclusive": [
445
+ "no-truncate"
395
446
  ],
447
+ "name": "csv",
448
+ "summary": "Output is csv format.",
449
+ "allowNo": false,
450
+ "type": "boolean"
451
+ },
452
+ "extended": {
453
+ "char": "x",
454
+ "exclusive": [
455
+ "columns"
456
+ ],
457
+ "name": "extended",
458
+ "summary": "Show extra columns.",
459
+ "allowNo": false,
460
+ "type": "boolean"
461
+ },
462
+ "filter": {
463
+ "name": "filter",
464
+ "summary": "Filter property by partial string matching, ex: name=foo.",
465
+ "hasDynamicHelp": false,
466
+ "multiple": false,
396
467
  "type": "option"
397
468
  },
398
- "channel": {
399
- "name": "channel",
400
- "summary": "the channel to install from",
401
- "default": "stable",
469
+ "no-header": {
470
+ "exclusive": [
471
+ "csv"
472
+ ],
473
+ "name": "no-header",
474
+ "summary": "Hide table header from output.",
475
+ "allowNo": false,
476
+ "type": "boolean"
477
+ },
478
+ "no-truncate": {
479
+ "exclusive": [
480
+ "csv"
481
+ ],
482
+ "name": "no-truncate",
483
+ "summary": "Do not truncate output to fit screen.",
484
+ "allowNo": false,
485
+ "type": "boolean"
486
+ },
487
+ "output": {
488
+ "exclusive": [
489
+ "no-truncate",
490
+ "csv"
491
+ ],
492
+ "name": "output",
493
+ "summary": "Output in a more machine friendly format.",
402
494
  "hasDynamicHelp": false,
403
495
  "multiple": false,
404
496
  "options": [
405
- "legacy",
406
- "stable",
407
- "stable-rc",
408
- "latest",
409
- "latest-rc"
497
+ "csv",
498
+ "json",
499
+ "yaml"
410
500
  ],
411
501
  "type": "option"
412
502
  },
413
- "output-file": {
414
- "name": "output-file",
415
- "summary": "the file to write the JSON results to (must be .json)",
416
- "default": "test-results.json",
503
+ "sort": {
504
+ "name": "sort",
505
+ "summary": "Property to sort by (prepend '-' for descending).",
417
506
  "hasDynamicHelp": false,
418
507
  "multiple": false,
419
508
  "type": "option"
@@ -421,27 +510,31 @@
421
510
  },
422
511
  "hasDynamicHelp": false,
423
512
  "hiddenAliases": [],
424
- "id": "cli:install:test",
513
+ "id": "repositories",
425
514
  "pluginAlias": "@salesforce/plugin-release-management",
426
515
  "pluginName": "@salesforce/plugin-release-management",
427
516
  "pluginType": "core",
428
517
  "strict": true,
429
- "summary": "install sf or sfdx",
518
+ "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
430
519
  "enableJsonFlag": true,
431
520
  "isESM": true,
432
521
  "relativePath": [
433
522
  "lib",
434
523
  "commands",
435
- "cli",
436
- "install",
437
- "test.js"
524
+ "repositories",
525
+ "index.js"
438
526
  ]
439
527
  },
440
- "cli:artifacts:compare": {
528
+ "cli:install:test": {
441
529
  "aliases": [],
442
530
  "args": {},
531
+ "description": "install sf or sfdx",
443
532
  "examples": [
444
- "<%= config.bin %> <%= command.id %>"
533
+ "<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
534
+ "<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
535
+ "<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
536
+ "<%= config.bin %> <%= command.id %> --cli sf --method tarball",
537
+ "<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
445
538
  ],
446
539
  "flags": {
447
540
  "json": {
@@ -459,26 +552,52 @@
459
552
  "multiple": false,
460
553
  "type": "option"
461
554
  },
462
- "plugin": {
463
- "char": "p",
464
- "name": "plugin",
465
- "summary": "List of plugins to check for breaking changes.",
555
+ "cli": {
556
+ "char": "c",
557
+ "name": "cli",
558
+ "required": true,
559
+ "summary": "the cli to install",
466
560
  "hasDynamicHelp": false,
467
- "multiple": true,
561
+ "multiple": false,
562
+ "options": [
563
+ "sf",
564
+ "sfdx"
565
+ ],
468
566
  "type": "option"
469
567
  },
470
- "previous": {
471
- "char": "r",
472
- "name": "previous",
473
- "summary": "Previous CLI version to compare against. Defaults to the last published version.",
568
+ "method": {
569
+ "char": "m",
570
+ "name": "method",
571
+ "required": true,
572
+ "summary": "the installation method to use",
474
573
  "hasDynamicHelp": false,
475
574
  "multiple": false,
575
+ "options": [
576
+ "installer",
577
+ "npm",
578
+ "tarball"
579
+ ],
476
580
  "type": "option"
477
581
  },
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.",
582
+ "channel": {
583
+ "name": "channel",
584
+ "summary": "the channel to install from",
585
+ "default": "stable",
586
+ "hasDynamicHelp": false,
587
+ "multiple": false,
588
+ "options": [
589
+ "legacy",
590
+ "stable",
591
+ "stable-rc",
592
+ "latest",
593
+ "latest-rc"
594
+ ],
595
+ "type": "option"
596
+ },
597
+ "output-file": {
598
+ "name": "output-file",
599
+ "summary": "the file to write the JSON results to (must be .json)",
600
+ "default": "test-results.json",
482
601
  "hasDynamicHelp": false,
483
602
  "multiple": false,
484
603
  "type": "option"
@@ -486,20 +605,20 @@
486
605
  },
487
606
  "hasDynamicHelp": false,
488
607
  "hiddenAliases": [],
489
- "id": "cli:artifacts:compare",
608
+ "id": "cli:install:test",
490
609
  "pluginAlias": "@salesforce/plugin-release-management",
491
610
  "pluginName": "@salesforce/plugin-release-management",
492
611
  "pluginType": "core",
493
612
  "strict": true,
494
- "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
613
+ "summary": "install sf or sfdx",
495
614
  "enableJsonFlag": true,
496
615
  "isESM": true,
497
616
  "relativePath": [
498
617
  "lib",
499
618
  "commands",
500
619
  "cli",
501
- "artifacts",
502
- "compare.js"
620
+ "install",
621
+ "test.js"
503
622
  ]
504
623
  },
505
624
  "cli:release:automerge": {
@@ -729,125 +848,6 @@
729
848
  "build.js"
730
849
  ]
731
850
  },
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": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.6.46"
1393
+ "version": "5.6.48"
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.46",
4
+ "version": "5.6.48",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -9,9 +9,9 @@
9
9
  "sf-release": "bin/run.js"
10
10
  },
11
11
  "dependencies": {
12
- "@oclif/core": "^4.2.5",
12
+ "@oclif/core": "^4.2.6",
13
13
  "@octokit/core": "^4.2.4",
14
- "@octokit/plugin-paginate-rest": "^6.1.2",
14
+ "@octokit/plugin-paginate-rest": "^11.4.1",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.8.2",
@@ -33,14 +33,14 @@
33
33
  "yarn-deduplicate": "^6.0.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@oclif/plugin-command-snapshot": "^5.2.28",
36
+ "@oclif/plugin-command-snapshot": "^5.2.31",
37
37
  "@salesforce/dev-scripts": "^10.2.4",
38
38
  "@salesforce/ts-sinon": "^1.4.30",
39
39
  "@types/semver": "^7.5.8",
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.25",
43
+ "oclif": "^4.17.27",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.7.3"
46
46
  },