@salesforce/plugin-release-management 5.7.64 → 5.7.65

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.
@@ -267,125 +267,6 @@
267
267
  "automerge.js"
268
268
  ]
269
269
  },
270
- "repositories": {
271
- "aliases": [],
272
- "args": {},
273
- "description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
274
- "examples": [
275
- "<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open",
276
- "<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"
277
- ],
278
- "flags": {
279
- "json": {
280
- "description": "Format output as json.",
281
- "helpGroup": "GLOBAL",
282
- "name": "json",
283
- "allowNo": false,
284
- "type": "boolean"
285
- },
286
- "flags-dir": {
287
- "helpGroup": "GLOBAL",
288
- "name": "flags-dir",
289
- "summary": "Import flag values from a directory.",
290
- "hasDynamicHelp": false,
291
- "multiple": false,
292
- "type": "option"
293
- },
294
- "columns": {
295
- "exclusive": [
296
- "extended"
297
- ],
298
- "name": "columns",
299
- "summary": "Only show provided columns (comma-separated).",
300
- "hasDynamicHelp": false,
301
- "multiple": false,
302
- "type": "option"
303
- },
304
- "csv": {
305
- "exclusive": [
306
- "no-truncate"
307
- ],
308
- "name": "csv",
309
- "summary": "Output is csv format.",
310
- "allowNo": false,
311
- "type": "boolean"
312
- },
313
- "extended": {
314
- "char": "x",
315
- "exclusive": [
316
- "columns"
317
- ],
318
- "name": "extended",
319
- "summary": "Show extra columns.",
320
- "allowNo": false,
321
- "type": "boolean"
322
- },
323
- "filter": {
324
- "name": "filter",
325
- "summary": "Filter property by partial string matching, ex: name=foo.",
326
- "hasDynamicHelp": false,
327
- "multiple": false,
328
- "type": "option"
329
- },
330
- "no-header": {
331
- "exclusive": [
332
- "csv"
333
- ],
334
- "name": "no-header",
335
- "summary": "Hide table header from output.",
336
- "allowNo": false,
337
- "type": "boolean"
338
- },
339
- "no-truncate": {
340
- "exclusive": [
341
- "csv"
342
- ],
343
- "name": "no-truncate",
344
- "summary": "Do not truncate output to fit screen.",
345
- "allowNo": false,
346
- "type": "boolean"
347
- },
348
- "output": {
349
- "exclusive": [
350
- "no-truncate",
351
- "csv"
352
- ],
353
- "name": "output",
354
- "summary": "Output in a more machine friendly format.",
355
- "hasDynamicHelp": false,
356
- "multiple": false,
357
- "options": [
358
- "csv",
359
- "json",
360
- "yaml"
361
- ],
362
- "type": "option"
363
- },
364
- "sort": {
365
- "name": "sort",
366
- "summary": "Property to sort by (prepend '-' for descending).",
367
- "hasDynamicHelp": false,
368
- "multiple": false,
369
- "type": "option"
370
- }
371
- },
372
- "hasDynamicHelp": false,
373
- "hiddenAliases": [],
374
- "id": "repositories",
375
- "pluginAlias": "@salesforce/plugin-release-management",
376
- "pluginName": "@salesforce/plugin-release-management",
377
- "pluginType": "core",
378
- "strict": true,
379
- "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
380
- "enableJsonFlag": true,
381
- "isESM": true,
382
- "relativePath": [
383
- "lib",
384
- "commands",
385
- "repositories",
386
- "index.js"
387
- ]
388
- },
389
270
  "cli:releasenotes": {
390
271
  "aliases": [],
391
272
  "args": {},
@@ -460,12 +341,13 @@
460
341
  "releasenotes.js"
461
342
  ]
462
343
  },
