@salesforce/plugin-release-management 5.7.73-jf2.0 → 5.7.73-jf4.0
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/lib/amazonS3.js +1 -1
- package/lib/amazonS3.js.map +1 -1
- package/lib/codeSigning/upload.js +1 -1
- package/lib/codeSigning/upload.js.map +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +276 -276
- package/package.json +1 -1
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.7.73-
|
|
148
|
+
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/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.7.73-
|
|
172
|
+
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/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.7.73-
|
|
193
|
+
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/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.7.73-
|
|
234
|
+
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/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.7.73-
|
|
265
|
+
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/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.7.73-
|
|
328
|
+
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/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.7.73-
|
|
369
|
+
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/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.7.73-
|
|
397
|
+
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/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.7.73-
|
|
427
|
+
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/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.7.73-
|
|
459
|
+
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/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.7.73-
|
|
511
|
+
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/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.7.73-
|
|
551
|
+
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/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.7.73-
|
|
578
|
+
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/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.7.73-
|
|
604
|
+
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/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.7.73-
|
|
636
|
+
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/src/commands/npm/package/release.ts)_
|
|
637
637
|
|
|
638
638
|
## `sfdx plugins trust verify`
|
|
639
639
|
|
|
@@ -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.7.73-
|
|
704
|
+
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.73-jf4.0/src/commands/repositories/index.ts)_
|
|
705
705
|
|
|
706
706
|
<!-- commandsstop -->
|
package/lib/amazonS3.js
CHANGED
|
@@ -30,7 +30,7 @@ export class AmazonS3 {
|
|
|
30
30
|
this.s3 = new S3({
|
|
31
31
|
region: 'us-east-1',
|
|
32
32
|
...resolveCredentials(options.credentials),
|
|
33
|
-
|
|
33
|
+
requestHandler: buildRequestHandler(),
|
|
34
34
|
});
|
|
35
35
|
}
|
|
36
36
|
// there's an abstract class for cli:install:test using this
|
package/lib/amazonS3.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"amazonS3.js","sourceRoot":"","sources":["../src/amazonS3.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,MAAM,SAAS,CAAC;AACzB,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,MAAM,SAAS,CAAC;AACzB,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AACjC,OAAO,GAAG,MAAM,KAAK,CAAC;AACtB,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAuC,EAAE,EAAqC,MAAM,oBAAoB,CAAC;AAChH,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE5D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAGhD,OAAO,EAAE,GAAG,EAAE,MAAM,8BAA8B,CAAC;AAEnD,MAAM,QAAQ,GAAG,kCAAkC,CAAC;AACpD,MAAM,MAAM,GAAG,qBAAqB,CAAC;AAarC,MAAM,OAAO,QAAQ;IAOQ;IANpB,MAAM,CAAC,UAAU,GAAG,0BAA0B,CAAC;IAE/C,SAAS,CAAS;IACjB,EAAE,CAAK;IACE,OAAO,CAAS;IAEjC,YAA2B,OAAwB;QAAxB,YAAO,GAAP,OAAO,CAAiB;QACjD,IAAI,CAAC,SAAS,GAAG,yDAAyD,IAAI,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,EAAE,CAAC;QACnG,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;QACvE,IAAI,CAAC,EAAE,GAAG,IAAI,EAAE,CAAC;YACf,MAAM,EAAE,WAAW;YACnB,GAAG,kBAAkB,CAAC,OAAO,CAAC,WAAW,CAAC;YAC1C,
|
|
1
|
+
{"version":3,"file":"amazonS3.js","sourceRoot":"","sources":["../src/amazonS3.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,MAAM,SAAS,CAAC;AACzB,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,MAAM,SAAS,CAAC;AACzB,OAAO,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AACjC,OAAO,GAAG,MAAM,KAAK,CAAC;AACtB,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAuC,EAAE,EAAqC,MAAM,oBAAoB,CAAC;AAChH,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE5D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAGhD,OAAO,EAAE,GAAG,EAAE,MAAM,8BAA8B,CAAC;AAEnD,MAAM,QAAQ,GAAG,kCAAkC,CAAC;AACpD,MAAM,MAAM,GAAG,qBAAqB,CAAC;AAarC,MAAM,OAAO,QAAQ;IAOQ;IANpB,MAAM,CAAC,UAAU,GAAG,0BAA0B,CAAC;IAE/C,SAAS,CAAS;IACjB,EAAE,CAAK;IACE,OAAO,CAAS;IAEjC,YAA2B,OAAwB;QAAxB,YAAO,GAAP,OAAO,CAAiB;QACjD,IAAI,CAAC,SAAS,GAAG,yDAAyD,IAAI,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,EAAE,CAAC;QACnG,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;QACvE,IAAI,CAAC,EAAE,GAAG,IAAI,EAAE,CAAC;YACf,MAAM,EAAE,WAAW;YACnB,GAAG,kBAAkB,CAAC,OAAO,CAAC,WAAW,CAAC;YAC1C,cAAc,EAAE,mBAAmB,EAAE;SACtC,CAAC,CAAC;IACL,CAAC;IAED,4DAA4D;IAC5D,kDAAkD;IAC3C,KAAK,CAAC,IAAI;QACf,MAAM,EAAE,UAAU,EAAE,GAAG,MAAM,GAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;QAC1D,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,IAAI,GAAG,IAAI,UAAU,GAAG,GAAG,EAAE,CAAC;IACpF,CAAC;IACM,KAAK,CAAC,sBAAsB,CAAC,OAAe;QACjD,MAAM,GAAG,GAAG,GAAG,IAAI,CAAC,SAAS,aAAa,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,GAAG,2BAA2B,CAAC;QACjG,MAAM,QAAQ,GAAG,MAAM,YAAY,CAAC,GAAG,CAAC,CAAC;QACzC,OAAO,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAe,CAAC;IACrE,CAAC;IAEM,KAAK,CAAC,SAAS,CAAC,OAAwB;QAC7C,OAAO,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC;YACvB,GAAG,OAAO;YACV,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC;YAC1D,GAAG,EAAE,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,MAAM,IAAI,MAAM,EAAE;SAC7C,CAAC,CAAC;IACL,CAAC;IAED,sEAAsE;IAC/D,KAAK,CAAC,cAAc,CAAC,GAAW;QACrC,MAAM,MAAM,GAAG,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,OAAO,IAAI,GAAG,GAAG,CAAC;QAC9E,MAAM,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,IAAI,MAAM,CAAC;QAC7C,IAAI,iBAAiB,CAAC;QACtB,MAAM,WAAW,GAAc,EAAE,CAAC;QAClC,MAAM,iBAAiB,GAAa,EAAE,CAAC;QAEvC,8CAA8C;QAC9C,MAAM,cAAc,GAAG,GAAG,CAAC;QAC3B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,cAAc,EAAE,CAAC,EAAE,EAAE,CAAC;YACzC,4CAA4C;YAC5C,MAAM,QAAQ,GAA+B,MAAM,IAAI,CAAC,EAAE,CAAC,aAAa,CAAC;gBACvE,MAAM,EAAE,MAAM;gBACd,SAAS,EAAE,GAAG;gBACd,MAAM,EAAE,MAAM;gBACd,iBAAiB,EAAE,iBAAiB;aACrC,CAAC,CAAC;YAEH,IAAI,QAAQ,CAAC,QAAQ,EAAE,CAAC;gBACtB,WAAW,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC,QAAQ,CAAC,CAAC;YACzC,CAAC;YACD,IAAI,QAAQ,CAAC,cAAc,EAAE,CAAC;gBAC5B,iBAAiB,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC;YACjG,CAAC;YAED,IAAI,CAAC,QAAQ,CAAC,WAAW;gBAAE,MAAM;YACjC,IAAI,CAAC,KAAK,cAAc;gBAAE,MAAM,IAAI,OAAO,CAAC,sCAAsC,CAAC,CAAC;YAEpF,iBAAiB,GAAG,QAAQ,CAAC,qBAAqB,CAAC;QACrD,CAAC;QAED,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,cAAc,EAAE,iBAAiB,EAAE,CAAC;IACtE,CAAC;IAEM,KAAK,CAAC,kBAAkB,CAAC,GAAW;QACzC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;QAC9C,OAAO,MAAM,CAAC,cAAc,CAAC;IAC/B,CAAC;IAEM,KAAK,CAAC,eAAe,CAAC,GAAW;QACtC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;QAC9C,OAAO,MAAM,CAAC,QAAQ,CAAC;IACzB,CAAC;;AAGH,MAAM,CAAC,MAAM,QAAQ,GAAG,KAAK,EAAE,GAAW,EAAE,QAAgB,EAAE,MAAM,GAAG,KAAK,EAAiB,EAAE;IAC7F,MAAM,cAAc,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;IACvC,MAAM,gBAAgB,GAAG,EAAE,CAAC,iBAAiB,CAAC,QAAQ,CAAC,CAAC;IACxD,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QAC7B,cAAc,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,EAAE,EAAE;YACnC,IAAI,CAAC,MAAM;gBAAE,EAAE,CAAC,KAAK,CAAC,oBAAoB,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;QAC7D,CAAC,CAAC,CAAC;QAEH,gBAAgB;aACb,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,EAAE,EAAE;YACrB,IAAI,CAAC,MAAM;gBAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;YACtC,IAAI,CAAC,MAAM;gBAAE,EAAE,CAAC,KAAK,CAAC,mCAAmC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;QAC5E,CAAC,CAAC;aACD,EAAE,CAAC,QAAQ,EAAE,GAAG,EAAE;YACjB,IAAI,CAAC,MAAM;gBAAE,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC;YAC9B,OAAO,EAAE,CAAC;QACZ,CAAC,CAAC,CAAC;QACL,IAAI,CAAC,MAAM;YAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,eAAe,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QAC/D,cAAc,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACxC,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,YAAY,GAAG,KAAK,EAAE,GAAW,EAAmB,EAAE;IAC1D,MAAM,YAAY,GAAG,MAAM,eAAe,CAAC,GAAG,CAAC,CAAC;IAChD,IAAI,YAAY,CAAC,SAAS,EAAE,CAAC;QAC3B,MAAM,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,EAAE,OAAO,IAAI,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC;QAChE,MAAM,QAAQ,CAAC,GAAG,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC;QACpC,OAAO,QAAQ,CAAC;IAClB,CAAC;SAAM,CAAC;QACN,MAAM,IAAI,OAAO,CAAC,gBAAgB,GAAG,iBAAiB,CAAC,CAAC;IAC1D,CAAC;AACH,CAAC,CAAC;AAEF,MAAM,kBAAkB,GAAG,CACzB,iBAAyC,EACwB,EAAE;IACnE,IAAI,iBAAiB,EAAE,CAAC;QACtB,OAAO,EAAE,WAAW,EAAE,iBAAiB,EAAE,CAAC;IAC5C,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,CAAC,iBAAiB,IAAI,OAAO,CAAC,GAAG,CAAC,qBAAqB;QACvE,CAAC,CAAC;YACE,WAAW,EAAE,EAAE,WAAW,EAAE,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,eAAe,EAAE,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE;SAChH;QACH,CAAC,CAAC,EAAE,CAAC;AACT,CAAC,CAAC;AAEF,MAAM,eAAe,GAAG,KAAK,EAAE,GAAW,EAAgC,EAAE;IAC1E,MAAM,EAAE,UAAU,EAAE,GAAG,MAAM,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,EAAE,eAAe,EAAE,KAAK,EAAE,CAAC,CAAC;IACvE,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,SAAS,EAAE,UAAU,IAAI,GAAG,IAAI,UAAU,GAAG,GAAG,EAAE,CAAC;AAC1F,CAAC,CAAC;AAEF,MAAM,mBAAmB,GAAG,GAAoB,EAAE;IAChD,MAAM,KAAK,GAAG,GAAG,CAAC,cAAc,CAAC,0BAA0B,CAAC,CAAC;IAC7D,MAAM,OAAO,GACX,KAAK,IAAI,KAAK,CAAC,IAAI;QACjB,CAAC,CAAC;YACE,SAAS,EAAE,KAAK,CAAC,IAAI;SACtB;QACH,CAAC,CAAC,EAAE,CAAC;IACT,OAAO,IAAI,eAAe,CAAC,OAAO,CAAC,CAAC;AACtC,CAAC,CAAC"}
|
|
@@ -10,8 +10,8 @@ import { api } from './packAndSign.js';
|
|
|
10
10
|
export async function putObject(bucket, key, body) {
|
|
11
11
|
const agent = api.getAgentForUri('https://s3.amazonaws.com');
|
|
12
12
|
const s3 = new S3({
|
|
13
|
+
region: 'us-east-1',
|
|
13
14
|
requestHandler: new NodeHttpHandler({
|
|
14
|
-
region: 'us-east-1',
|
|
15
15
|
httpAgent: agent.http,
|
|
16
16
|
httpsAgent: agent.https,
|
|
17
17
|
}),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload.js","sourceRoot":"","sources":["../../src/codeSigning/upload.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,gBAAgB,EAA0B,EAAE,EAAE,MAAM,oBAAoB,CAAC;AAClF,OAAO,EAAE,eAAe,EAA0B,MAAM,2BAA2B,CAAC;AAEpF,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AAEvC,MAAM,CAAC,KAAK,UAAU,SAAS,CAAC,MAAc,EAAE,GAAW,EAAE,IAAY;IACvE,MAAM,KAAK,GAAG,GAAG,CAAC,cAAc,CAAC,0BAA0B,CAAW,CAAC;IACvE,MAAM,EAAE,GAAG,IAAI,EAAE,CAAC;QAChB,cAAc,EAAE,IAAI,eAAe,CAAC;YAClC,
|
|
1
|
+
{"version":3,"file":"upload.js","sourceRoot":"","sources":["../../src/codeSigning/upload.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,gBAAgB,EAA0B,EAAE,EAAE,MAAM,oBAAoB,CAAC;AAClF,OAAO,EAAE,eAAe,EAA0B,MAAM,2BAA2B,CAAC;AAEpF,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AAEvC,MAAM,CAAC,KAAK,UAAU,SAAS,CAAC,MAAc,EAAE,GAAW,EAAE,IAAY;IACvE,MAAM,KAAK,GAAG,GAAG,CAAC,cAAc,CAAC,0BAA0B,CAAW,CAAC;IACvE,MAAM,EAAE,GAAG,IAAI,EAAE,CAAC;QAChB,MAAM,EAAE,WAAW;QACnB,cAAc,EAAE,IAAI,eAAe,CAAC;YAClC,SAAS,EAAE,KAAK,CAAC,IAAI;YACrB,UAAU,EAAE,KAAK,CAAC,KAAK;SACE,CAAC;KAC7B,CAAC,CAAC;IACH,OAAO,EAAE,CAAC,IAAI,CAAC,IAAI,gBAAgB,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;AACjF,CAAC"}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
|
-
"version": "5.7.73-
|
|
3
|
+
"version": "5.7.73-jf4.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-release-management",
|
|
9
|
-
"version": "5.7.73-
|
|
9
|
+
"version": "5.7.73-jf4.0",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@aws-sdk/client-s3": "^3.929.0",
|
package/oclif.manifest.json
CHANGED
|
@@ -621,6 +621,233 @@
|
|
|
621
621
|
"test.js"
|
|
622
622
|
]
|
|
623
623
|
},
|
|
624
|
+
"cli:release:automerge": {
|
|
625
|
+
"aliases": [],
|
|
626
|
+
"args": {},
|
|
627
|
+
"description": "Attempt to automerge nightly PR",
|
|
628
|
+
"examples": [
|
|
629
|
+
"<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
|
|
630
|
+
],
|
|
631
|
+
"flags": {
|
|
632
|
+
"json": {
|
|
633
|
+
"description": "Format output as json.",
|
|
634
|
+
"helpGroup": "GLOBAL",
|
|
635
|
+
"name": "json",
|
|
636
|
+
"allowNo": false,
|
|
637
|
+
"type": "boolean"
|
|
638
|
+
},
|
|
639
|
+
"flags-dir": {
|
|
640
|
+
"helpGroup": "GLOBAL",
|
|
641
|
+
"name": "flags-dir",
|
|
642
|
+
"summary": "Import flag values from a directory.",
|
|
643
|
+
"hasDynamicHelp": false,
|
|
644
|
+
"multiple": false,
|
|
645
|
+
"type": "option"
|
|
646
|
+
},
|
|
647
|
+
"owner": {
|
|
648
|
+
"aliases": [
|
|
649
|
+
"org"
|
|
650
|
+
],
|
|
651
|
+
"dependsOn": [
|
|
652
|
+
"repo"
|
|
653
|
+
],
|
|
654
|
+
"name": "owner",
|
|
655
|
+
"required": true,
|
|
656
|
+
"summary": "Github owner (org), example: salesforcecli",
|
|
657
|
+
"hasDynamicHelp": false,
|
|
658
|
+
"multiple": false,
|
|
659
|
+
"type": "option"
|
|
660
|
+
},
|
|
661
|
+
"repo": {
|
|
662
|
+
"dependsOn": [
|
|
663
|
+
"owner"
|
|
664
|
+
],
|
|
665
|
+
"name": "repo",
|
|
666
|
+
"required": true,
|
|
667
|
+
"summary": "Github repo, example: sfdx-cli",
|
|
668
|
+
"hasDynamicHelp": false,
|
|
669
|
+
"multiple": false,
|
|
670
|
+
"type": "option"
|
|
671
|
+
},
|
|
672
|
+
"pull-number": {
|
|
673
|
+
"name": "pull-number",
|
|
674
|
+
"required": true,
|
|
675
|
+
"summary": "Github pull request number to merge",
|
|
676
|
+
"hasDynamicHelp": false,
|
|
677
|
+
"multiple": false,
|
|
678
|
+
"type": "option"
|
|
679
|
+
},
|
|
680
|
+
"dry-run": {
|
|
681
|
+
"char": "d",
|
|
682
|
+
"name": "dry-run",
|
|
683
|
+
"summary": "Run all checks, but do not merge PR",
|
|
684
|
+
"allowNo": false,
|
|
685
|
+
"type": "boolean"
|
|
686
|
+
},
|
|
687
|
+
"verbose": {
|
|
688
|
+
"name": "verbose",
|
|
689
|
+
"summary": "Show additional debug output",
|
|
690
|
+
"allowNo": false,
|
|
691
|
+
"type": "boolean"
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
"hasDynamicHelp": false,
|
|
695
|
+
"hiddenAliases": [],
|
|
696
|
+
"id": "cli:release:automerge",
|
|
697
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
698
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
699
|
+
"pluginType": "core",
|
|
700
|
+
"strict": true,
|
|
701
|
+
"summary": "Attempt to automerge nightly PR",
|
|
702
|
+
"enableJsonFlag": true,
|
|
703
|
+
"isESM": true,
|
|
704
|
+
"relativePath": [
|
|
705
|
+
"lib",
|
|
706
|
+
"commands",
|
|
707
|
+
"cli",
|
|
708
|
+
"release",
|
|
709
|
+
"automerge.js"
|
|
710
|
+
]
|
|
711
|
+
},
|
|
712
|
+
"cli:release:build": {
|
|
713
|
+
"aliases": [
|
|
714
|
+
"cli:latestrc:build"
|
|
715
|
+
],
|
|
716
|
+
"args": {},
|
|
717
|
+
"description": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
718
|
+
"examples": [
|
|
719
|
+
"<%= config.bin %> <%= command.id %>",
|
|
720
|
+
"<%= config.bin %> <%= command.id %> --patch",
|
|
721
|
+
"<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
|
|
722
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
|
|
723
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref main",
|
|
724
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
|
|
725
|
+
"<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
|
|
726
|
+
"<%= config.bin %> <%= command.id %> --build-only",
|
|
727
|
+
"<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
|
|
728
|
+
],
|
|
729
|
+
"flags": {
|
|
730
|
+
"json": {
|
|
731
|
+
"description": "Format output as json.",
|
|
732
|
+
"helpGroup": "GLOBAL",
|
|
733
|
+
"name": "json",
|
|
734
|
+
"allowNo": false,
|
|
735
|
+
"type": "boolean"
|
|
736
|
+
},
|
|
737
|
+
"flags-dir": {
|
|
738
|
+
"helpGroup": "GLOBAL",
|
|
739
|
+
"name": "flags-dir",
|
|
740
|
+
"summary": "Import flag values from a directory.",
|
|
741
|
+
"hasDynamicHelp": false,
|
|
742
|
+
"multiple": false,
|
|
743
|
+
"type": "option"
|
|
744
|
+
},
|
|
745
|
+
"start-from-npm-dist-tag": {
|
|
746
|
+
"aliases": [
|
|
747
|
+
"rctag"
|
|
748
|
+
],
|
|
749
|
+
"char": "d",
|
|
750
|
+
"deprecateAliases": true,
|
|
751
|
+
"name": "start-from-npm-dist-tag",
|
|
752
|
+
"summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
|
|
753
|
+
"hasDynamicHelp": false,
|
|
754
|
+
"multiple": false,
|
|
755
|
+
"type": "option"
|
|
756
|
+
},
|
|
757
|
+
"start-from-github-ref": {
|
|
758
|
+
"char": "g",
|
|
759
|
+
"name": "start-from-github-ref",
|
|
760
|
+
"summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
|
|
761
|
+
"hasDynamicHelp": false,
|
|
762
|
+
"multiple": false,
|
|
763
|
+
"type": "option"
|
|
764
|
+
},
|
|
765
|
+
"release-channel": {
|
|
766
|
+
"char": "c",
|
|
767
|
+
"name": "release-channel",
|
|
768
|
+
"required": true,
|
|
769
|
+
"summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
|
|
770
|
+
"hasDynamicHelp": false,
|
|
771
|
+
"multiple": false,
|
|
772
|
+
"type": "option"
|
|
773
|
+
},
|
|
774
|
+
"build-only": {
|
|
775
|
+
"name": "build-only",
|
|
776
|
+
"summary": "only build the release, do not git add/commit/push",
|
|
777
|
+
"allowNo": false,
|
|
778
|
+
"type": "boolean"
|
|
779
|
+
},
|
|
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
|
+
},
|
|
624
851
|
"cli:tarballs:prepare": {
|
|
625
852
|
"aliases": [],
|
|
626
853
|
"args": {},
|
|
@@ -899,10 +1126,13 @@
|
|
|
899
1126
|
"inspect.js"
|
|
900
1127
|
]
|
|
901
1128
|
},
|
|
902
|
-
"
|
|
1129
|
+
"github:check:closed": {
|
|
903
1130
|
"aliases": [],
|
|
904
1131
|
"args": {},
|
|
905
|
-
"description": "
|
|
1132
|
+
"description": "Description of a command.",
|
|
1133
|
+
"examples": [
|
|
1134
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1135
|
+
],
|
|
906
1136
|
"flags": {
|
|
907
1137
|
"json": {
|
|
908
1138
|
"description": "Format output as json.",
|
|
@@ -919,48 +1149,48 @@
|
|
|
919
1149
|
"multiple": false,
|
|
920
1150
|
"type": "option"
|
|
921
1151
|
},
|
|
922
|
-
"
|
|
923
|
-
"char": "
|
|
924
|
-
"name": "
|
|
925
|
-
"
|
|
926
|
-
"
|
|
927
|
-
"
|
|
928
|
-
|
|
929
|
-
"tag": {
|
|
930
|
-
"char": "t",
|
|
931
|
-
"name": "tag",
|
|
932
|
-
"summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
|
|
933
|
-
"default": "latest",
|
|
934
|
-
"hasDynamicHelp": false,
|
|
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,
|
|
935
1159
|
"multiple": false,
|
|
936
1160
|
"type": "option"
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
|
|
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,
|
|
940
1173
|
"hiddenAliases": [],
|
|
941
|
-
"id": "
|
|
1174
|
+
"id": "github:check:closed",
|
|
942
1175
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
943
1176
|
"pluginName": "@salesforce/plugin-release-management",
|
|
944
1177
|
"pluginType": "core",
|
|
945
1178
|
"strict": true,
|
|
946
|
-
"summary": "
|
|
1179
|
+
"summary": "Show open Github issues with GUS WI",
|
|
947
1180
|
"enableJsonFlag": true,
|
|
948
1181
|
"isESM": true,
|
|
949
1182
|
"relativePath": [
|
|
950
1183
|
"lib",
|
|
951
1184
|
"commands",
|
|
952
|
-
"
|
|
953
|
-
"
|
|
954
|
-
"
|
|
1185
|
+
"github",
|
|
1186
|
+
"check",
|
|
1187
|
+
"closed.js"
|
|
955
1188
|
]
|
|
956
1189
|
},
|
|
957
|
-
"
|
|
1190
|
+
"npm:dependencies:pin": {
|
|
958
1191
|
"aliases": [],
|
|
959
1192
|
"args": {},
|
|
960
|
-
"description": "
|
|
961
|
-
"examples": [
|
|
962
|
-
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
963
|
-
],
|
|
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",
|
|
964
1194
|
"flags": {
|
|
965
1195
|
"json": {
|
|
966
1196
|
"description": "Format output as json.",
|
|
@@ -977,42 +1207,39 @@
|
|
|
977
1207
|
"multiple": false,
|
|
978
1208
|
"type": "option"
|
|
979
1209
|
},
|
|
980
|
-
"
|
|
981
|
-
"char": "
|
|
982
|
-
"name": "
|
|
983
|
-
"
|
|
984
|
-
"
|
|
985
|
-
"
|
|
986
|
-
"hasDynamicHelp": true,
|
|
987
|
-
"multiple": false,
|
|
988
|
-
"type": "option"
|
|
1210
|
+
"dryrun": {
|
|
1211
|
+
"char": "d",
|
|
1212
|
+
"name": "dryrun",
|
|
1213
|
+
"summary": "If true, will not make any changes to the package.json",
|
|
1214
|
+
"allowNo": false,
|
|
1215
|
+
"type": "boolean"
|
|
989
1216
|
},
|
|
990
|
-
"
|
|
991
|
-
"
|
|
992
|
-
"name": "
|
|
993
|
-
"
|
|
994
|
-
"
|
|
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",
|
|
995
1222
|
"hasDynamicHelp": false,
|
|
996
1223
|
"multiple": false,
|
|
997
1224
|
"type": "option"
|
|
998
1225
|
}
|
|
999
1226
|
},
|
|
1000
|
-
"hasDynamicHelp":
|
|
1227
|
+
"hasDynamicHelp": false,
|
|
1001
1228
|
"hiddenAliases": [],
|
|
1002
|
-
"id": "
|
|
1229
|
+
"id": "npm:dependencies:pin",
|
|
1003
1230
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1004
1231
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1005
1232
|
"pluginType": "core",
|
|
1006
1233
|
"strict": true,
|
|
1007
|
-
"summary": "
|
|
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",
|
|
1008
1235
|
"enableJsonFlag": true,
|
|
1009
1236
|
"isESM": true,
|
|
1010
1237
|
"relativePath": [
|
|
1011
1238
|
"lib",
|
|
1012
1239
|
"commands",
|
|
1013
|
-
"
|
|
1014
|
-
"
|
|
1015
|
-
"
|
|
1240
|
+
"npm",
|
|
1241
|
+
"dependencies",
|
|
1242
|
+
"pin.js"
|
|
1016
1243
|
]
|
|
1017
1244
|
},
|
|
1018
1245
|
"npm:package:release": {
|
|
@@ -1112,233 +1339,6 @@
|
|
|
1112
1339
|
"release.js"
|
|
1113
1340
|
]
|
|
1114
1341
|
},
|
|
1115
|
-
"cli:release:automerge": {
|
|
1116
|
-
"aliases": [],
|
|
1117
|
-
"args": {},
|
|
1118
|
-
"description": "Attempt to automerge nightly PR",
|
|
1119
|
-
"examples": [
|
|
1120
|
-
"<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
|
|
1121
|
-
],
|
|
1122
|
-
"flags": {
|
|
1123
|
-
"json": {
|
|
1124
|
-
"description": "Format output as json.",
|
|
1125
|
-
"helpGroup": "GLOBAL",
|
|
1126
|
-
"name": "json",
|
|
1127
|
-
"allowNo": false,
|
|
1128
|
-
"type": "boolean"
|
|
1129
|
-
},
|
|
1130
|
-
"flags-dir": {
|
|
1131
|
-
"helpGroup": "GLOBAL",
|
|
1132
|
-
"name": "flags-dir",
|
|
1133
|
-
"summary": "Import flag values from a directory.",
|
|
1134
|
-
"hasDynamicHelp": false,
|
|
1135
|
-
"multiple": false,
|
|
1136
|
-
"type": "option"
|
|
1137
|
-
},
|
|
1138
|
-
"owner": {
|
|
1139
|
-
"aliases": [
|
|
1140
|
-
"org"
|
|
1141
|
-
],
|
|
1142
|
-
"dependsOn": [
|
|
1143
|
-
"repo"
|
|
1144
|
-
],
|
|
1145
|
-
"name": "owner",
|
|
1146
|
-
"required": true,
|
|
1147
|
-
"summary": "Github owner (org), example: salesforcecli",
|
|
1148
|
-
"hasDynamicHelp": false,
|
|
1149
|
-
"multiple": false,
|
|
1150
|
-
"type": "option"
|
|
1151
|
-
},
|
|
1152
|
-
"repo": {
|
|
1153
|
-
"dependsOn": [
|
|
1154
|
-
"owner"
|
|
1155
|
-
],
|
|
1156
|
-
"name": "repo",
|
|
1157
|
-
"required": true,
|
|
1158
|
-
"summary": "Github repo, example: sfdx-cli",
|
|
1159
|
-
"hasDynamicHelp": false,
|
|
1160
|
-
"multiple": false,
|
|
1161
|
-
"type": "option"
|
|
1162
|
-
},
|
|
1163
|
-
"pull-number": {
|
|
1164
|
-
"name": "pull-number",
|
|
1165
|
-
"required": true,
|
|
1166
|
-
"summary": "Github pull request number to merge",
|
|
1167
|
-
"hasDynamicHelp": false,
|
|
1168
|
-
"multiple": false,
|
|
1169
|
-
"type": "option"
|
|
1170
|
-
},
|
|
1171
|
-
"dry-run": {
|
|
1172
|
-
"char": "d",
|
|
1173
|
-
"name": "dry-run",
|
|
1174
|
-
"summary": "Run all checks, but do not merge PR",
|
|
1175
|
-
"allowNo": false,
|
|
1176
|
-
"type": "boolean"
|
|
1177
|
-
},
|
|
1178
|
-
"verbose": {
|
|
1179
|
-
"name": "verbose",
|
|
1180
|
-
"summary": "Show additional debug output",
|
|
1181
|
-
"allowNo": false,
|
|
1182
|
-
"type": "boolean"
|
|
1183
|
-
}
|
|
1184
|
-
},
|
|
1185
|
-
"hasDynamicHelp": false,
|
|
1186
|
-
"hiddenAliases": [],
|
|
1187
|
-
"id": "cli:release:automerge",
|
|
1188
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1189
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1190
|
-
"pluginType": "core",
|
|
1191
|
-
"strict": true,
|
|
1192
|
-
"summary": "Attempt to automerge nightly PR",
|
|
1193
|
-
"enableJsonFlag": true,
|
|
1194
|
-
"isESM": true,
|
|
1195
|
-
"relativePath": [
|
|
1196
|
-
"lib",
|
|
1197
|
-
"commands",
|
|
1198
|
-
"cli",
|
|
1199
|
-
"release",
|
|
1200
|
-
"automerge.js"
|
|
1201
|
-
]
|
|
1202
|
-
},
|
|
1203
|
-
"cli:release:build": {
|
|
1204
|
-
"aliases": [
|
|
1205
|
-
"cli:latestrc:build"
|
|
1206
|
-
],
|
|
1207
|
-
"args": {},
|
|
1208
|
-
"description": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
1209
|
-
"examples": [
|
|
1210
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1211
|
-
"<%= config.bin %> <%= command.id %> --patch",
|
|
1212
|
-
"<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
|
|
1213
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
|
|
1214
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref main",
|
|
1215
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
|
|
1216
|
-
"<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
|
|
1217
|
-
"<%= config.bin %> <%= command.id %> --build-only",
|
|
1218
|
-
"<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
|
|
1219
|
-
],
|
|
1220
|
-
"flags": {
|
|
1221
|
-
"json": {
|
|
1222
|
-
"description": "Format output as json.",
|
|
1223
|
-
"helpGroup": "GLOBAL",
|
|
1224
|
-
"name": "json",
|
|
1225
|
-
"allowNo": false,
|
|
1226
|
-
"type": "boolean"
|
|
1227
|
-
},
|
|
1228
|
-
"flags-dir": {
|
|
1229
|
-
"helpGroup": "GLOBAL",
|
|
1230
|
-
"name": "flags-dir",
|
|
1231
|
-
"summary": "Import flag values from a directory.",
|
|
1232
|
-
"hasDynamicHelp": false,
|
|
1233
|
-
"multiple": false,
|
|
1234
|
-
"type": "option"
|
|
1235
|
-
},
|
|
1236
|
-
"start-from-npm-dist-tag": {
|
|
1237
|
-
"aliases": [
|
|
1238
|
-
"rctag"
|
|
1239
|
-
],
|
|
1240
|
-
"char": "d",
|
|
1241
|
-
"deprecateAliases": true,
|
|
1242
|
-
"name": "start-from-npm-dist-tag",
|
|
1243
|
-
"summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
|
|
1244
|
-
"hasDynamicHelp": false,
|
|
1245
|
-
"multiple": false,
|
|
1246
|
-
"type": "option"
|
|
1247
|
-
},
|
|
1248
|
-
"start-from-github-ref": {
|
|
1249
|
-
"char": "g",
|
|
1250
|
-
"name": "start-from-github-ref",
|
|
1251
|
-
"summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
|
|
1252
|
-
"hasDynamicHelp": false,
|
|
1253
|
-
"multiple": false,
|
|
1254
|
-
"type": "option"
|
|
1255
|
-
},
|
|
1256
|
-
"release-channel": {
|
|
1257
|
-
"char": "c",
|
|
1258
|
-
"name": "release-channel",
|
|
1259
|
-
"required": true,
|
|
1260
|
-
"summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
|
|
1261
|
-
"hasDynamicHelp": false,
|
|
1262
|
-
"multiple": false,
|
|
1263
|
-
"type": "option"
|
|
1264
|
-
},
|
|
1265
|
-
"build-only": {
|
|
1266
|
-
"name": "build-only",
|
|
1267
|
-
"summary": "only build the release, do not git add/commit/push",
|
|
1268
|
-
"allowNo": false,
|
|
1269
|
-
"type": "boolean"
|
|
1270
|
-
},
|
|
1271
|
-
"resolutions": {
|
|
1272
|
-
"name": "resolutions",
|
|
1273
|
-
"summary": "bump the versions of packages listed in the resolutions section",
|
|
1274
|
-
"allowNo": true,
|
|
1275
|
-
"type": "boolean"
|
|
1276
|
-
},
|
|
1277
|
-
"only": {
|
|
1278
|
-
"name": "only",
|
|
1279
|
-
"summary": "only bump the version of the packages passed in, uses latest if version is not provided",
|
|
1280
|
-
"delimiter": ",",
|
|
1281
|
-
"hasDynamicHelp": false,
|
|
1282
|
-
"multiple": true,
|
|
1283
|
-
"type": "option"
|
|
1284
|
-
},
|
|
1285
|
-
"pinned-deps": {
|
|
1286
|
-
"name": "pinned-deps",
|
|
1287
|
-
"summary": "bump the versions of the packages listed in the pinnedDependencies section",
|
|
1288
|
-
"allowNo": true,
|
|
1289
|
-
"type": "boolean"
|
|
1290
|
-
},
|
|
1291
|
-
"jit": {
|
|
1292
|
-
"name": "jit",
|
|
1293
|
-
"summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
|
|
1294
|
-
"allowNo": true,
|
|
1295
|
-
"type": "boolean"
|
|
1296
|
-
},
|
|
1297
|
-
"label": {
|
|
1298
|
-
"name": "label",
|
|
1299
|
-
"summary": "add one or more labels to the Github PR",
|
|
1300
|
-
"hasDynamicHelp": false,
|
|
1301
|
-
"multiple": true,
|
|
1302
|
-
"type": "option"
|
|
1303
|
-
},
|
|
1304
|
-
"patch": {
|
|
1305
|
-
"name": "patch",
|
|
1306
|
-
"summary": "bump the release as a patch of an existing version, not a new minor version",
|
|
1307
|
-
"allowNo": false,
|
|
1308
|
-
"type": "boolean"
|
|
1309
|
-
},
|
|
1310
|
-
"empty": {
|
|
1311
|
-
"name": "empty",
|
|
1312
|
-
"summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
|
|
1313
|
-
"allowNo": false,
|
|
1314
|
-
"type": "boolean"
|
|
1315
|
-
},
|
|
1316
|
-
"pr-base-branch": {
|
|
1317
|
-
"name": "pr-base-branch",
|
|
1318
|
-
"summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
|
|
1319
|
-
"hasDynamicHelp": false,
|
|
1320
|
-
"multiple": false,
|
|
1321
|
-
"type": "option"
|
|
1322
|
-
}
|
|
1323
|
-
},
|
|
1324
|
-
"hasDynamicHelp": false,
|
|
1325
|
-
"hiddenAliases": [],
|
|
1326
|
-
"id": "cli:release:build",
|
|
1327
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1328
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1329
|
-
"pluginType": "core",
|
|
1330
|
-
"strict": true,
|
|
1331
|
-
"summary": "builds a new release from a designated starting point and optionally creates PR in Github",
|
|
1332
|
-
"enableJsonFlag": true,
|
|
1333
|
-
"isESM": true,
|
|
1334
|
-
"relativePath": [
|
|
1335
|
-
"lib",
|
|
1336
|
-
"commands",
|
|
1337
|
-
"cli",
|
|
1338
|
-
"release",
|
|
1339
|
-
"build.js"
|
|
1340
|
-
]
|
|
1341
|
-
},
|
|
1342
1342
|
"cli:install:jit:test": {
|
|
1343
1343
|
"aliases": [],
|
|
1344
1344
|
"args": {},
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.73-
|
|
1393
|
+
"version": "5.7.73-jf4.0"
|
|
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.73-
|
|
4
|
+
"version": "5.7.73-jf4.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|