@salesforce/plugin-release-management 4.7.15 → 4.7.17
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 +17 -17
- package/npm-shrinkwrap.json +47 -25
- package/oclif.manifest.json +58 -58
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -156,7 +156,7 @@ EXAMPLES
|
|
|
156
156
|
$ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
159
|
+
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/channel/promote.ts)_
|
|
160
160
|
|
|
161
161
|
## `sfdx cli artifacts compare`
|
|
162
162
|
|
|
@@ -179,7 +179,7 @@ EXAMPLES
|
|
|
179
179
|
$ sfdx cli artifacts compare
|
|
180
180
|
```
|
|
181
181
|
|
|
182
|
-
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
182
|
+
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/cli/artifacts/compare.ts)_
|
|
183
183
|
|
|
184
184
|
## `sfdx cli install jit test`
|
|
185
185
|
|
|
@@ -199,7 +199,7 @@ EXAMPLES
|
|
|
199
199
|
$ sfdx cli install jit test
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
-
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
202
|
+
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/cli/install/jit/test.ts)_
|
|
203
203
|
|
|
204
204
|
## `sfdx cli install test`
|
|
205
205
|
|
|
@@ -239,7 +239,7 @@ EXAMPLES
|
|
|
239
239
|
$ sfdx cli install test --cli sf --method tarball --channel stable-rc
|
|
240
240
|
```
|
|
241
241
|
|
|
242
|
-
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
242
|
+
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/cli/install/test.ts)_
|
|
243
243
|
|
|
244
244
|
## `sfdx cli release automerge`
|
|
245
245
|
|
|
@@ -268,7 +268,7 @@ EXAMPLES
|
|
|
268
268
|
$ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
|
|
269
269
|
```
|
|
270
270
|
|
|
271
|
-
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
271
|
+
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/cli/release/automerge.ts)_
|
|
272
272
|
|
|
273
273
|
## `sfdx cli release build`
|
|
274
274
|
|
|
@@ -329,7 +329,7 @@ EXAMPLES
|
|
|
329
329
|
$ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
|
|
330
330
|
```
|
|
331
331
|
|
|
332
|
-
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
332
|
+
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/cli/release/build.ts)_
|
|
333
333
|
|
|
334
334
|
## `sfdx cli releasenotes`
|
|
335
335
|
|
|
@@ -369,7 +369,7 @@ EXAMPLES
|
|
|
369
369
|
$ sfdx cli releasenotes --cli sf --markdown > changes.md
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
372
|
+
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/cli/releasenotes.ts)_
|
|
373
373
|
|
|
374
374
|
## `sfdx cli tarballs prepare`
|
|
375
375
|
|
|
@@ -396,7 +396,7 @@ EXAMPLES
|
|
|
396
396
|
$ sfdx cli tarballs prepare
|
|
397
397
|
```
|
|
398
398
|
|
|
399
|
-
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
399
|
+
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/cli/tarballs/prepare.ts)_
|
|
400
400
|
|
|
401
401
|
## `sfdx cli tarballs smoke`
|
|
402
402
|
|
|
@@ -425,7 +425,7 @@ EXAMPLES
|
|
|
425
425
|
$ sfdx cli tarballs smoke
|
|
426
426
|
```
|
|
427
427
|
|
|
428
|
-
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
428
|
+
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/cli/tarballs/smoke.ts)_
|
|
429
429
|
|
|
430
430
|
## `sfdx cli tarballs verify`
|
|
431
431
|
|
|
@@ -456,7 +456,7 @@ EXAMPLES
|
|
|
456
456
|
$ sfdx cli tarballs verify --cli sf
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
459
|
+
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/cli/tarballs/verify.ts)_
|
|
460
460
|
|
|
461
461
|
## `sfdx cli versions inspect`
|
|
462
462
|
|
|
@@ -508,7 +508,7 @@ EXAMPLES
|
|
|
508
508
|
$ sfdx cli versions inspect -l npm -c latest -d chalk -s
|
|
509
509
|
```
|
|
510
510
|
|
|
511
|
-
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
511
|
+
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/cli/versions/inspect.ts)_
|
|
512
512
|
|
|
513
513
|
## `sfdx dependabot automerge`
|
|
514
514
|
|
|
@@ -547,7 +547,7 @@ EXAMPLES
|
|
|
547
547
|
$ sfdx dependabot automerge --max-version-bump major
|
|
548
548
|
```
|
|
549
549
|
|
|
550
|
-
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
550
|
+
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/dependabot/automerge.ts)_
|
|
551
551
|
|
|
552
552
|
## `sfdx github check closed`
|
|
553
553
|
|
|
@@ -573,7 +573,7 @@ EXAMPLES
|
|
|
573
573
|
$ sfdx github check closed -o me@gus.com
|
|
574
574
|
```
|
|
575
575
|
|
|
576
|
-
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
576
|
+
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/github/check/closed.ts)_
|
|
577
577
|
|
|
578
578
|
## `sfdx npm dependencies pin`
|
|
579
579
|
|
|
@@ -598,7 +598,7 @@ DESCRIPTION
|
|
|
598
598
|
in the package.json
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
601
|
+
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/npm/dependencies/pin.ts)_
|
|
602
602
|
|
|
603
603
|
## `sfdx npm package release`
|
|
604
604
|
|
|
@@ -629,7 +629,7 @@ DESCRIPTION
|
|
|
629
629
|
publish npm package
|
|
630
630
|
```
|
|
631
631
|
|
|
632
|
-
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
632
|
+
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/npm/package/release.ts)_
|
|
633
633
|
|
|
634
634
|
## `sfdx plugins trust verify`
|
|
635
635
|
|
|
@@ -657,7 +657,7 @@ EXAMPLES
|
|
|
657
657
|
$ sfdx plugins trust verify --npm @scope/npmName
|
|
658
658
|
```
|
|
659
659
|
|
|
660
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.
|
|
660
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.10/src/commands/plugins/trust/verify.ts)_
|
|
661
661
|
|
|
662
662
|
## `sfdx repositories`
|
|
663
663
|
|
|
@@ -695,6 +695,6 @@ EXAMPLES
|
|
|
695
695
|
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
|
|
696
696
|
```
|
|
697
697
|
|
|
698
|
-
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
698
|
+
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.17/src/commands/repositories/index.ts)_
|
|
699
699
|
|
|
700
700
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.17",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-release-management",
|
|
9
|
-
"version": "4.7.
|
|
9
|
+
"version": "4.7.17",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.18.2",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@salesforce/core": "^6.5.3",
|
|
18
18
|
"@salesforce/kit": "^3.0.15",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.67",
|
|
20
|
-
"@salesforce/plugin-trust": "^3.3.
|
|
21
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
20
|
+
"@salesforce/plugin-trust": "^3.3.10",
|
|
21
|
+
"@salesforce/sf-plugins-core": "^7.1.11",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.9",
|
|
23
23
|
"aws-sdk": "^2.1560.0",
|
|
24
24
|
"chalk": "^5.3.0",
|
|
@@ -3271,9 +3271,9 @@
|
|
|
3271
3271
|
}
|
|
3272
3272
|
},
|
|
3273
3273
|
"node_modules/@oclif/core": {
|
|
3274
|
-
"version": "3.19.
|
|
3275
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.19.
|
|
3276
|
-
"integrity": "sha512
|
|
3274
|
+
"version": "3.19.6",
|
|
3275
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.19.6.tgz",
|
|
3276
|
+
"integrity": "sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==",
|
|
3277
3277
|
"license": "MIT",
|
|
3278
3278
|
"dependencies": {
|
|
3279
3279
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3872,16 +3872,38 @@
|
|
|
3872
3872
|
"node": ">=16.0.0"
|
|
3873
3873
|
}
|
|
3874
3874
|
},
|
|
3875
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/pino": {
|
|
3876
|
+
"version": "8.18.0",
|
|
3877
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.18.0.tgz",
|
|
3878
|
+
"integrity": "sha512-Mz/gKiRyuXu4HnpHgi1YWdHQCoWMufapzooisvFn78zl4dZciAxS+YeRkUxXl1ee/SzU80YCz1zpECCh4oC6Aw==",
|
|
3879
|
+
"license": "MIT",
|
|
3880
|
+
"dependencies": {
|
|
3881
|
+
"atomic-sleep": "^1.0.0",
|
|
3882
|
+
"fast-redact": "^3.1.1",
|
|
3883
|
+
"on-exit-leak-free": "^2.1.0",
|
|
3884
|
+
"pino-abstract-transport": "v1.1.0",
|
|
3885
|
+
"pino-std-serializers": "^6.0.0",
|
|
3886
|
+
"process-warning": "^3.0.0",
|
|
3887
|
+
"quick-format-unescaped": "^4.0.3",
|
|
3888
|
+
"real-require": "^0.2.0",
|
|
3889
|
+
"safe-stable-stringify": "^2.3.1",
|
|
3890
|
+
"sonic-boom": "^3.7.0",
|
|
3891
|
+
"thread-stream": "^2.0.0"
|
|
3892
|
+
},
|
|
3893
|
+
"bin": {
|
|
3894
|
+
"pino": "bin.js"
|
|
3895
|
+
}
|
|
3896
|
+
},
|
|
3875
3897
|
"node_modules/@salesforce/core": {
|
|
3876
|
-
"version": "6.5.
|
|
3877
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.5.
|
|
3878
|
-
"integrity": "sha512-
|
|
3898
|
+
"version": "6.5.5",
|
|
3899
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.5.5.tgz",
|
|
3900
|
+
"integrity": "sha512-2zWTwc9m+LGJNSKXk6I01dzWEjWKkHyYZbROksIPzfWJ5lGfErzpvsTcGAAskBrJD9EpQ4/BtMSLhPSwskI7Fw==",
|
|
3879
3901
|
"license": "BSD-3-Clause",
|
|
3880
3902
|
"dependencies": {
|
|
3881
3903
|
"@salesforce/kit": "^3.0.15",
|
|
3882
3904
|
"@salesforce/schemas": "^1.6.1",
|
|
3883
3905
|
"@salesforce/ts-types": "^2.0.9",
|
|
3884
|
-
"@types/semver": "^7.5.
|
|
3906
|
+
"@types/semver": "^7.5.7",
|
|
3885
3907
|
"ajv": "^8.12.0",
|
|
3886
3908
|
"change-case": "^4.1.2",
|
|
3887
3909
|
"faye": "^1.4.0",
|
|
@@ -3890,11 +3912,11 @@
|
|
|
3890
3912
|
"jsforce": "^2.0.0-beta.29",
|
|
3891
3913
|
"jsonwebtoken": "9.0.2",
|
|
3892
3914
|
"jszip": "3.10.1",
|
|
3893
|
-
"pino": "^8.
|
|
3915
|
+
"pino": "^8.19.0",
|
|
3894
3916
|
"pino-abstract-transport": "^1.1.0",
|
|
3895
3917
|
"pino-pretty": "^10.3.1",
|
|
3896
3918
|
"proper-lockfile": "^4.1.2",
|
|
3897
|
-
"semver": "^7.
|
|
3919
|
+
"semver": "^7.6.0",
|
|
3898
3920
|
"ts-retry-promise": "^0.7.1"
|
|
3899
3921
|
},
|
|
3900
3922
|
"engines": {
|
|
@@ -4122,9 +4144,9 @@
|
|
|
4122
4144
|
}
|
|
4123
4145
|
},
|
|
4124
4146
|
"node_modules/@salesforce/plugin-trust": {
|
|
4125
|
-
"version": "3.3.
|
|
4126
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.
|
|
4127
|
-
"integrity": "sha512-
|
|
4147
|
+
"version": "3.3.10",
|
|
4148
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.10.tgz",
|
|
4149
|
+
"integrity": "sha512-jDBah3lAyWtsdjfNd7dTRELJWEjfco5bQXPCPNqx8tH/yoLIbUMrHD7fW782tA5UbbXrW9HHB/ugykeoCxAB0w==",
|
|
4128
4150
|
"license": "BSD-3-Clause",
|
|
4129
4151
|
"dependencies": {
|
|
4130
4152
|
"@oclif/core": "^3.18.2",
|
|
@@ -4133,7 +4155,7 @@
|
|
|
4133
4155
|
"got": "^13.0.0",
|
|
4134
4156
|
"npm": "10.2.3",
|
|
4135
4157
|
"npm-run-path": "^4.0.1",
|
|
4136
|
-
"proxy-agent": "^6.
|
|
4158
|
+
"proxy-agent": "^6.4.0",
|
|
4137
4159
|
"semver": "^7.6.0",
|
|
4138
4160
|
"shelljs": "^0.8.4"
|
|
4139
4161
|
},
|
|
@@ -4158,15 +4180,15 @@
|
|
|
4158
4180
|
"license": "ISC"
|
|
4159
4181
|
},
|
|
4160
4182
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4161
|
-
"version": "7.1.
|
|
4162
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
4163
|
-
"integrity": "sha512-
|
|
4183
|
+
"version": "7.1.11",
|
|
4184
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.11.tgz",
|
|
4185
|
+
"integrity": "sha512-2EAv1OYxGo5e/rZ+3k3G96oVZKK2FBPKK4CiFhgp8bQ7BB0+7+bmSyBjoQ26Q2AaEp4k0GQeNsh+0RN2ZhTuVg==",
|
|
4164
4186
|
"license": "BSD-3-Clause",
|
|
4165
4187
|
"dependencies": {
|
|
4166
4188
|
"@inquirer/confirm": "^2.0.17",
|
|
4167
4189
|
"@inquirer/password": "^1.1.16",
|
|
4168
|
-
"@oclif/core": "^3.19.
|
|
4169
|
-
"@salesforce/core": "^6.5.
|
|
4190
|
+
"@oclif/core": "^3.19.2",
|
|
4191
|
+
"@salesforce/core": "^6.5.4",
|
|
4170
4192
|
"@salesforce/kit": "^3.0.15",
|
|
4171
4193
|
"@salesforce/ts-types": "^2.0.9",
|
|
4172
4194
|
"chalk": "^5.3.0"
|
|
@@ -18405,9 +18427,9 @@
|
|
|
18405
18427
|
}
|
|
18406
18428
|
},
|
|
18407
18429
|
"node_modules/pino": {
|
|
18408
|
-
"version": "8.
|
|
18409
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.
|
|
18410
|
-
"integrity": "sha512-
|
|
18430
|
+
"version": "8.19.0",
|
|
18431
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.19.0.tgz",
|
|
18432
|
+
"integrity": "sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA==",
|
|
18411
18433
|
"license": "MIT",
|
|
18412
18434
|
"dependencies": {
|
|
18413
18435
|
"atomic-sleep": "^1.0.0",
|
package/oclif.manifest.json
CHANGED
|
@@ -317,6 +317,63 @@
|
|
|
317
317
|
"automerge.js"
|
|
318
318
|
]
|
|
319
319
|
},
|
|
320
|
+
"cli:artifacts:compare": {
|
|
321
|
+
"aliases": [],
|
|
322
|
+
"args": {},
|
|
323
|
+
"examples": [
|
|
324
|
+
"<%= config.bin %> <%= command.id %>"
|
|
325
|
+
],
|
|
326
|
+
"flags": {
|
|
327
|
+
"json": {
|
|
328
|
+
"description": "Format output as json.",
|
|
329
|
+
"helpGroup": "GLOBAL",
|
|
330
|
+
"name": "json",
|
|
331
|
+
"allowNo": false,
|
|
332
|
+
"type": "boolean"
|
|
333
|
+
},
|
|
334
|
+
"plugin": {
|
|
335
|
+
"char": "p",
|
|
336
|
+
"name": "plugin",
|
|
337
|
+
"summary": "List of plugins to check for breaking changes.",
|
|
338
|
+
"hasDynamicHelp": false,
|
|
339
|
+
"multiple": true,
|
|
340
|
+
"type": "option"
|
|
341
|
+
},
|
|
342
|
+
"previous": {
|
|
343
|
+
"char": "r",
|
|
344
|
+
"name": "previous",
|
|
345
|
+
"summary": "Previous CLI version to compare against. Defaults to the last published version.",
|
|
346
|
+
"hasDynamicHelp": false,
|
|
347
|
+
"multiple": false,
|
|
348
|
+
"type": "option"
|
|
349
|
+
},
|
|
350
|
+
"current": {
|
|
351
|
+
"char": "c",
|
|
352
|
+
"name": "current",
|
|
353
|
+
"summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
|
|
354
|
+
"hasDynamicHelp": false,
|
|
355
|
+
"multiple": false,
|
|
356
|
+
"type": "option"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
"hasDynamicHelp": false,
|
|
360
|
+
"hiddenAliases": [],
|
|
361
|
+
"id": "cli:artifacts:compare",
|
|
362
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
363
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
364
|
+
"pluginType": "core",
|
|
365
|
+
"strict": true,
|
|
366
|
+
"summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
|
|
367
|
+
"enableJsonFlag": true,
|
|
368
|
+
"isESM": true,
|
|
369
|
+
"relativePath": [
|
|
370
|
+
"lib",
|
|
371
|
+
"commands",
|
|
372
|
+
"cli",
|
|
373
|
+
"artifacts",
|
|
374
|
+
"compare.js"
|
|
375
|
+
]
|
|
376
|
+
},
|
|
320
377
|
"repositories": {
|
|
321
378
|
"aliases": [],
|
|
322
379
|
"args": {},
|
|
@@ -428,63 +485,6 @@
|
|
|
428
485
|
"index.js"
|
|
429
486
|
]
|
|
430
487
|
},
|
|
431
|
-
"cli:artifacts:compare": {
|
|
432
|
-
"aliases": [],
|
|
433
|
-
"args": {},
|
|
434
|
-
"examples": [
|
|
435
|
-
"<%= config.bin %> <%= command.id %>"
|
|
436
|
-
],
|
|
437
|
-
"flags": {
|
|
438
|
-
"json": {
|
|
439
|
-
"description": "Format output as json.",
|
|
440
|
-
"helpGroup": "GLOBAL",
|
|
441
|
-
"name": "json",
|
|
442
|
-
"allowNo": false,
|
|
443
|
-
"type": "boolean"
|
|
444
|
-
},
|
|
445
|
-
"plugin": {
|
|
446
|
-
"char": "p",
|
|
447
|
-
"name": "plugin",
|
|
448
|
-
"summary": "List of plugins to check for breaking changes.",
|
|
449
|
-
"hasDynamicHelp": false,
|
|
450
|
-
"multiple": true,
|
|
451
|
-
"type": "option"
|
|
452
|
-
},
|
|
453
|
-
"previous": {
|
|
454
|
-
"char": "r",
|
|
455
|
-
"name": "previous",
|
|
456
|
-
"summary": "Previous CLI version to compare against. Defaults to the last published version.",
|
|
457
|
-
"hasDynamicHelp": false,
|
|
458
|
-
"multiple": false,
|
|
459
|
-
"type": "option"
|
|
460
|
-
},
|
|
461
|
-
"current": {
|
|
462
|
-
"char": "c",
|
|
463
|
-
"name": "current",
|
|
464
|
-
"summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
|
|
465
|
-
"hasDynamicHelp": false,
|
|
466
|
-
"multiple": false,
|
|
467
|
-
"type": "option"
|
|
468
|
-
}
|
|
469
|
-
},
|
|
470
|
-
"hasDynamicHelp": false,
|
|
471
|
-
"hiddenAliases": [],
|
|
472
|
-
"id": "cli:artifacts:compare",
|
|
473
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
474
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
475
|
-
"pluginType": "core",
|
|
476
|
-
"strict": true,
|
|
477
|
-
"summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
|
|
478
|
-
"enableJsonFlag": true,
|
|
479
|
-
"isESM": true,
|
|
480
|
-
"relativePath": [
|
|
481
|
-
"lib",
|
|
482
|
-
"commands",
|
|
483
|
-
"cli",
|
|
484
|
-
"artifacts",
|
|
485
|
-
"compare.js"
|
|
486
|
-
]
|
|
487
|
-
},
|
|
488
488
|
"cli:install:test": {
|
|
489
489
|
"aliases": [],
|
|
490
490
|
"args": {},
|
|
@@ -1270,5 +1270,5 @@
|
|
|
1270
1270
|
]
|
|
1271
1271
|
}
|
|
1272
1272
|
},
|
|
1273
|
-
"version": "4.7.
|
|
1273
|
+
"version": "4.7.17"
|
|
1274
1274
|
}
|
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": "4.7.
|
|
4
|
+
"version": "4.7.17",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@salesforce/core": "^6.5.3",
|
|
18
18
|
"@salesforce/kit": "^3.0.15",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.67",
|
|
20
|
-
"@salesforce/plugin-trust": "^3.3.
|
|
21
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
20
|
+
"@salesforce/plugin-trust": "^3.3.10",
|
|
21
|
+
"@salesforce/sf-plugins-core": "^7.1.11",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.9",
|
|
23
23
|
"aws-sdk": "^2.1560.0",
|
|
24
24
|
"chalk": "^5.3.0",
|