463
- "github:check:closed": {
344
+ "repositories": {
464
345
  "aliases": [],
465
346
  "args": {},
466
- "description": "Description of a command.",
347
+ "description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
467
348
  "examples": [
468
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
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"
469
351
  ],
470
352
  "flags": {
471
353
  "json": {
@@ -483,173 +365,79 @@
483
365
  "multiple": false,
484
366
  "type": "option"
485
367
  },
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
- },
524
- "npm:dependencies:pin": {
525
- "aliases": [],
526
- "args": {},
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",
528
- "flags": {
529
- "json": {
530
- "description": "Format output as json.",
531
- "helpGroup": "GLOBAL",
532
- "name": "json",
533
- "allowNo": false,
534
- "type": "boolean"
535
- },
536
- "flags-dir": {
537
- "helpGroup": "GLOBAL",
538
- "name": "flags-dir",
539
- "summary": "Import flag values from a directory.",
368
+ "columns": {
369
+ "exclusive": [
370
+ "extended"
371
+ ],
372
+ "name": "columns",
373
+ "summary": "Only show provided columns (comma-separated).",
540
374
  "hasDynamicHelp": false,
541
375
  "multiple": false,
542
376
  "type": "option"
543
377
  },
544
- "dryrun": {
545
- "char": "d",
546
- "name": "dryrun",
547
- "summary": "If true, will not make any changes to the package.json",
378
+ "csv": {
379
+ "exclusive": [
380
+ "no-truncate"
381
+ ],
382
+ "name": "csv",
383
+ "summary": "Output is csv format.",
548
384
  "allowNo": false,
549
385
  "type": "boolean"
550
386
  },
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",
556
- "hasDynamicHelp": false,
557
- "multiple": false,
558
- "type": "option"
559
- }
560
- },
561
- "hasDynamicHelp": false,
562
- "hiddenAliases": [],
563
- "id": "npm:dependencies:pin",
564
- "pluginAlias": "@salesforce/plugin-release-management",
565
- "pluginName": "@salesforce/plugin-release-management",
566
- "pluginType": "core",
567
- "strict": true,
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",
569
- "enableJsonFlag": true,
570
- "isESM": true,
571
- "relativePath": [
572
- "lib",
573
- "commands",
574
- "npm",
575
- "dependencies",
576
- "pin.js"
577
- ]
578
- },
579
- "npm:package:release": {
580
- "aliases": [],
581
- "args": {},
582
- "description": "publish npm package",
583
- "flags": {
584
- "json": {
585
- "description": "Format output as json.",
586
- "helpGroup": "GLOBAL",
587
- "name": "json",
387
+ "extended": {
388
+ "char": "x",
389
+ "exclusive": [
390
+ "columns"
391
+ ],
392
+ "name": "extended",
393
+ "summary": "Show extra columns.",
588
394
  "allowNo": false,
589
395
  "type": "boolean"
590
396
  },
591
- "flags-dir": {
592
- "helpGroup": "GLOBAL",
593
- "name": "flags-dir",
594
- "summary": "Import flag values from a directory.",
397
+ "filter": {
398
+ "name": "filter",
399
+ "summary": "Filter property by partial string matching, ex: name=foo.",
595
400
  "hasDynamicHelp": false,
596
401
  "multiple": false,
597
402
  "type": "option"
598
403
  },
599
- "dryrun": {
600
- "char": "d",
601
- "name": "dryrun",
602
- "summary": "If true, will not commit changes to repo or push any tags",
404
+ "no-header": {
405
+ "exclusive": [
406
+ "csv"
407
+ ],
408
+ "name": "no-header",
409
+ "summary": "Hide table header from output.",
603
410
  "allowNo": false,
604
411
  "type": "boolean"
605
412
  },
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",
413
+ "no-truncate": {
414
+ "exclusive": [
415
+ "csv"
416
+ ],
417
+ "name": "no-truncate",
418
+ "summary": "Do not truncate output to fit screen.",
610
419
  "allowNo": false,
611
420
  "type": "boolean"
612
421
  },
613
- "npmtag": {
614
- "char": "t",
615
- "name": "npmtag",
616
- "summary": "tag to use when publishing to npm",
617
- "default": "latest",
618
- "hasDynamicHelp": false,
619
- "multiple": false,
620
- "type": "option"
621
- },
622
- "npmaccess": {
623
- "char": "a",
624
- "name": "npmaccess",
625
- "summary": "access level to use when publishing to npm",
626
- "default": "public",
627
- "hasDynamicHelp": false,
628
- "multiple": false,
629
- "type": "option"
630
- },
631
- "install": {
632
- "name": "install",
633
- "summary": "run yarn install and build on repository",
634
- "allowNo": true,
635
- "type": "boolean"
636
- },
637
- "prerelease": {
638
- "name": "prerelease",
639
- "summary": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
422
+ "output": {
423
+ "exclusive": [
424
+ "no-truncate",
425
+ "csv"
426
+ ],
427
+ "name": "output",
428
+ "summary": "Output in a more machine friendly format.",
640
429
  "hasDynamicHelp": false,
641
430
  "multiple": false,
431
+ "options": [
432
+ "csv",
433
+ "json",
434
+ "yaml"
435
+ ],
642
436
  "type": "option"
643
437
  },
644
- "verify": {
645
- "name": "verify",
646
- "summary": "verify npm registry has new version after publish and digital signature",
647
- "allowNo": true,
648
- "type": "boolean"
649
- },
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",
438
+ "sort": {
439
+ "name": "sort",
440
+ "summary": "Property to sort by (prepend '-' for descending).",
653
441
  "hasDynamicHelp": false,
654
442
  "multiple": false,
655
443
  "type": "option"
@@ -657,20 +445,19 @@
657
445
  },
658
446
  "hasDynamicHelp": false,
659
447
  "hiddenAliases": [],
660
- "id": "npm:package:release",
448
+ "id": "repositories",
661
449
  "pluginAlias": "@salesforce/plugin-release-management",
662
450
  "pluginName": "@salesforce/plugin-release-management",
663
451
  "pluginType": "core",
664
452
  "strict": true,
665
- "summary": "publish npm package",
453
+ "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
666
454
  "enableJsonFlag": true,
667
455
  "isESM": true,
668
456
  "relativePath": [
669
457
  "lib",
670
458
  "commands",
671
- "npm",
672
- "package",
673
- "release.js"
459
+ "repositories",
460
+ "index.js"
674
461
  ]
675
462
  },
676
463
  "cli:artifacts:compare": {
@@ -990,54 +777,231 @@
990
777
  "allowNo": false,
991
778
  "type": "boolean"
992
779
  },
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": ",",
780
+ "resolutions": {
781
+ "name": "resolutions",
782
+ "summary": "bump the versions of packages listed in the resolutions section",
783
+ "allowNo": true,
784
+ "type": "boolean"
785
+ },
786
+ "only": {
787
+ "name": "only",
788
+ "summary": "only bump the version of the packages passed in, uses latest if version is not provided",
789
+ "delimiter": ",",
790
+ "hasDynamicHelp": false,
791
+ "multiple": true,
792
+ "type": "option"
793
+ },
794
+ "pinned-deps": {
795
+ "name": "pinned-deps",
796
+ "summary": "bump the versions of the packages listed in the pinnedDependencies section",
797
+ "allowNo": true,
798
+ "type": "boolean"
799
+ },
800
+ "jit": {
801
+ "name": "jit",
802
+ "summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
803
+ "allowNo": true,
804
+ "type": "boolean"
805
+ },
806
+ "label": {
807
+ "name": "label",
808
+ "summary": "add one or more labels to the Github PR",
809
+ "hasDynamicHelp": false,
810
+ "multiple": true,
811
+ "type": "option"
812
+ },
813
+ "patch": {
814
+ "name": "patch",
815
+ "summary": "bump the release as a patch of an existing version, not a new minor version",
816
+ "allowNo": false,
817
+ "type": "boolean"
818
+ },
819
+ "empty": {
820
+ "name": "empty",
821
+ "summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
822
+ "allowNo": false,
823
+ "type": "boolean"
824
+ },
825
+ "pr-base-branch": {
826
+ "name": "pr-base-branch",
827
+ "summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
828
+ "hasDynamicHelp": false,
829
+ "multiple": false,
830
+ "type": "option"
831
+ }
832
+ },
833
+ "hasDynamicHelp": false,
834
+ "hiddenAliases": [],
835
+ "id": "cli:release:build",
836
+ "pluginAlias": "@salesforce/plugin-release-management",
837
+ "pluginName": "@salesforce/plugin-release-management",
838
+ "pluginType": "core",
839
+ "strict": true,
840
+ "summary": "builds a new release from a designated starting point and optionally creates PR in Github",
841
+ "enableJsonFlag": true,
842
+ "isESM": true,
843
+ "relativePath": [
844
+ "lib",
845
+ "commands",
846
+ "cli",
847
+ "release",
848
+ "build.js"
849
+ ]
850
+ },
851
+ "cli:tarballs:prepare": {
852
+ "aliases": [],
853
+ "args": {},
854
+ "description": "remove unnecessary files from node_modules",
855
+ "examples": [
856
+ "<%= config.bin %> <%= command.id %>"
857
+ ],
858
+ "flags": {
859
+ "json": {
860
+ "description": "Format output as json.",
861
+ "helpGroup": "GLOBAL",
862
+ "name": "json",
863
+ "allowNo": false,
864
+ "type": "boolean"
865
+ },
866
+ "flags-dir": {
867
+ "helpGroup": "GLOBAL",
868
+ "name": "flags-dir",
869
+ "summary": "Import flag values from a directory.",
870
+ "hasDynamicHelp": false,
871
+ "multiple": false,
872
+ "type": "option"
873
+ },
874
+ "dryrun": {
875
+ "char": "d",
876
+ "name": "dryrun",
877
+ "summary": "only show what would be removed from node_modules",
878
+ "allowNo": false,
879
+ "type": "boolean"
880
+ },
881
+ "types": {
882
+ "char": "t",
883
+ "name": "types",
884
+ "summary": "remove all types (.d.ts) files from node_modules",
885
+ "allowNo": false,
886
+ "type": "boolean"
887
+ },
888
+ "verbose": {
889
+ "name": "verbose",
890
+ "summary": "show all files paths being removed",
891
+ "allowNo": false,
892
+ "type": "boolean"
893
+ }
894
+ },
895
+ "hasDynamicHelp": false,
896
+ "hiddenAliases": [],
897
+ "id": "cli:tarballs:prepare",
898
+ "pluginAlias": "@salesforce/plugin-release-management",
899
+ "pluginName": "@salesforce/plugin-release-management",
900
+ "pluginType": "core",
901
+ "strict": true,
902
+ "summary": "remove unnecessary files from node_modules",
903
+ "enableJsonFlag": true,
904
+ "isESM": true,
905
+ "relativePath": [
906
+ "lib",
907
+ "commands",
908
+ "cli",
909
+ "tarballs",
910
+ "prepare.js"
911
+ ]
912
+ },
913
+ "cli:tarballs:smoke": {
914
+ "aliases": [],
915
+ "args": {},
916
+ "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
917
+ "examples": [
918
+ "<%= config.bin %> <%= command.id %>",
919
+ "<%= config.bin %> <%= command.id %>"
920
+ ],
921
+ "flags": {
922
+ "json": {
923
+ "description": "Format output as json.",
924
+ "helpGroup": "GLOBAL",
925
+ "name": "json",
926
+ "allowNo": false,
927
+ "type": "boolean"
928
+ },
929
+ "flags-dir": {
930
+ "helpGroup": "GLOBAL",
931
+ "name": "flags-dir",
932
+ "summary": "Import flag values from a directory.",
933
+ "hasDynamicHelp": false,
934
+ "multiple": false,
935
+ "type": "option"
936
+ },
937
+ "verbose": {
938
+ "name": "verbose",
939
+ "summary": "show the --help output for each command",
940
+ "allowNo": false,
941
+ "type": "boolean"
942
+ }
943
+ },
944
+ "hasDynamicHelp": false,
945
+ "hiddenAliases": [],
946
+ "id": "cli:tarballs:smoke",
947
+ "pluginAlias": "@salesforce/plugin-release-management",
948
+ "pluginName": "@salesforce/plugin-release-management",
949
+ "pluginType": "core",
950
+ "strict": true,
951
+ "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
952
+ "enableJsonFlag": true,
953
+ "isESM": true,
954
+ "relativePath": [
955
+ "lib",
956
+ "commands",
957
+ "cli",
958
+ "tarballs",
959
+ "smoke.js"
960
+ ]
961
+ },
962
+ "cli:tarballs:verify": {
963
+ "aliases": [],
964
+ "args": {},
965
+ "description": "verify that tarballs are ready to be uploaded",
966
+ "examples": [
967
+ "<%= config.bin %> <%= command.id %>",
968
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
969
+ "<%= config.bin %> <%= command.id %> --cli sf"
970
+ ],
971
+ "flags": {
972
+ "json": {
973
+ "description": "Format output as json.",
974
+ "helpGroup": "GLOBAL",
975
+ "name": "json",
976
+ "allowNo": false,
977
+ "type": "boolean"
978
+ },
979
+ "flags-dir": {
980
+ "helpGroup": "GLOBAL",
981
+ "name": "flags-dir",
982
+ "summary": "Import flag values from a directory.",
1003
983
  "hasDynamicHelp": false,
1004
- "multiple": true,
984
+ "multiple": false,
1005
985
  "type": "option"
1006
986
  },
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",
987
+ "cli": {
988
+ "char": "c",
989
+ "name": "cli",
990
+ "summary": "the cli to verify",
991
+ "default": "sfdx",
1022
992
  "hasDynamicHelp": false,
1023
- "multiple": true,
993
+ "multiple": false,
994
+ "options": [
995
+ "sf",
996
+ "sfdx"
997
+ ],
1024
998
  "type": "option"
1025
999
  },
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",
1000
+ "windows-username-buffer": {
1001
+ "char": "w",
1002
+ "name": "windows-username-buffer",
1003
+ "summary": "the number of characters to allow for windows usernames",
1004
+ "default": 41,
1041
1005
  "hasDynamicHelp": false,
1042
1006
  "multiple": false,
1043
1007
  "type": "option"
@@ -1045,20 +1009,20 @@
1045
1009
  },
1046
1010
  "hasDynamicHelp": false,
1047
1011
  "hiddenAliases": [],
1048
- "id": "cli:release:build",
1012
+ "id": "cli:tarballs:verify",
1049
1013
  "pluginAlias": "@salesforce/plugin-release-management",
1050
1014
  "pluginName": "@salesforce/plugin-release-management",
1051
1015
  "pluginType": "core",
1052
1016
  "strict": true,
1053
- "summary": "builds a new release from a designated starting point and optionally creates PR in Github",
1017
+ "summary": "verify that tarballs are ready to be uploaded",
1054
1018
  "enableJsonFlag": true,
1055
1019
  "isESM": true,
1056
1020
  "relativePath": [
1057
1021
  "lib",
1058
1022
  "commands",
1059
1023
  "cli",
1060
- "release",
1061
- "build.js"
1024
+ "tarballs",
1025
+ "verify.js"
1062
1026
  ]
1063
1027
  },
1064
1028
  "cli:versions:inspect": {
@@ -1162,12 +1126,12 @@
1162
1126
  "inspect.js"
1163
1127
  ]
1164
1128
  },
1165
- "cli:tarballs:prepare": {
1129
+ "github:check:closed": {
1166
1130
  "aliases": [],
1167
1131
  "args": {},
1168
- "description": "remove unnecessary files from node_modules",
1132
+ "description": "Description of a command.",
1169
1133
  "examples": [
1170
- "<%= config.bin %> <%= command.id %>"
1134
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
1171
1135
  ],
1172
1136
  "flags": {
1173
1137
  "json": {
@@ -1185,53 +1149,48 @@
1185
1149
  "multiple": false,
1186
1150
  "type": "option"
1187
1151
  },
1188
- "dryrun": {
1189
- "char": "d",
1190
- "name": "dryrun",
1191
- "summary": "only show what would be removed from node_modules",
1192
- "allowNo": false,
1193
- "type": "boolean"
1194
- },
1195
- "types": {
1196
- "char": "t",
1197
- "name": "types",
1198
- "summary": "remove all types (.d.ts) files from node_modules",
1199
- "allowNo": false,
1200
- "type": "boolean"
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"
1201
1161
  },
1202
- "verbose": {
1203
- "name": "verbose",
1204
- "summary": "show all files paths being removed",
1205
- "allowNo": false,
1206
- "type": "boolean"
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"
1207
1170
  }
1208
1171
  },
1209
- "hasDynamicHelp": false,
1172
+ "hasDynamicHelp": true,
1210
1173
  "hiddenAliases": [],
1211
- "id": "cli:tarballs:prepare",
1174
+ "id": "github:check:closed",
1212
1175
  "pluginAlias": "@salesforce/plugin-release-management",
1213
1176
  "pluginName": "@salesforce/plugin-release-management",
1214
1177
  "pluginType": "core",
1215
1178
  "strict": true,
1216
- "summary": "remove unnecessary files from node_modules",
1179
+ "summary": "Show open Github issues with GUS WI",
1217
1180
  "enableJsonFlag": true,
1218
1181
  "isESM": true,
1219
1182
  "relativePath": [
1220
1183
  "lib",
1221
1184
  "commands",
1222
- "cli",
1223
- "tarballs",
1224
- "prepare.js"
1185
+ "github",
1186
+ "check",
1187
+ "closed.js"
1225
1188
  ]
1226
1189
  },
1227
- "cli:tarballs:smoke": {
1190
+ "npm:dependencies:pin": {
1228
1191
  "aliases": [],
1229
1192
  "args": {},
1230
- "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1231
- "examples": [
1232
- "<%= config.bin %> <%= command.id %>",
1233
- "<%= config.bin %> <%= command.id %>"
1234
- ],
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",
1235
1194
  "flags": {
1236
1195
  "json": {
1237
1196
  "description": "Format output as json.",
@@ -1248,40 +1207,45 @@
1248
1207
  "multiple": false,
1249
1208
  "type": "option"
1250
1209
  },
1251
- "verbose": {
1252
- "name": "verbose",
1253
- "summary": "show the --help output for each command",
1210
+ "dryrun": {
1211
+ "char": "d",
1212
+ "name": "dryrun",
1213
+ "summary": "If true, will not make any changes to the package.json",
1254
1214
  "allowNo": false,
1255
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"
1256
1225
  }
1257
1226
  },
1258
1227
  "hasDynamicHelp": false,
1259
1228
  "hiddenAliases": [],
1260
- "id": "cli:tarballs:smoke",
1229
+ "id": "npm:dependencies:pin",
1261
1230
  "pluginAlias": "@salesforce/plugin-release-management",
1262
1231
  "pluginName": "@salesforce/plugin-release-management",
1263
1232
  "pluginType": "core",
1264
1233
  "strict": true,
1265
- "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
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",
1266
1235
  "enableJsonFlag": true,
1267
1236
  "isESM": true,
1268
1237
  "relativePath": [
1269
1238
  "lib",
1270
1239
  "commands",
1271
- "cli",
1272
- "tarballs",
1273
- "smoke.js"
1240
+ "npm",
1241
+ "dependencies",
1242
+ "pin.js"
1274
1243
  ]
1275
1244
  },
1276
- "cli:tarballs:verify": {
1245
+ "npm:package:release": {
1277
1246
  "aliases": [],
1278
1247
  "args": {},
1279
- "description": "verify that tarballs are ready to be uploaded",
1280
- "examples": [
1281
- "<%= config.bin %> <%= command.id %>",
1282
- "<%= config.bin %> <%= command.id %> --cli sfdx",
1283
- "<%= config.bin %> <%= command.id %> --cli sf"
1284
- ],
1248
+ "description": "publish npm package",
1285
1249
  "flags": {
1286
1250
  "json": {
1287
1251
  "description": "Format output as json.",
@@ -1298,24 +1262,60 @@
1298
1262
  "multiple": false,
1299
1263
  "type": "option"
1300
1264
  },
1301
- "cli": {
1302
- "char": "c",
1303
- "name": "cli",
1304
- "summary": "the cli to verify",
1305
- "default": "sfdx",
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": {
1273
+ "char": "s",
1274
+ "name": "sign",
1275
+ "summary": "If true, then the package will be signed and the signature will be uploaded to S3",
1276
+ "allowNo": false,
1277
+ "type": "boolean"
1278
+ },
1279
+ "npmtag": {
1280
+ "char": "t",
1281
+ "name": "npmtag",
1282
+ "summary": "tag to use when publishing to npm",
1283
+ "default": "latest",
1306
1284
  "hasDynamicHelp": false,
1307
1285
  "multiple": false,
1308
- "options": [
1309
- "sf",
1310
- "sfdx"
1311
- ],
1312
1286
  "type": "option"
1313
1287
  },
1314
- "windows-username-buffer": {
1315
- "char": "w",
1316
- "name": "windows-username-buffer",
1317
- "summary": "the number of characters to allow for windows usernames",
1318
- "default": 41,
1288
+ "npmaccess": {
1289
+ "char": "a",
1290
+ "name": "npmaccess",
1291
+ "summary": "access level to use when publishing to npm",
1292
+ "default": "public",
1293
+ "hasDynamicHelp": false,
1294
+ "multiple": false,
1295
+ "type": "option"
1296
+ },
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",
1306
+ "hasDynamicHelp": false,
1307
+ "multiple": false,
1308
+ "type": "option"
1309
+ },
1310
+ "verify": {
1311
+ "name": "verify",
1312
+ "summary": "verify npm registry has new version after publish and digital signature",
1313
+ "allowNo": true,
1314
+ "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
1319
  "hasDynamicHelp": false,
1320
1320
  "multiple": false,
1321
1321
  "type": "option"
@@ -1323,20 +1323,20 @@
1323
1323
  },
1324
1324
  "hasDynamicHelp": false,
1325
1325
  "hiddenAliases": [],
1326
- "id": "cli:tarballs:verify",
1326
+ "id": "npm:package:release",
1327
1327
  "pluginAlias": "@salesforce/plugin-release-management",
1328
1328
  "pluginName": "@salesforce/plugin-release-management",
1329
1329
  "pluginType": "core",
1330
1330
  "strict": true,
1331
- "summary": "verify that tarballs are ready to be uploaded",
1331
+ "summary": "publish npm package",
1332
1332
  "enableJsonFlag": true,
1333
1333
  "isESM": true,
1334
1334
  "relativePath": [
1335
1335
  "lib",
1336
1336
  "commands",
1337
- "cli",
1338
- "tarballs",
1339
- "verify.js"
1337
+ "npm",
1338
+ "package",
1339
+ "release.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.64"
1393
+ "version": "5.7.65"
1394
1394
  }