@salesforce/plugin-release-management 5.6.30 → 5.6.31
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/LICENSE.txt +1 -1
- package/README.md +17 -17
- package/npm-shrinkwrap.json +16 -26
- package/oclif.lock +12 -17
- package/oclif.manifest.json +179 -179
- package/package.json +3 -3
package/LICENSE.txt
CHANGED
package/README.md
CHANGED
|
@@ -145,7 +145,7 @@ EXAMPLES
|
|
|
145
145
|
$ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.
|
|
148
|
+
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/channel/promote.ts)_
|
|
149
149
|
|
|
150
150
|
## `sfdx cli artifacts compare`
|
|
151
151
|
|
|
@@ -169,7 +169,7 @@ EXAMPLES
|
|
|
169
169
|
$ sfdx cli artifacts compare
|
|
170
170
|
```
|
|
171
171
|
|
|
172
|
-
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.
|
|
172
|
+
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/cli/artifacts/compare.ts)_
|
|
173
173
|
|
|
174
174
|
## `sfdx cli install jit test`
|
|
175
175
|
|
|
@@ -190,7 +190,7 @@ EXAMPLES
|
|
|
190
190
|
$ sfdx cli install jit test
|
|
191
191
|
```
|
|
192
192
|
|
|
193
|
-
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.
|
|
193
|
+
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/cli/install/jit/test.ts)_
|
|
194
194
|
|
|
195
195
|
## `sfdx cli install test`
|
|
196
196
|
|
|
@@ -231,7 +231,7 @@ EXAMPLES
|
|
|
231
231
|
$ sfdx cli install test --cli sf --method tarball --channel stable-rc
|
|
232
232
|
```
|
|
233
233
|
|
|
234
|
-
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.
|
|
234
|
+
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/cli/install/test.ts)_
|
|
235
235
|
|
|
236
236
|
## `sfdx cli release automerge`
|
|
237
237
|
|
|
@@ -262,7 +262,7 @@ EXAMPLES
|
|
|
262
262
|
$ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.
|
|
265
|
+
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/cli/release/automerge.ts)_
|
|
266
266
|
|
|
267
267
|
## `sfdx cli release build`
|
|
268
268
|
|
|
@@ -325,7 +325,7 @@ EXAMPLES
|
|
|
325
325
|
$ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
|
|
326
326
|
```
|
|
327
327
|
|
|
328
|
-
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.
|
|
328
|
+
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/cli/release/build.ts)_
|
|
329
329
|
|
|
330
330
|
## `sfdx cli releasenotes`
|
|
331
331
|
|
|
@@ -366,7 +366,7 @@ EXAMPLES
|
|
|
366
366
|
$ sfdx cli releasenotes --cli sf --markdown > changes.md
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.
|
|
369
|
+
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/cli/releasenotes.ts)_
|
|
370
370
|
|
|
371
371
|
## `sfdx cli tarballs prepare`
|
|
372
372
|
|
|
@@ -394,7 +394,7 @@ EXAMPLES
|
|
|
394
394
|
$ sfdx cli tarballs prepare
|
|
395
395
|
```
|
|
396
396
|
|
|
397
|
-
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.
|
|
397
|
+
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/cli/tarballs/prepare.ts)_
|
|
398
398
|
|
|
399
399
|
## `sfdx cli tarballs smoke`
|
|
400
400
|
|
|
@@ -424,7 +424,7 @@ EXAMPLES
|
|
|
424
424
|
$ sfdx cli tarballs smoke
|
|
425
425
|
```
|
|
426
426
|
|
|
427
|
-
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.
|
|
427
|
+
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/cli/tarballs/smoke.ts)_
|
|
428
428
|
|
|
429
429
|
## `sfdx cli tarballs verify`
|
|
430
430
|
|
|
@@ -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/5.6.
|
|
459
|
+
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/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/5.6.
|
|
511
|
+
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/cli/versions/inspect.ts)_
|
|
512
512
|
|
|
513
513
|
## `sfdx dependabot automerge`
|
|
514
514
|
|
|
@@ -548,7 +548,7 @@ EXAMPLES
|
|
|
548
548
|
$ sfdx dependabot automerge --max-version-bump major
|
|
549
549
|
```
|
|
550
550
|
|
|
551
|
-
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.
|
|
551
|
+
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/dependabot/automerge.ts)_
|
|
552
552
|
|
|
553
553
|
## `sfdx github check closed`
|
|
554
554
|
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
$ sfdx github check closed -o me@gus.com
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.
|
|
578
|
+
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/github/check/closed.ts)_
|
|
579
579
|
|
|
580
580
|
## `sfdx npm dependencies pin`
|
|
581
581
|
|
|
@@ -601,7 +601,7 @@ DESCRIPTION
|
|
|
601
601
|
in the package.json
|
|
602
602
|
```
|
|
603
603
|
|
|
604
|
-
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.
|
|
604
|
+
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/npm/dependencies/pin.ts)_
|
|
605
605
|
|
|
606
606
|
## `sfdx npm package release`
|
|
607
607
|
|
|
@@ -633,7 +633,7 @@ DESCRIPTION
|
|
|
633
633
|
publish npm package
|
|
634
634
|
```
|
|
635
635
|
|
|
636
|
-
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.
|
|
636
|
+
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/npm/package/release.ts)_
|
|
637
637
|
|
|
638
638
|
## `sfdx plugins trust verify`
|
|
639
639
|
|
|
@@ -662,7 +662,7 @@ EXAMPLES
|
|
|
662
662
|
$ sfdx plugins trust verify --npm @scope/npmName
|
|
663
663
|
```
|
|
664
664
|
|
|
665
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
665
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.53/src/commands/plugins/trust/verify.ts)_
|
|
666
666
|
|
|
667
667
|
## `sfdx repositories`
|
|
668
668
|
|
|
@@ -701,6 +701,6 @@ EXAMPLES
|
|
|
701
701
|
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
|
|
702
702
|
```
|
|
703
703
|
|
|
704
|
-
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.
|
|
704
|
+
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.31/src/commands/repositories/index.ts)_
|
|
705
705
|
|
|
706
706
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.31",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-release-management",
|
|
9
|
-
"version": "5.6.
|
|
9
|
+
"version": "5.6.31",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4.0.37",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@salesforce/core": "^8.8.0",
|
|
18
18
|
"@salesforce/kit": "^3.2.0",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.1.38",
|
|
20
|
-
"@salesforce/plugin-trust": "^3.7.
|
|
20
|
+
"@salesforce/plugin-trust": "^3.7.53",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^12.1.1",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.10",
|
|
23
23
|
"aws-sdk": "^2.1692.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"sf-release": "bin/run.js"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
39
|
+
"@oclif/plugin-command-snapshot": "^5.2.24",
|
|
40
40
|
"@salesforce/dev-scripts": "^10.2.4",
|
|
41
41
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
42
42
|
"@types/semver": "^7.5.8",
|
|
@@ -4021,14 +4021,14 @@
|
|
|
4021
4021
|
}
|
|
4022
4022
|
},
|
|
4023
4023
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4024
|
-
"version": "5.2.
|
|
4025
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
4026
|
-
"integrity": "sha512-
|
|
4024
|
+
"version": "5.2.24",
|
|
4025
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.24.tgz",
|
|
4026
|
+
"integrity": "sha512-KgsIyW1hf53JbySSSWv3FzGgtinX3xSj/Uuu+81Wn6em3csyrOfS60J4mUyB2BtSfCj+OXRzwoXluYiTJy974w==",
|
|
4027
4027
|
"dev": true,
|
|
4028
4028
|
"license": "MIT",
|
|
4029
4029
|
"dependencies": {
|
|
4030
4030
|
"@oclif/core": "^4",
|
|
4031
|
-
"ansis": "^3.
|
|
4031
|
+
"ansis": "^3.5.2",
|
|
4032
4032
|
"globby": "^14.0.2",
|
|
4033
4033
|
"just-diff": "^5.2.0",
|
|
4034
4034
|
"lodash.difference": "^4.5.0",
|
|
@@ -4135,16 +4135,6 @@
|
|
|
4135
4135
|
"node": ">=18.0.0"
|
|
4136
4136
|
}
|
|
4137
4137
|
},
|
|
4138
|
-
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/ansis": {
|
|
4139
|
-
"version": "3.5.2",
|
|
4140
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.5.2.tgz",
|
|
4141
|
-
"integrity": "sha512-5uGcUZRbORJeEppVdWfZOSybTMz+Ou+84HepgK081Yk5+pPMMzWf/XGxiAT6bfBqCghRB4MwBtYn0CHqINRVag==",
|
|
4142
|
-
"dev": true,
|
|
4143
|
-
"license": "ISC",
|
|
4144
|
-
"engines": {
|
|
4145
|
-
"node": ">=16"
|
|
4146
|
-
}
|
|
4147
|
-
},
|
|
4148
4138
|
"node_modules/@oclif/table": {
|
|
4149
4139
|
"version": "0.3.3",
|
|
4150
4140
|
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.3.3.tgz",
|
|
@@ -4893,15 +4883,15 @@
|
|
|
4893
4883
|
}
|
|
4894
4884
|
},
|
|
4895
4885
|
"node_modules/@salesforce/plugin-trust": {
|
|
4896
|
-
"version": "3.7.
|
|
4897
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
4898
|
-
"integrity": "sha512-
|
|
4886
|
+
"version": "3.7.53",
|
|
4887
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.53.tgz",
|
|
4888
|
+
"integrity": "sha512-orZlPf23WEwNvNzusqotP31GNwR9Csm7ZLPETqMWkpiI0vnWYKDxBlgzdmmPEpI8DqNUO/BURBTz+ZOSsUJiLw==",
|
|
4899
4889
|
"license": "BSD-3-Clause",
|
|
4900
4890
|
"dependencies": {
|
|
4901
4891
|
"@oclif/core": "^4",
|
|
4902
4892
|
"@salesforce/core": "^8.8.0",
|
|
4903
4893
|
"@salesforce/kit": "^3.2.0",
|
|
4904
|
-
"@salesforce/plugin-info": "^3.4.
|
|
4894
|
+
"@salesforce/plugin-info": "^3.4.30",
|
|
4905
4895
|
"@salesforce/sf-plugins-core": "^12",
|
|
4906
4896
|
"got": "^13.0.0",
|
|
4907
4897
|
"npm": "^10.9.2",
|
|
@@ -6630,12 +6620,12 @@
|
|
|
6630
6620
|
"license": "MIT"
|
|
6631
6621
|
},
|
|
6632
6622
|
"node_modules/ansis": {
|
|
6633
|
-
"version": "3.
|
|
6634
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.
|
|
6635
|
-
"integrity": "sha512-
|
|
6623
|
+
"version": "3.5.2",
|
|
6624
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.5.2.tgz",
|
|
6625
|
+
"integrity": "sha512-5uGcUZRbORJeEppVdWfZOSybTMz+Ou+84HepgK081Yk5+pPMMzWf/XGxiAT6bfBqCghRB4MwBtYn0CHqINRVag==",
|
|
6636
6626
|
"license": "ISC",
|
|
6637
6627
|
"engines": {
|
|
6638
|
-
"node": ">=
|
|
6628
|
+
"node": ">=16"
|
|
6639
6629
|
}
|
|
6640
6630
|
},
|
|
6641
6631
|
"node_modules/anymatch": {
|
package/oclif.lock
CHANGED
|
@@ -1693,13 +1693,13 @@
|
|
|
1693
1693
|
wordwrap "^1.0.0"
|
|
1694
1694
|
wrap-ansi "^7.0.0"
|
|
1695
1695
|
|
|
1696
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
|
1697
|
-
version "5.2.
|
|
1698
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1699
|
-
integrity sha512-
|
|
1696
|
+
"@oclif/plugin-command-snapshot@^5.2.24":
|
|
1697
|
+
version "5.2.24"
|
|
1698
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.24.tgz#bc349c216ab86f70f35b1c3e53d8a93989b1cdd0"
|
|
1699
|
+
integrity sha512-KgsIyW1hf53JbySSSWv3FzGgtinX3xSj/Uuu+81Wn6em3csyrOfS60J4mUyB2BtSfCj+OXRzwoXluYiTJy974w==
|
|
1700
1700
|
dependencies:
|
|
1701
1701
|
"@oclif/core" "^4"
|
|
1702
|
-
ansis "^3.
|
|
1702
|
+
ansis "^3.5.2"
|
|
1703
1703
|
globby "^14.0.2"
|
|
1704
1704
|
just-diff "^5.2.0"
|
|
1705
1705
|
lodash.difference "^4.5.0"
|
|
@@ -1967,7 +1967,7 @@
|
|
|
1967
1967
|
debug "^4.4.0"
|
|
1968
1968
|
handlebars "^4.7.8"
|
|
1969
1969
|
|
|
1970
|
-
"@salesforce/plugin-info@^3.4.
|
|
1970
|
+
"@salesforce/plugin-info@^3.4.30":
|
|
1971
1971
|
version "3.4.30"
|
|
1972
1972
|
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.30.tgz#6a62622c14bba4cd3920bf5951e2caf794957ae7"
|
|
1973
1973
|
integrity sha512-PQ4/6u85epah4w5Y7nC665PCgPTVta17eyB/5noRm0Inu/jzTLMqJnWRa9ZVHbQmWSraZSHt6fO25FWRLL5zHA==
|
|
@@ -1985,15 +1985,15 @@
|
|
|
1985
1985
|
proxy-agent "^6.5.0"
|
|
1986
1986
|
semver "^7.6.3"
|
|
1987
1987
|
|
|
1988
|
-
"@salesforce/plugin-trust@^3.7.
|
|
1989
|
-
version "3.7.
|
|
1990
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
1991
|
-
integrity sha512-
|
|
1988
|
+
"@salesforce/plugin-trust@^3.7.53":
|
|
1989
|
+
version "3.7.53"
|
|
1990
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-3.7.53.tgz#24474566ee1fe4c23026885e8aa35fdafa01caa4"
|
|
1991
|
+
integrity sha512-orZlPf23WEwNvNzusqotP31GNwR9Csm7ZLPETqMWkpiI0vnWYKDxBlgzdmmPEpI8DqNUO/BURBTz+ZOSsUJiLw==
|
|
1992
1992
|
dependencies:
|
|
1993
1993
|
"@oclif/core" "^4"
|
|
1994
1994
|
"@salesforce/core" "^8.8.0"
|
|
1995
1995
|
"@salesforce/kit" "^3.2.0"
|
|
1996
|
-
"@salesforce/plugin-info" "^3.4.
|
|
1996
|
+
"@salesforce/plugin-info" "^3.4.30"
|
|
1997
1997
|
"@salesforce/sf-plugins-core" "^12"
|
|
1998
1998
|
got "^13.0.0"
|
|
1999
1999
|
npm "^10.9.2"
|
|
@@ -3183,12 +3183,7 @@ ansicolors@~0.3.2:
|
|
|
3183
3183
|
resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
|
|
3184
3184
|
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
|
|
3185
3185
|
|
|
3186
|
-
ansis@^3.3.1, ansis@^3.3.2:
|
|
3187
|
-
version "3.3.2"
|
|
3188
|
-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.2.tgz#15adc36fea112da95c74d309706e593618accac3"
|
|
3189
|
-
integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==
|
|
3190
|
-
|
|
3191
|
-
ansis@^3.4.0:
|
|
3186
|
+
ansis@^3.3.1, ansis@^3.3.2, ansis@^3.4.0, ansis@^3.5.2:
|
|
3192
3187
|
version "3.5.2"
|
|
3193
3188
|
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.5.2.tgz#d7a1f95a23f6becc5ee16fab85cda41c898fad96"
|
|
3194
3189
|
integrity sha512-5uGcUZRbORJeEppVdWfZOSybTMz+Ou+84HepgK081Yk5+pPMMzWf/XGxiAT6bfBqCghRB4MwBtYn0CHqINRVag==
|
package/oclif.manifest.json
CHANGED
|
@@ -848,168 +848,6 @@
|
|
|
848
848
|
"build.js"
|
|
849
849
|
]
|
|
850
850
|
},
|
|
851
|
-
"cli:versions:inspect": {
|
|
852
|
-
"aliases": [],
|
|
853
|
-
"args": {},
|
|
854
|
-
"description": "inspect the CLI version across all install paths",
|
|
855
|
-
"examples": [
|
|
856
|
-
"<%= config.bin %> <%= command.id %> -l archive -c stable",
|
|
857
|
-
"<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
|
|
858
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c stable",
|
|
859
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c latest",
|
|
860
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
|
|
861
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
|
|
862
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
|
|
863
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
|
|
864
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
|
|
865
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
|
|
866
|
-
],
|
|
867
|
-
"flags": {
|
|
868
|
-
"json": {
|
|
869
|
-
"description": "Format output as json.",
|
|
870
|
-
"helpGroup": "GLOBAL",
|
|
871
|
-
"name": "json",
|
|
872
|
-
"allowNo": false,
|
|
873
|
-
"type": "boolean"
|
|
874
|
-
},
|
|
875
|
-
"flags-dir": {
|
|
876
|
-
"helpGroup": "GLOBAL",
|
|
877
|
-
"name": "flags-dir",
|
|
878
|
-
"summary": "Import flag values from a directory.",
|
|
879
|
-
"hasDynamicHelp": false,
|
|
880
|
-
"multiple": false,
|
|
881
|
-
"type": "option"
|
|
882
|
-
},
|
|
883
|
-
"dependencies": {
|
|
884
|
-
"char": "d",
|
|
885
|
-
"name": "dependencies",
|
|
886
|
-
"summary": "glob pattern of dependencies you want to see the version of",
|
|
887
|
-
"hasDynamicHelp": false,
|
|
888
|
-
"multiple": true,
|
|
889
|
-
"type": "option"
|
|
890
|
-
},
|
|
891
|
-
"salesforce": {
|
|
892
|
-
"char": "s",
|
|
893
|
-
"name": "salesforce",
|
|
894
|
-
"summary": "show versions of salesforce owned dependencies",
|
|
895
|
-
"allowNo": false,
|
|
896
|
-
"type": "boolean"
|
|
897
|
-
},
|
|
898
|
-
"channels": {
|
|
899
|
-
"char": "c",
|
|
900
|
-
"name": "channels",
|
|
901
|
-
"required": true,
|
|
902
|
-
"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)",
|
|
903
|
-
"hasDynamicHelp": false,
|
|
904
|
-
"multiple": true,
|
|
905
|
-
"options": [
|
|
906
|
-
"stable",
|
|
907
|
-
"stable-rc",
|
|
908
|
-
"latest",
|
|
909
|
-
"latest-rc",
|
|
910
|
-
"nightly"
|
|
911
|
-
],
|
|
912
|
-
"type": "option"
|
|
913
|
-
},
|
|
914
|
-
"locations": {
|
|
915
|
-
"char": "l",
|
|
916
|
-
"name": "locations",
|
|
917
|
-
"required": true,
|
|
918
|
-
"summary": "the location you want to inspect",
|
|
919
|
-
"hasDynamicHelp": false,
|
|
920
|
-
"multiple": true,
|
|
921
|
-
"options": [
|
|
922
|
-
"archive",
|
|
923
|
-
"npm"
|
|
924
|
-
],
|
|
925
|
-
"type": "option"
|
|
926
|
-
},
|
|
927
|
-
"ignore-missing": {
|
|
928
|
-
"name": "ignore-missing",
|
|
929
|
-
"summary": "skip missing archives. Useful when supporting new architectures in oclif",
|
|
930
|
-
"allowNo": false,
|
|
931
|
-
"type": "boolean"
|
|
932
|
-
}
|
|
933
|
-
},
|
|
934
|
-
"hasDynamicHelp": false,
|
|
935
|
-
"hiddenAliases": [],
|
|
936
|
-
"id": "cli:versions:inspect",
|
|
937
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
938
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
939
|
-
"pluginType": "core",
|
|
940
|
-
"strict": true,
|
|
941
|
-
"summary": "inspect the CLI version across all install paths",
|
|
942
|
-
"enableJsonFlag": true,
|
|
943
|
-
"isESM": true,
|
|
944
|
-
"relativePath": [
|
|
945
|
-
"lib",
|
|
946
|
-
"commands",
|
|
947
|
-
"cli",
|
|
948
|
-
"versions",
|
|
949
|
-
"inspect.js"
|
|
950
|
-
]
|
|
951
|
-
},
|
|
952
|
-
"github:check:closed": {
|
|
953
|
-
"aliases": [],
|
|
954
|
-
"args": {},
|
|
955
|
-
"description": "Description of a command.",
|
|
956
|
-
"examples": [
|
|
957
|
-
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
958
|
-
],
|
|
959
|
-
"flags": {
|
|
960
|
-
"json": {
|
|
961
|
-
"description": "Format output as json.",
|
|
962
|
-
"helpGroup": "GLOBAL",
|
|
963
|
-
"name": "json",
|
|
964
|
-
"allowNo": false,
|
|
965
|
-
"type": "boolean"
|
|
966
|
-
},
|
|
967
|
-
"flags-dir": {
|
|
968
|
-
"helpGroup": "GLOBAL",
|
|
969
|
-
"name": "flags-dir",
|
|
970
|
-
"summary": "Import flag values from a directory.",
|
|
971
|
-
"hasDynamicHelp": false,
|
|
972
|
-
"multiple": false,
|
|
973
|
-
"type": "option"
|
|
974
|
-
},
|
|
975
|
-
"gus": {
|
|
976
|
-
"char": "o",
|
|
977
|
-
"name": "gus",
|
|
978
|
-
"noCacheDefault": true,
|
|
979
|
-
"required": true,
|
|
980
|
-
"summary": "Username/alias of your GUS org connection",
|
|
981
|
-
"hasDynamicHelp": true,
|
|
982
|
-
"multiple": false,
|
|
983
|
-
"type": "option"
|
|
984
|
-
},
|
|
985
|
-
"github-token": {
|
|
986
|
-
"env": "GITHUB_TOKEN",
|
|
987
|
-
"name": "github-token",
|
|
988
|
-
"required": true,
|
|
989
|
-
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
990
|
-
"hasDynamicHelp": false,
|
|
991
|
-
"multiple": false,
|
|
992
|
-
"type": "option"
|
|
993
|
-
}
|
|
994
|
-
},
|
|
995
|
-
"hasDynamicHelp": true,
|
|
996
|
-
"hiddenAliases": [],
|
|
997
|
-
"id": "github:check:closed",
|
|
998
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
999
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1000
|
-
"pluginType": "core",
|
|
1001
|
-
"strict": true,
|
|
1002
|
-
"summary": "Show open Github issues with GUS WI",
|
|
1003
|
-
"enableJsonFlag": true,
|
|
1004
|
-
"isESM": true,
|
|
1005
|
-
"relativePath": [
|
|
1006
|
-
"lib",
|
|
1007
|
-
"commands",
|
|
1008
|
-
"github",
|
|
1009
|
-
"check",
|
|
1010
|
-
"closed.js"
|
|
1011
|
-
]
|
|
1012
|
-
},
|
|
1013
851
|
"cli:tarballs:prepare": {
|
|
1014
852
|
"aliases": [],
|
|
1015
853
|
"args": {},
|
|
@@ -1187,10 +1025,22 @@
|
|
|
1187
1025
|
"verify.js"
|
|
1188
1026
|
]
|
|
1189
1027
|
},
|
|
1190
|
-
"
|
|
1028
|
+
"cli:versions:inspect": {
|
|
1191
1029
|
"aliases": [],
|
|
1192
1030
|
"args": {},
|
|
1193
|
-
"description": "
|
|
1031
|
+
"description": "inspect the CLI version across all install paths",
|
|
1032
|
+
"examples": [
|
|
1033
|
+
"<%= config.bin %> <%= command.id %> -l archive -c stable",
|
|
1034
|
+
"<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
|
|
1035
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c stable",
|
|
1036
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c latest",
|
|
1037
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
|
|
1038
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
|
|
1039
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
|
|
1040
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
|
|
1041
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
|
|
1042
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
|
|
1043
|
+
],
|
|
1194
1044
|
"flags": {
|
|
1195
1045
|
"json": {
|
|
1196
1046
|
"description": "Format output as json.",
|
|
@@ -1207,39 +1057,134 @@
|
|
|
1207
1057
|
"multiple": false,
|
|
1208
1058
|
"type": "option"
|
|
1209
1059
|
},
|
|
1210
|
-
"
|
|
1060
|
+
"dependencies": {
|
|
1211
1061
|
"char": "d",
|
|
1212
|
-
"name": "
|
|
1213
|
-
"summary": "
|
|
1062
|
+
"name": "dependencies",
|
|
1063
|
+
"summary": "glob pattern of dependencies you want to see the version of",
|
|
1064
|
+
"hasDynamicHelp": false,
|
|
1065
|
+
"multiple": true,
|
|
1066
|
+
"type": "option"
|
|
1067
|
+
},
|
|
1068
|
+
"salesforce": {
|
|
1069
|
+
"char": "s",
|
|
1070
|
+
"name": "salesforce",
|
|
1071
|
+
"summary": "show versions of salesforce owned dependencies",
|
|
1214
1072
|
"allowNo": false,
|
|
1215
1073
|
"type": "boolean"
|
|
1216
1074
|
},
|
|
1217
|
-
"
|
|
1218
|
-
"char": "
|
|
1219
|
-
"name": "
|
|
1220
|
-
"
|
|
1221
|
-
"
|
|
1075
|
+
"channels": {
|
|
1076
|
+
"char": "c",
|
|
1077
|
+
"name": "channels",
|
|
1078
|
+
"required": true,
|
|
1079
|
+
"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)",
|
|
1222
1080
|
"hasDynamicHelp": false,
|
|
1223
|
-
"multiple":
|
|
1081
|
+
"multiple": true,
|
|
1082
|
+
"options": [
|
|
1083
|
+
"stable",
|
|
1084
|
+
"stable-rc",
|
|
1085
|
+
"latest",
|
|
1086
|
+
"latest-rc",
|
|
1087
|
+
"nightly"
|
|
1088
|
+
],
|
|
1224
1089
|
"type": "option"
|
|
1090
|
+
},
|
|
1091
|
+
"locations": {
|
|
1092
|
+
"char": "l",
|
|
1093
|
+
"name": "locations",
|
|
1094
|
+
"required": true,
|
|
1095
|
+
"summary": "the location you want to inspect",
|
|
1096
|
+
"hasDynamicHelp": false,
|
|
1097
|
+
"multiple": true,
|
|
1098
|
+
"options": [
|
|
1099
|
+
"archive",
|
|
1100
|
+
"npm"
|
|
1101
|
+
],
|
|
1102
|
+
"type": "option"
|
|
1103
|
+
},
|
|
1104
|
+
"ignore-missing": {
|
|
1105
|
+
"name": "ignore-missing",
|
|
1106
|
+
"summary": "skip missing archives. Useful when supporting new architectures in oclif",
|
|
1107
|
+
"allowNo": false,
|
|
1108
|
+
"type": "boolean"
|
|
1225
1109
|
}
|
|
1226
1110
|
},
|
|
1227
1111
|
"hasDynamicHelp": false,
|
|
1228
1112
|
"hiddenAliases": [],
|
|
1229
|
-
"id": "
|
|
1113
|
+
"id": "cli:versions:inspect",
|
|
1230
1114
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1231
1115
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1232
1116
|
"pluginType": "core",
|
|
1233
1117
|
"strict": true,
|
|
1234
|
-
"summary": "
|
|
1118
|
+
"summary": "inspect the CLI version across all install paths",
|
|
1235
1119
|
"enableJsonFlag": true,
|
|
1236
1120
|
"isESM": true,
|
|
1237
1121
|
"relativePath": [
|
|
1238
1122
|
"lib",
|
|
1239
1123
|
"commands",
|
|
1240
|
-
"
|
|
1241
|
-
"
|
|
1242
|
-
"
|
|
1124
|
+
"cli",
|
|
1125
|
+
"versions",
|
|
1126
|
+
"inspect.js"
|
|
1127
|
+
]
|
|
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"
|
|
1243
1188
|
]
|
|
1244
1189
|
},
|
|
1245
1190
|
"npm:package:release": {
|
|
@@ -1388,7 +1333,62 @@
|
|
|
1388
1333
|
"jit",
|
|
1389
1334
|
"test.js"
|
|
1390
1335
|
]
|
|
1336
|
+
},
|
|
1337
|
+
"npm:dependencies:pin": {
|
|
1338
|
+
"aliases": [],
|
|
1339
|
+
"args": {},
|
|
1340
|
+
"description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1341
|
+
"flags": {
|
|
1342
|
+
"json": {
|
|
1343
|
+
"description": "Format output as json.",
|
|
1344
|
+
"helpGroup": "GLOBAL",
|
|
1345
|
+
"name": "json",
|
|
1346
|
+
"allowNo": false,
|
|
1347
|
+
"type": "boolean"
|
|
1348
|
+
},
|
|
1349
|
+
"flags-dir": {
|
|
1350
|
+
"helpGroup": "GLOBAL",
|
|
1351
|
+
"name": "flags-dir",
|
|
1352
|
+
"summary": "Import flag values from a directory.",
|
|
1353
|
+
"hasDynamicHelp": false,
|
|
1354
|
+
"multiple": false,
|
|
1355
|
+
"type": "option"
|
|
1356
|
+
},
|
|
1357
|
+
"dryrun": {
|
|
1358
|
+
"char": "d",
|
|
1359
|
+
"name": "dryrun",
|
|
1360
|
+
"summary": "If true, will not make any changes to the package.json",
|
|
1361
|
+
"allowNo": false,
|
|
1362
|
+
"type": "boolean"
|
|
1363
|
+
},
|
|
1364
|
+
"tag": {
|
|
1365
|
+
"char": "t",
|
|
1366
|
+
"name": "tag",
|
|
1367
|
+
"summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
|
|
1368
|
+
"default": "latest",
|
|
1369
|
+
"hasDynamicHelp": false,
|
|
1370
|
+
"multiple": false,
|
|
1371
|
+
"type": "option"
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
"hasDynamicHelp": false,
|
|
1375
|
+
"hiddenAliases": [],
|
|
1376
|
+
"id": "npm:dependencies:pin",
|
|
1377
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1378
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1379
|
+
"pluginType": "core",
|
|
1380
|
+
"strict": true,
|
|
1381
|
+
"summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1382
|
+
"enableJsonFlag": true,
|
|
1383
|
+
"isESM": true,
|
|
1384
|
+
"relativePath": [
|
|
1385
|
+
"lib",
|
|
1386
|
+
"commands",
|
|
1387
|
+
"npm",
|
|
1388
|
+
"dependencies",
|
|
1389
|
+
"pin.js"
|
|
1390
|
+
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.6.
|
|
1393
|
+
"version": "5.6.31"
|
|
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.
|
|
4
|
+
"version": "5.6.31",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@salesforce/core": "^8.8.0",
|
|
18
18
|
"@salesforce/kit": "^3.2.0",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.1.38",
|
|
20
|
-
"@salesforce/plugin-trust": "^3.7.
|
|
20
|
+
"@salesforce/plugin-trust": "^3.7.53",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^12.1.1",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.10",
|
|
23
23
|
"aws-sdk": "^2.1692.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"yarn-deduplicate": "^6.0.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
36
|
+
"@oclif/plugin-command-snapshot": "^5.2.24",
|
|
37
37
|
"@salesforce/dev-scripts": "^10.2.4",
|
|
38
38
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
39
39
|
"@types/semver": "^7.5.8",
|