@salesforce/plugin-release-management 5.7.12 → 5.7.13
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 +7093 -3764
- package/oclif.lock +854 -580
- package/oclif.manifest.json +136 -136
- package/package.json +4 -4
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": {},
|
|
@@ -341,6 +267,80 @@
|
|
|
341
267
|
"automerge.js"
|
|
342
268
|
]
|
|
343
269
|
},
|
|
270
|
+
"cli:releasenotes": {
|
|
271
|
+
"aliases": [],
|
|
272
|
+
"args": {},
|
|
273
|
+
"description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
274
|
+
"examples": [
|
|
275
|
+
"<%= config.bin %> <%= command.id %> --cli sf",
|
|
276
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
277
|
+
"<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
|
|
278
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
|
|
279
|
+
"<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
|
|
280
|
+
"<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
|
|
281
|
+
],
|
|
282
|
+
"flags": {
|
|
283
|
+
"json": {
|
|
284
|
+
"description": "Format output as json.",
|
|
285
|
+
"helpGroup": "GLOBAL",
|
|
286
|
+
"name": "json",
|
|
287
|
+
"allowNo": false,
|
|
288
|
+
"type": "boolean"
|
|
289
|
+
},
|
|
290
|
+
"flags-dir": {
|
|
291
|
+
"helpGroup": "GLOBAL",
|
|
292
|
+
"name": "flags-dir",
|
|
293
|
+
"summary": "Import flag values from a directory.",
|
|
294
|
+
"hasDynamicHelp": false,
|
|
295
|
+
"multiple": false,
|
|
296
|
+
"type": "option"
|
|
297
|
+
},
|
|
298
|
+
"cli": {
|
|
299
|
+
"char": "c",
|
|
300
|
+
"name": "cli",
|
|
301
|
+
"required": true,
|
|
302
|
+
"summary": "the cli to pull information for",
|
|
303
|
+
"hasDynamicHelp": false,
|
|
304
|
+
"multiple": false,
|
|
305
|
+
"options": [
|
|
306
|
+
"sf",
|
|
307
|
+
"sfdx"
|
|
308
|
+
],
|
|
309
|
+
"type": "option"
|
|
310
|
+
},
|
|
311
|
+
"since": {
|
|
312
|
+
"char": "s",
|
|
313
|
+
"name": "since",
|
|
314
|
+
"summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
|
|
315
|
+
"hasDynamicHelp": false,
|
|
316
|
+
"multiple": false,
|
|
317
|
+
"type": "option"
|
|
318
|
+
},
|
|
319
|
+
"markdown": {
|
|
320
|
+
"char": "m",
|
|
321
|
+
"name": "markdown",
|
|
322
|
+
"summary": "format the output in markdown",
|
|
323
|
+
"allowNo": false,
|
|
324
|
+
"type": "boolean"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
"hasDynamicHelp": false,
|
|
328
|
+
"hiddenAliases": [],
|
|
329
|
+
"id": "cli:releasenotes",
|
|
330
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
331
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
332
|
+
"pluginType": "core",
|
|
333
|
+
"strict": true,
|
|
334
|
+
"summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
335
|
+
"enableJsonFlag": true,
|
|
336
|
+
"isESM": true,
|
|
337
|
+
"relativePath": [
|
|
338
|
+
"lib",
|
|
339
|
+
"commands",
|
|
340
|
+
"cli",
|
|
341
|
+
"releasenotes.js"
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
344
|
"repositories": {
|
|
345
345
|
"aliases": [],
|
|
346
346
|
"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": {},
|
|
@@ -1187,6 +1126,67 @@
|
|
|
1187
1126
|
"inspect.js"
|
|
1188
1127
|
]
|
|
1189
1128
|
},
|
|
1129
|
+
"github:check:closed": {
|
|
1130
|
+
"aliases": [],
|
|
1131
|
+
"args": {},
|
|
1132
|
+
"description": "Description of a command.",
|
|
1133
|
+
"examples": [
|
|
1134
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1135
|
+
],
|
|
1136
|
+
"flags": {
|
|
1137
|
+
"json": {
|
|
1138
|
+
"description": "Format output as json.",
|
|
1139
|
+
"helpGroup": "GLOBAL",
|
|
1140
|
+
"name": "json",
|
|
1141
|
+
"allowNo": false,
|
|
1142
|
+
"type": "boolean"
|
|
1143
|
+
},
|
|
1144
|
+
"flags-dir": {
|
|
1145
|
+
"helpGroup": "GLOBAL",
|
|
1146
|
+
"name": "flags-dir",
|
|
1147
|
+
"summary": "Import flag values from a directory.",
|
|
1148
|
+
"hasDynamicHelp": false,
|
|
1149
|
+
"multiple": false,
|
|
1150
|
+
"type": "option"
|
|
1151
|
+
},
|
|
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"
|
|
1161
|
+
},
|
|
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"
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
"hasDynamicHelp": true,
|
|
1173
|
+
"hiddenAliases": [],
|
|
1174
|
+
"id": "github:check:closed",
|
|
1175
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1176
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1177
|
+
"pluginType": "core",
|
|
1178
|
+
"strict": true,
|
|
1179
|
+
"summary": "Show open Github issues with GUS WI",
|
|
1180
|
+
"enableJsonFlag": true,
|
|
1181
|
+
"isESM": true,
|
|
1182
|
+
"relativePath": [
|
|
1183
|
+
"lib",
|
|
1184
|
+
"commands",
|
|
1185
|
+
"github",
|
|
1186
|
+
"check",
|
|
1187
|
+
"closed.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.13"
|
|
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.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@octokit/plugin-paginate-rest": "^11.4.3",
|
|
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
|
},
|