@salesforce/plugin-release-management 5.7.12 → 5.7.14
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 +16 -16
- package/npm-shrinkwrap.json +7099 -3770
- package/oclif.lock +868 -594
- package/oclif.manifest.json +237 -237
- package/package.json +5 -5
package/oclif.manifest.json
CHANGED
|
@@ -1,79 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
-
"cli:releasenotes": {
|
|
4
|
-
"aliases": [],
|
|
5
|
-
"args": {},
|
|
6
|
-
"description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
7
|
-
"examples": [
|
|
8
|
-
"<%= config.bin %> <%= command.id %> --cli sf",
|
|
9
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
10
|
-
"<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
|
|
11
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
|
|
12
|
-
"<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
|
|
13
|
-
"<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
|
|
14
|
-
],
|
|
15
|
-
"flags": {
|
|
16
|
-
"json": {
|
|
17
|
-
"description": "Format output as json.",
|
|
18
|
-
"helpGroup": "GLOBAL",
|
|
19
|
-
"name": "json",
|
|
20
|
-
"allowNo": false,
|
|
21
|
-
"type": "boolean"
|
|
22
|
-
},
|
|
23
|
-
"flags-dir": {
|
|
24
|
-
"helpGroup": "GLOBAL",
|
|
25
|
-
"name": "flags-dir",
|
|
26
|
-
"summary": "Import flag values from a directory.",
|
|
27
|
-
"hasDynamicHelp": false,
|
|
28
|
-
"multiple": false,
|
|
29
|
-
"type": "option"
|
|
30
|
-
},
|
|
31
|
-
"cli": {
|
|
32
|
-
"char": "c",
|
|
33
|
-
"name": "cli",
|
|
34
|
-
"required": true,
|
|
35
|
-
"summary": "the cli to pull information for",
|
|
36
|
-
"hasDynamicHelp": false,
|
|
37
|
-
"multiple": false,
|
|
38
|
-
"options": [
|
|
39
|
-
"sf",
|
|
40
|
-
"sfdx"
|
|
41
|
-
],
|
|
42
|
-
"type": "option"
|
|
43
|
-
},
|
|
44
|
-
"since": {
|
|
45
|
-
"char": "s",
|
|
46
|
-
"name": "since",
|
|
47
|
-
"summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
|
|
48
|
-
"hasDynamicHelp": false,
|
|
49
|
-
"multiple": false,
|
|
50
|
-
"type": "option"
|
|
51
|
-
},
|
|
52
|
-
"markdown": {
|
|
53
|
-
"char": "m",
|
|
54
|
-
"name": "markdown",
|
|
55
|
-
"summary": "format the output in markdown",
|
|
56
|
-
"allowNo": false,
|
|
57
|
-
"type": "boolean"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"hasDynamicHelp": false,
|
|
61
|
-
"hiddenAliases": [],
|
|
62
|
-
"id": "cli:releasenotes",
|
|
63
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
64
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
65
|
-
"pluginType": "core",
|
|
66
|
-
"strict": true,
|
|
67
|
-
"summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
68
|
-
"enableJsonFlag": true,
|
|
69
|
-
"isESM": true,
|
|
70
|
-
"relativePath": [
|
|
71
|
-
"lib",
|
|
72
|
-
"commands",
|
|
73
|
-
"cli",
|
|
74
|
-
"releasenotes.js"
|
|
75
|
-
]
|
|
76
|
-
},
|
|
77
3
|
"channel:promote": {
|
|
78
4
|
"aliases": [],
|
|
79
5
|
"args": {},
|
|
@@ -234,6 +160,80 @@
|
|
|
234
160
|
"promote.js"
|
|
235
161
|
]
|
|
236
162
|
},
|
|
163
|
+
"cli:releasenotes": {
|
|
164
|
+
"aliases": [],
|
|
165
|
+
"args": {},
|
|
166
|
+
"description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
167
|
+
"examples": [
|
|
168
|
+
"<%= config.bin %> <%= command.id %> --cli sf",
|
|
169
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
170
|
+
"<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
|
|
171
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
|
|
172
|
+
"<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
|
|
173
|
+
"<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
|
|
174
|
+
],
|
|
175
|
+
"flags": {
|
|
176
|
+
"json": {
|
|
177
|
+
"description": "Format output as json.",
|
|
178
|
+
"helpGroup": "GLOBAL",
|
|
179
|
+
"name": "json",
|
|
180
|
+
"allowNo": false,
|
|
181
|
+
"type": "boolean"
|
|
182
|
+
},
|
|
183
|
+
"flags-dir": {
|
|
184
|
+
"helpGroup": "GLOBAL",
|
|
185
|
+
"name": "flags-dir",
|
|
186
|
+
"summary": "Import flag values from a directory.",
|
|
187
|
+
"hasDynamicHelp": false,
|
|
188
|
+
"multiple": false,
|
|
189
|
+
"type": "option"
|
|
190
|
+
},
|
|
191
|
+
"cli": {
|
|
192
|
+
"char": "c",
|
|
193
|
+
"name": "cli",
|
|
194
|
+
"required": true,
|
|
195
|
+
"summary": "the cli to pull information for",
|
|
196
|
+
"hasDynamicHelp": false,
|
|
197
|
+
"multiple": false,
|
|
198
|
+
"options": [
|
|
199
|
+
"sf",
|
|
200
|
+
"sfdx"
|
|
201
|
+
],
|
|
202
|
+
"type": "option"
|
|
203
|
+
},
|
|
204
|
+
"since": {
|
|
205
|
+
"char": "s",
|
|
206
|
+
"name": "since",
|
|
207
|
+
"summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
|
|
208
|
+
"hasDynamicHelp": false,
|
|
209
|
+
"multiple": false,
|
|
210
|
+
"type": "option"
|
|
211
|
+
},
|
|
212
|
+
"markdown": {
|
|
213
|
+
"char": "m",
|
|
214
|
+
"name": "markdown",
|
|
215
|
+
"summary": "format the output in markdown",
|
|
216
|
+
"allowNo": false,
|
|
217
|
+
"type": "boolean"
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
"hasDynamicHelp": false,
|
|
221
|
+
"hiddenAliases": [],
|
|
222
|
+
"id": "cli:releasenotes",
|
|
223
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
224
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
225
|
+
"pluginType": "core",
|
|
226
|
+
"strict": true,
|
|
227
|
+
"summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
228
|
+
"enableJsonFlag": true,
|
|
229
|
+
"isESM": true,
|
|
230
|
+
"relativePath": [
|
|
231
|
+
"lib",
|
|
232
|
+
"commands",
|
|
233
|
+
"cli",
|
|
234
|
+
"releasenotes.js"
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
237
|
"dependabot:automerge": {
|
|
238
238
|
"aliases": [],
|
|
239
239
|
"args": {},
|
|
@@ -460,67 +460,6 @@
|
|
|
460
460
|
"index.js"
|
|
461
461
|
]
|
|
462
462
|
},
|
|
463
|
-
"github:check:closed": {
|
|
464
|
-
"aliases": [],
|
|
465
|
-
"args": {},
|
|
466
|
-
"description": "Description of a command.",
|
|
467
|
-
"examples": [
|
|
468
|
-
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
469
|
-
],
|
|
470
|
-
"flags": {
|
|
471
|
-
"json": {
|
|
472
|
-
"description": "Format output as json.",
|
|
473
|
-
"helpGroup": "GLOBAL",
|
|
474
|
-
"name": "json",
|
|
475
|
-
"allowNo": false,
|
|
476
|
-
"type": "boolean"
|
|
477
|
-
},
|
|
478
|
-
"flags-dir": {
|
|
479
|
-
"helpGroup": "GLOBAL",
|
|
480
|
-
"name": "flags-dir",
|
|
481
|
-
"summary": "Import flag values from a directory.",
|
|
482
|
-
"hasDynamicHelp": false,
|
|
483
|
-
"multiple": false,
|
|
484
|
-
"type": "option"
|
|
485
|
-
},
|
|
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
463
|
"cli:artifacts:compare": {
|
|
525
464
|
"aliases": [],
|
|
526
465
|
"args": {},
|
|
@@ -909,6 +848,168 @@
|
|
|
909
848
|
"build.js"
|
|
910
849
|
]
|
|
911
850
|
},
|
|
851
|
+
"github:check:closed": {
|
|
852
|
+
"aliases": [],
|
|
853
|
+
"args": {},
|
|
854
|
+
"description": "Description of a command.",
|
|
855
|
+
"examples": [
|
|
856
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
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
|
+
"gus": {
|
|
875
|
+
"char": "o",
|
|
876
|
+
"name": "gus",
|
|
877
|
+
"noCacheDefault": true,
|
|
878
|
+
"required": true,
|
|
879
|
+
"summary": "Username/alias of your GUS org connection",
|
|
880
|
+
"hasDynamicHelp": true,
|
|
881
|
+
"multiple": false,
|
|
882
|
+
"type": "option"
|
|
883
|
+
},
|
|
884
|
+
"github-token": {
|
|
885
|
+
"env": "GITHUB_TOKEN",
|
|
886
|
+
"name": "github-token",
|
|
887
|
+
"required": true,
|
|
888
|
+
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
889
|
+
"hasDynamicHelp": false,
|
|
890
|
+
"multiple": false,
|
|
891
|
+
"type": "option"
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"hasDynamicHelp": true,
|
|
895
|
+
"hiddenAliases": [],
|
|
896
|
+
"id": "github:check:closed",
|
|
897
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
898
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
899
|
+
"pluginType": "core",
|
|
900
|
+
"strict": true,
|
|
901
|
+
"summary": "Show open Github issues with GUS WI",
|
|
902
|
+
"enableJsonFlag": true,
|
|
903
|
+
"isESM": true,
|
|
904
|
+
"relativePath": [
|
|
905
|
+
"lib",
|
|
906
|
+
"commands",
|
|
907
|
+
"github",
|
|
908
|
+
"check",
|
|
909
|
+
"closed.js"
|
|
910
|
+
]
|
|
911
|
+
},
|
|
912
|
+
"cli:versions:inspect": {
|
|
913
|
+
"aliases": [],
|
|
914
|
+
"args": {},
|
|
915
|
+
"description": "inspect the CLI version across all install paths",
|
|
916
|
+
"examples": [
|
|
917
|
+
"<%= config.bin %> <%= command.id %> -l archive -c stable",
|
|
918
|
+
"<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
|
|
919
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c stable",
|
|
920
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c latest",
|
|
921
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
|
|
922
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
|
|
923
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
|
|
924
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
|
|
925
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
|
|
926
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
|
|
927
|
+
],
|
|
928
|
+
"flags": {
|
|
929
|
+
"json": {
|
|
930
|
+
"description": "Format output as json.",
|
|
931
|
+
"helpGroup": "GLOBAL",
|
|
932
|
+
"name": "json",
|
|
933
|
+
"allowNo": false,
|
|
934
|
+
"type": "boolean"
|
|
935
|
+
},
|
|
936
|
+
"flags-dir": {
|
|
937
|
+
"helpGroup": "GLOBAL",
|
|
938
|
+
"name": "flags-dir",
|
|
939
|
+
"summary": "Import flag values from a directory.",
|
|
940
|
+
"hasDynamicHelp": false,
|
|
941
|
+
"multiple": false,
|
|
942
|
+
"type": "option"
|
|
943
|
+
},
|
|
944
|
+
"dependencies": {
|
|
945
|
+
"char": "d",
|
|
946
|
+
"name": "dependencies",
|
|
947
|
+
"summary": "glob pattern of dependencies you want to see the version of",
|
|
948
|
+
"hasDynamicHelp": false,
|
|
949
|
+
"multiple": true,
|
|
950
|
+
"type": "option"
|
|
951
|
+
},
|
|
952
|
+
"salesforce": {
|
|
953
|
+
"char": "s",
|
|
954
|
+
"name": "salesforce",
|
|
955
|
+
"summary": "show versions of salesforce owned dependencies",
|
|
956
|
+
"allowNo": false,
|
|
957
|
+
"type": "boolean"
|
|
958
|
+
},
|
|
959
|
+
"channels": {
|
|
960
|
+
"char": "c",
|
|
961
|
+
"name": "channels",
|
|
962
|
+
"required": true,
|
|
963
|
+
"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)",
|
|
964
|
+
"hasDynamicHelp": false,
|
|
965
|
+
"multiple": true,
|
|
966
|
+
"options": [
|
|
967
|
+
"stable",
|
|
968
|
+
"stable-rc",
|
|
969
|
+
"latest",
|
|
970
|
+
"latest-rc",
|
|
971
|
+
"nightly"
|
|
972
|
+
],
|
|
973
|
+
"type": "option"
|
|
974
|
+
},
|
|
975
|
+
"locations": {
|
|
976
|
+
"char": "l",
|
|
977
|
+
"name": "locations",
|
|
978
|
+
"required": true,
|
|
979
|
+
"summary": "the location you want to inspect",
|
|
980
|
+
"hasDynamicHelp": false,
|
|
981
|
+
"multiple": true,
|
|
982
|
+
"options": [
|
|
983
|
+
"archive",
|
|
984
|
+
"npm"
|
|
985
|
+
],
|
|
986
|
+
"type": "option"
|
|
987
|
+
},
|
|
988
|
+
"ignore-missing": {
|
|
989
|
+
"name": "ignore-missing",
|
|
990
|
+
"summary": "skip missing archives. Useful when supporting new architectures in oclif",
|
|
991
|
+
"allowNo": false,
|
|
992
|
+
"type": "boolean"
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
"hasDynamicHelp": false,
|
|
996
|
+
"hiddenAliases": [],
|
|
997
|
+
"id": "cli:versions:inspect",
|
|
998
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
999
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1000
|
+
"pluginType": "core",
|
|
1001
|
+
"strict": true,
|
|
1002
|
+
"summary": "inspect the CLI version across all install paths",
|
|
1003
|
+
"enableJsonFlag": true,
|
|
1004
|
+
"isESM": true,
|
|
1005
|
+
"relativePath": [
|
|
1006
|
+
"lib",
|
|
1007
|
+
"commands",
|
|
1008
|
+
"cli",
|
|
1009
|
+
"versions",
|
|
1010
|
+
"inspect.js"
|
|
1011
|
+
]
|
|
1012
|
+
},
|
|
912
1013
|
"cli:tarballs:prepare": {
|
|
913
1014
|
"aliases": [],
|
|
914
1015
|
"args": {},
|
|
@@ -1086,107 +1187,6 @@
|
|
|
1086
1187
|
"verify.js"
|
|
1087
1188
|
]
|
|
1088
1189
|
},
|
|
1089
|
-
"cli:versions:inspect": {
|
|
1090
|
-
"aliases": [],
|
|
1091
|
-
"args": {},
|
|
1092
|
-
"description": "inspect the CLI version across all install paths",
|
|
1093
|
-
"examples": [
|
|
1094
|
-
"<%= config.bin %> <%= command.id %> -l archive -c stable",
|
|
1095
|
-
"<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
|
|
1096
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c stable",
|
|
1097
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c latest",
|
|
1098
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
|
|
1099
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
|
|
1100
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
|
|
1101
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
|
|
1102
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
|
|
1103
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
|
|
1104
|
-
],
|
|
1105
|
-
"flags": {
|
|
1106
|
-
"json": {
|
|
1107
|
-
"description": "Format output as json.",
|
|
1108
|
-
"helpGroup": "GLOBAL",
|
|
1109
|
-
"name": "json",
|
|
1110
|
-
"allowNo": false,
|
|
1111
|
-
"type": "boolean"
|
|
1112
|
-
},
|
|
1113
|
-
"flags-dir": {
|
|
1114
|
-
"helpGroup": "GLOBAL",
|
|
1115
|
-
"name": "flags-dir",
|
|
1116
|
-
"summary": "Import flag values from a directory.",
|
|
1117
|
-
"hasDynamicHelp": false,
|
|
1118
|
-
"multiple": false,
|
|
1119
|
-
"type": "option"
|
|
1120
|
-
},
|
|
1121
|
-
"dependencies": {
|
|
1122
|
-
"char": "d",
|
|
1123
|
-
"name": "dependencies",
|
|
1124
|
-
"summary": "glob pattern of dependencies you want to see the version of",
|
|
1125
|
-
"hasDynamicHelp": false,
|
|
1126
|
-
"multiple": true,
|
|
1127
|
-
"type": "option"
|
|
1128
|
-
},
|
|
1129
|
-
"salesforce": {
|
|
1130
|
-
"char": "s",
|
|
1131
|
-
"name": "salesforce",
|
|
1132
|
-
"summary": "show versions of salesforce owned dependencies",
|
|
1133
|
-
"allowNo": false,
|
|
1134
|
-
"type": "boolean"
|
|
1135
|
-
},
|
|
1136
|
-
"channels": {
|
|
1137
|
-
"char": "c",
|
|
1138
|
-
"name": "channels",
|
|
1139
|
-
"required": true,
|
|
1140
|
-
"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)",
|
|
1141
|
-
"hasDynamicHelp": false,
|
|
1142
|
-
"multiple": true,
|
|
1143
|
-
"options": [
|
|
1144
|
-
"stable",
|
|
1145
|
-
"stable-rc",
|
|
1146
|
-
"latest",
|
|
1147
|
-
"latest-rc",
|
|
1148
|
-
"nightly"
|
|
1149
|
-
],
|
|
1150
|
-
"type": "option"
|
|
1151
|
-
},
|
|
1152
|
-
"locations": {
|
|
1153
|
-
"char": "l",
|
|
1154
|
-
"name": "locations",
|
|
1155
|
-
"required": true,
|
|
1156
|
-
"summary": "the location you want to inspect",
|
|
1157
|
-
"hasDynamicHelp": false,
|
|
1158
|
-
"multiple": true,
|
|
1159
|
-
"options": [
|
|
1160
|
-
"archive",
|
|
1161
|
-
"npm"
|
|
1162
|
-
],
|
|
1163
|
-
"type": "option"
|
|
1164
|
-
},
|
|
1165
|
-
"ignore-missing": {
|
|
1166
|
-
"name": "ignore-missing",
|
|
1167
|
-
"summary": "skip missing archives. Useful when supporting new architectures in oclif",
|
|
1168
|
-
"allowNo": false,
|
|
1169
|
-
"type": "boolean"
|
|
1170
|
-
}
|
|
1171
|
-
},
|
|
1172
|
-
"hasDynamicHelp": false,
|
|
1173
|
-
"hiddenAliases": [],
|
|
1174
|
-
"id": "cli:versions:inspect",
|
|
1175
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1176
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1177
|
-
"pluginType": "core",
|
|
1178
|
-
"strict": true,
|
|
1179
|
-
"summary": "inspect the CLI version across all install paths",
|
|
1180
|
-
"enableJsonFlag": true,
|
|
1181
|
-
"isESM": true,
|
|
1182
|
-
"relativePath": [
|
|
1183
|
-
"lib",
|
|
1184
|
-
"commands",
|
|
1185
|
-
"cli",
|
|
1186
|
-
"versions",
|
|
1187
|
-
"inspect.js"
|
|
1188
|
-
]
|
|
1189
|
-
},
|
|
1190
1190
|
"npm:dependencies:pin": {
|
|
1191
1191
|
"aliases": [],
|
|
1192
1192
|
"args": {},
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.
|
|
1393
|
+
"version": "5.7.14"
|
|
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.
|
|
4
|
+
"version": "5.7.14",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4.2.8",
|
|
13
13
|
"@octokit/core": "^6.1.4",
|
|
14
|
-
"@octokit/plugin-paginate-rest": "^11.
|
|
14
|
+
"@octokit/plugin-paginate-rest": "^11.6.0",
|
|
15
15
|
"@octokit/plugin-throttling": "^9.6.1",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
17
|
-
"@salesforce/core": "^8.
|
|
17
|
+
"@salesforce/core": "^8.9.0",
|
|
18
18
|
"@salesforce/kit": "^3.2.0",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.1.49",
|
|
20
20
|
"@salesforce/plugin-trust": "^3.7.78",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"@types/semver": "^7.7.0",
|
|
40
40
|
"@types/shelljs": "^0.8.15",
|
|
41
41
|
"aws-sdk-mock": "^5.9.0",
|
|
42
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
43
|
-
"oclif": "^4.17.
|
|
42
|
+
"eslint-plugin-sf-plugin": "^1.20.18",
|
|
43
|
+
"oclif": "^4.17.43",
|
|
44
44
|
"ts-node": "^10.9.2",
|
|
45
45
|
"typescript": "^5.8.2"
|
|
46
46
|
},
|