@salesforce/plugin-release-management 4.5.3 → 4.5.5

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 CHANGED
@@ -157,7 +157,7 @@ EXAMPLES
157
157
  $ sfdx channel:promote --candidate latest-rc --target latest --platform win --platform mac
158
158
  ```
159
159
 
160
- _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/channel/promote.ts)_
160
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/channel/promote.ts)_
161
161
 
162
162
  ## `sfdx cli:artifacts:compare`
163
163
 
@@ -180,7 +180,7 @@ EXAMPLES
180
180
  $ sfdx cli:artifacts:compare
181
181
  ```
182
182
 
183
- _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/artifacts/compare.ts)_
183
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/cli/artifacts/compare.ts)_
184
184
 
185
185
  ## `sfdx cli:install:jit:test`
186
186
 
@@ -200,7 +200,7 @@ EXAMPLES
200
200
  $ sfdx cli:install:jit:test
201
201
  ```
202
202
 
203
- _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/install/jit/test.ts)_
203
+ _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/cli/install/jit/test.ts)_
204
204
 
205
205
  ## `sfdx cli:install:test`
206
206
 
@@ -240,7 +240,7 @@ EXAMPLES
240
240
  $ sfdx cli:install:test --cli sf --method tarball --channel stable-rc
241
241
  ```
242
242
 
243
- _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/install/test.ts)_
243
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/cli/install/test.ts)_
244
244
 
245
245
  ## `sfdx cli:release:automerge`
246
246
 
@@ -269,7 +269,7 @@ EXAMPLES
269
269
  $ sfdx cli:release:automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
270
270
  ```
271
271
 
272
- _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/release/automerge.ts)_
272
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/cli/release/automerge.ts)_
273
273
 
274
274
  ## `sfdx cli:release:build`
275
275
 
@@ -330,7 +330,7 @@ EXAMPLES
330
330
  $ sfdx cli:release:build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3,@sf/config
331
331
  ```
332
332
 
333
- _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/release/build.ts)_
333
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/cli/release/build.ts)_
334
334
 
335
335
  ## `sfdx cli:releasenotes`
336
336
 
@@ -370,7 +370,7 @@ EXAMPLES
370
370
  $ sfdx cli:releasenotes --cli sf --markdown > changes.md
371
371
  ```
372
372
 
373
- _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/releasenotes.ts)_
373
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/cli/releasenotes.ts)_
374
374
 
375
375
  ## `sfdx cli:schemas:compare`
376
376
 
@@ -392,7 +392,7 @@ EXAMPLES
392
392
  $ sfdx cli:schemas:compare
393
393
  ```
394
394
 
395
- _See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/schemas/compare.ts)_
395
+ _See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/cli/schemas/compare.ts)_
396
396
 
397
397
  ## `sfdx cli:tarballs:prepare`
398
398
 
@@ -419,7 +419,7 @@ EXAMPLES
419
419
  $ sfdx cli:tarballs:prepare
420
420
  ```
421
421
 
422
- _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/tarballs/prepare.ts)_
422
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/cli/tarballs/prepare.ts)_
423
423
 
424
424
  ## `sfdx cli:tarballs:smoke`
425
425
 
@@ -448,7 +448,7 @@ EXAMPLES
448
448
  $ sfdx cli:tarballs:smoke
449
449
  ```
450
450
 
451
- _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/tarballs/smoke.ts)_
451
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/cli/tarballs/smoke.ts)_
452
452
 
453
453
  ## `sfdx cli:tarballs:verify`
454
454
 
@@ -479,7 +479,7 @@ EXAMPLES
479
479
  $ sfdx cli:tarballs:verify --cli sf
480
480
  ```
481
481
 
482
- _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/tarballs/verify.ts)_
482
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/cli/tarballs/verify.ts)_
483
483
 
484
484
  ## `sfdx cli:versions:inspect`
485
485
 
@@ -531,7 +531,7 @@ EXAMPLES
531
531
  $ sfdx cli:versions:inspect -l npm -c latest -d chalk -s
532
532
  ```
533
533
 
534
- _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/cli/versions/inspect.ts)_
534
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/cli/versions/inspect.ts)_
535
535
 
536
536
  ## `sfdx dependabot:automerge`
537
537
 
@@ -570,7 +570,7 @@ EXAMPLES
570
570
  $ sfdx dependabot:automerge --max-version-bump major
571
571
  ```
572
572
 
573
- _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/dependabot/automerge.ts)_
573
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/dependabot/automerge.ts)_
574
574
 
575
575
  ## `sfdx github:check:closed`
576
576
 
@@ -596,7 +596,7 @@ EXAMPLES
596
596
  $ sfdx github:check:closed -o me@gus.com
597
597
  ```
598
598
 
599
- _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/github/check/closed.ts)_
599
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/github/check/closed.ts)_
600
600
 
601
601
  ## `sfdx npm:dependencies:pin`
602
602
 
@@ -621,7 +621,7 @@ DESCRIPTION
621
621
  in the package.json
622
622
  ```
623
623
 
624
- _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/npm/dependencies/pin.ts)_
624
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/npm/dependencies/pin.ts)_
625
625
 
626
626
  ## `sfdx npm:package:release`
627
627
 
@@ -652,7 +652,7 @@ DESCRIPTION
652
652
  publish npm package
653
653
  ```
654
654
 
655
- _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/npm/package/release.ts)_
655
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/npm/package/release.ts)_
656
656
 
657
657
  ## `sfdx plugins:trust:verify`
658
658
 
@@ -718,6 +718,6 @@ EXAMPLES
718
718
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
719
719
  ```
720
720
 
721
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.3/src/commands/repositories/index.ts)_
721
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.5/src/commands/repositories/index.ts)_
722
722
 
723
723
  <!-- commandsstop -->
@@ -63,9 +63,19 @@ class Prepare extends sf_plugins_core_1.SfCommand {
63
63
  // In case yarn autoclean is disabled, delete some known windows file path length offenders
64
64
  const nycOutput = await find(`${baseDirGlob}/**/.nyc_output`);
65
65
  this.remove(nycOutput, '.nyc_output files');
66
- // Large files shipped with jsforce
67
- const jsforceBuild = await find(`${baseDirGlob}/jsforce/build`, { onlyDirectories: true });
68
- this.remove(jsforceBuild, 'jsforce/build directory');
66
+ // START TODO: delete after `sf` moves to `jsforce-node`
67
+ // Delete large files shipped with jsforce
68
+ //
69
+ // Browser bundles
70
+ const jsforceBuild = await find(`${baseDirGlob}/jsforce/dist`, { onlyDirectories: true });
71
+ this.remove(jsforceBuild, 'jsforce/dist directory');
72
+ // TS source code
73
+ const jsforceSrc = await find(`${baseDirGlob}/jsforce/src`, { onlyDirectories: true });
74
+ this.remove(jsforceSrc, 'jsforce/src directory');
75
+ // ESM browser build
76
+ const jsforceESMBrowserBuild = await find(`${baseDirGlob}/jsforce/browser`, { onlyDirectories: true });
77
+ this.remove(jsforceESMBrowserBuild, 'jsforce/browser directory');
78
+ // END
69
79
  // This breaks compilation. We need to probably do this right before the pack, but then this will
70
80
  // break compilation the next time compile is ran without doing a yarn install --force
71
81
  // We don't need types in the production code
@@ -1 +1 @@
1
- {"version":3,"file":"prepare.js","sourceRoot":"","sources":["../../../../src/commands/cli/tarballs/prepare.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"prepare.js","sourceRoot":"","sources":["../../../../src/commands/cli/tarballs/prepare.ts"],"names":[],"mappings":"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"}
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "4.5.3",
3
+ "version": "4.5.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "4.5.3",
9
+ "version": "4.5.5",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3",
@@ -16,7 +16,7 @@
16
16
  "@salesforce/cli-plugins-testkit": "^4.4.12",
17
17
  "@salesforce/core": "^5.3.20",
18
18
  "@salesforce/kit": "^3.0.15",
19
- "@salesforce/plugin-command-reference": "^3.0.47",
19
+ "@salesforce/plugin-command-reference": "^3.0.48",
20
20
  "@salesforce/plugin-trust": "^2.6.23",
21
21
  "@salesforce/sf-plugins-core": "^4",
22
22
  "@salesforce/ts-types": "^2.0.9",
@@ -40,10 +40,10 @@
40
40
  "@oclif/plugin-command-snapshot": "^4.0.16",
41
41
  "@salesforce/dev-scripts": "^6.0.3",
42
42
  "@salesforce/ts-sinon": "1.4.19",
43
- "@types/semver": "^7.5.4",
43
+ "@types/semver": "^7.5.6",
44
44
  "@types/shelljs": "^0.8.15",
45
45
  "aws-sdk-mock": "^5.8.0",
46
- "eslint-plugin-sf-plugin": "^1.16.14",
46
+ "eslint-plugin-sf-plugin": "^1.16.15",
47
47
  "oclif": "^4",
48
48
  "shx": "0.3.4",
49
49
  "ts-node": "^10.9.1",
@@ -2092,9 +2092,9 @@
2092
2092
  }
2093
2093
  },
2094
2094
  "node_modules/@oclif/core": {
2095
- "version": "3.11.0",
2096
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.11.0.tgz",
2097
- "integrity": "sha512-9A2LhDQATf1vrRqPoO0gGuBrey0jt3kDafC+eazxTNWV2EvlEpgY2587iyrxPK/fL2xg7f+0mtxYaSHdO2k8eg==",
2095
+ "version": "3.13.1",
2096
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.13.1.tgz",
2097
+ "integrity": "sha512-bpnF6BL+j7D0k0T+dZ4g7LwcZzctCoKjIYm8zcSNgrItS2pgIlvsRf8SdkGNu6djzRD7vzM657ZO9fWU6goz0g==",
2098
2098
  "license": "MIT",
2099
2099
  "dependencies": {
2100
2100
  "ansi-escapes": "^4.3.2",
@@ -2103,6 +2103,7 @@
2103
2103
  "chalk": "^4.1.2",
2104
2104
  "clean-stack": "^3.0.1",
2105
2105
  "cli-progress": "^3.12.0",
2106
+ "color": "^4.2.3",
2106
2107
  "debug": "^4.3.4",
2107
2108
  "ejs": "^3.1.9",
2108
2109
  "get-package-type": "^0.1.0",
@@ -2937,12 +2938,12 @@
2937
2938
  }
2938
2939
  },
2939
2940
  "node_modules/@salesforce/plugin-command-reference": {
2940
- "version": "3.0.47",
2941
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.47.tgz",
2942
- "integrity": "sha512-A3syaw8bf8Bovne6WDiYOcOeLFKTqf1T+MXlxXPwDkDM0X5squkwVvE6wun7S54Q3n4gCSlCPiAMbJfpF8wwaw==",
2941
+ "version": "3.0.48",
2942
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.48.tgz",
2943
+ "integrity": "sha512-eC8ZagVwBFJVxuls0bfomdtLhGbh6YxKbQKTWAVVvBDEEUvSxcpoeGhYHKRfYJU+4Wwa7GdwK86LTmAy/PD0KQ==",
2943
2944
  "license": "BSD-3-Clause",
2944
2945
  "dependencies": {
2945
- "@oclif/core": "^3.0.0",
2946
+ "@oclif/core": "^3.12.0",
2946
2947
  "@salesforce/core": "^5.3.20",
2947
2948
  "@salesforce/kit": "^3.0.15",
2948
2949
  "@salesforce/sf-plugins-core": "^4",
@@ -3596,9 +3597,9 @@
3596
3597
  }
3597
3598
  },
3598
3599
  "node_modules/@types/semver": {
3599
- "version": "7.5.5",
3600
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.5.tgz",
3601
- "integrity": "sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==",
3600
+ "version": "7.5.6",
3601
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz",
3602
+ "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==",
3602
3603
  "license": "MIT"
3603
3604
  },
3604
3605
  "node_modules/@types/shelljs": {
@@ -5441,6 +5442,19 @@
5441
5442
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
5442
5443
  }
5443
5444
  },
5445
+ "node_modules/color": {
5446
+ "version": "4.2.3",
5447
+ "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
5448
+ "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
5449
+ "license": "MIT",
5450
+ "dependencies": {
5451
+ "color-convert": "^2.0.1",
5452
+ "color-string": "^1.9.0"
5453
+ },
5454
+ "engines": {
5455
+ "node": ">=12.5.0"
5456
+ }
5457
+ },
5444
5458
  "node_modules/color-convert": {
5445
5459
  "version": "2.0.1",
5446
5460
  "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
@@ -5459,6 +5473,16 @@
5459
5473
  "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
5460
5474
  "license": "MIT"
5461
5475
  },
5476
+ "node_modules/color-string": {
5477
+ "version": "1.9.1",
5478
+ "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
5479
+ "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
5480
+ "license": "MIT",
5481
+ "dependencies": {
5482
+ "color-name": "^1.0.0",
5483
+ "simple-swizzle": "^0.2.2"
5484
+ }
5485
+ },
5462
5486
  "node_modules/color-support": {
5463
5487
  "version": "1.1.3",
5464
5488
  "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
@@ -7152,13 +7176,13 @@
7152
7176
  }
7153
7177
  },
7154
7178
  "node_modules/eslint-plugin-sf-plugin": {
7155
- "version": "1.16.14",
7156
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.14.tgz",
7157
- "integrity": "sha512-numvHHhJjExz4ojxK3O25G8Vh8pXtMgZzwEaKGGsKaOJFm4rmSS2NabmfkRPYX2NCO/xn4eNHm1iGTnnQywGvg==",
7179
+ "version": "1.16.15",
7180
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.15.tgz",
7181
+ "integrity": "sha512-Vog0xc8DwLOCoPbwFx9GxaXHqpG0FvlpITkGzp//SdjcV7wqVW4CT76JES8IGenGv6mAecW5VqSyQzsIHFZGew==",
7158
7182
  "dev": true,
7159
7183
  "license": "BSD-3-Clause",
7160
7184
  "dependencies": {
7161
- "@salesforce/core": "^5.3.17",
7185
+ "@salesforce/core": "^5.3.20",
7162
7186
  "@typescript-eslint/utils": "^5.59.11"
7163
7187
  },
7164
7188
  "engines": {
@@ -15756,9 +15780,9 @@
15756
15780
  }
15757
15781
  },
15758
15782
  "node_modules/oclif": {
15759
- "version": "4.0.3",
15760
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.0.3.tgz",
15761
- "integrity": "sha512-Bq7t1bJvAKYwW3DKQIzok3jkXv7yUIMneoSec1qUr9wfSqzRTZQB0UUDovwlT/L+3TBMVoRyw1WeX+YDvfRJNA==",
15783
+ "version": "4.0.4",
15784
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.0.4.tgz",
15785
+ "integrity": "sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==",
15762
15786
  "dev": true,
15763
15787
  "license": "MIT",
15764
15788
  "dependencies": {
@@ -18159,6 +18183,21 @@
18159
18183
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
18160
18184
  }
18161
18185
  },
18186
+ "node_modules/simple-swizzle": {
18187
+ "version": "0.2.2",
18188
+ "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
18189
+ "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
18190
+ "license": "MIT",
18191
+ "dependencies": {
18192
+ "is-arrayish": "^0.3.1"
18193
+ }
18194
+ },
18195
+ "node_modules/simple-swizzle/node_modules/is-arrayish": {
18196
+ "version": "0.3.2",
18197
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
18198
+ "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
18199
+ "license": "MIT"
18200
+ },
18162
18201
  "node_modules/sinon": {
18163
18202
  "version": "10.0.0",
18164
18203
  "resolved": "https://registry.npmjs.org/sinon/-/sinon-10.0.0.tgz",
@@ -1,5 +1,158 @@
1
1
  {
2
2
  "commands": {
3
+ "channel:promote": {
4
+ "aliases": [],
5
+ "args": {},
6
+ "description": "promote a s3 channel",
7
+ "examples": [
8
+ "<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest --platform win --platform mac"
9
+ ],
10
+ "flags": {
11
+ "json": {
12
+ "description": "Format output as json.",
13
+ "helpGroup": "GLOBAL",
14
+ "name": "json",
15
+ "allowNo": false,
16
+ "type": "boolean"
17
+ },
18
+ "dryrun": {
19
+ "char": "d",
20
+ "name": "dryrun",
21
+ "summary": "If true, only show what would happen",
22
+ "allowNo": false,
23
+ "type": "boolean"
24
+ },
25
+ "promote-to-channel": {
26
+ "aliases": [
27
+ "target"
28
+ ],
29
+ "char": "t",
30
+ "name": "promote-to-channel",
31
+ "required": true,
32
+ "summary": "the channel name that you are promoting to",
33
+ "default": "stable",
34
+ "hasDynamicHelp": false,
35
+ "multiple": false,
36
+ "type": "option"
37
+ },
38
+ "promote-from-channel": {
39
+ "aliases": [
40
+ "candidate"
41
+ ],
42
+ "char": "C",
43
+ "name": "promote-from-channel",
44
+ "summary": "the channel name that you want to promote",
45
+ "hasDynamicHelp": false,
46
+ "multiple": false,
47
+ "type": "option"
48
+ },
49
+ "platform": {
50
+ "char": "p",
51
+ "name": "platform",
52
+ "summary": "the platform to promote",
53
+ "delimiter": ",",
54
+ "hasDynamicHelp": false,
55
+ "multiple": true,
56
+ "options": [
57
+ "win",
58
+ "macos",
59
+ "deb"
60
+ ],
61
+ "type": "option"
62
+ },
63
+ "cli": {
64
+ "char": "c",
65
+ "name": "cli",
66
+ "required": true,
67
+ "summary": "the cli name to promote",
68
+ "hasDynamicHelp": false,
69
+ "multiple": false,
70
+ "options": [
71
+ "sf",
72
+ "sfdx"
73
+ ],
74
+ "type": "option"
75
+ },
76
+ "sha": {
77
+ "char": "s",
78
+ "name": "sha",
79
+ "summary": "the short sha to promote",
80
+ "hasDynamicHelp": false,
81
+ "multiple": false,
82
+ "type": "option"
83
+ },
84
+ "max-age": {
85
+ "aliases": [
86
+ "maxage"
87
+ ],
88
+ "char": "m",
89
+ "name": "max-age",
90
+ "summary": "cache control max-age in seconds",
91
+ "default": 300,
92
+ "hasDynamicHelp": false,
93
+ "multiple": false,
94
+ "type": "option"
95
+ },
96
+ "indexes": {
97
+ "char": "i",
98
+ "name": "indexes",
99
+ "summary": "append the promoted urls into the index files",
100
+ "allowNo": true,
101
+ "type": "boolean"
102
+ },
103
+ "xz": {
104
+ "char": "x",
105
+ "name": "xz",
106
+ "summary": "also upload xz",
107
+ "allowNo": true,
108
+ "type": "boolean"
109
+ },
110
+ "architecture-target": {
111
+ "aliases": [
112
+ "targets"
113
+ ],
114
+ "char": "T",
115
+ "name": "architecture-target",
116
+ "summary": "comma-separated targets to promote (e.g.: linux-arm,win32-x64)",
117
+ "delimiter": ",",
118
+ "hasDynamicHelp": false,
119
+ "multiple": true,
120
+ "options": [
121
+ "linux-x64",
122
+ "linux-arm",
123
+ "win32-x64",
124
+ "win32-x86",
125
+ "darwin-x64"
126
+ ],
127
+ "type": "option"
128
+ },
129
+ "version": {
130
+ "char": "v",
131
+ "name": "version",
132
+ "summary": "the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha",
133
+ "hasDynamicHelp": false,
134
+ "multiple": false,
135
+ "type": "option"
136
+ }
137
+ },
138
+ "hasDynamicHelp": false,
139
+ "hiddenAliases": [],
140
+ "id": "channel:promote",
141
+ "pluginAlias": "@salesforce/plugin-release-management",
142
+ "pluginName": "@salesforce/plugin-release-management",
143
+ "pluginType": "core",
144
+ "strict": true,
145
+ "summary": "promote a s3 channel",
146
+ "enableJsonFlag": true,
147
+ "SF_ENV": "SF_ENV",
148
+ "isESM": false,
149
+ "relativePath": [
150
+ "lib",
151
+ "commands",
152
+ "channel",
153
+ "promote.js"
154
+ ]
155
+ },
3
156
  "cli:releasenotes": {
4
157
  "aliases": [],
5
158
  "args": {},
@@ -167,159 +320,6 @@
167
320
  "automerge.js"
168
321
  ]
169
322
  },
170
- "channel:promote": {
171
- "aliases": [],
172
- "args": {},
173
- "description": "promote a s3 channel",
174
- "examples": [
175
- "<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest --platform win --platform mac"
176
- ],
177
- "flags": {
178
- "json": {
179
- "description": "Format output as json.",
180
- "helpGroup": "GLOBAL",
181
- "name": "json",
182
- "allowNo": false,
183
- "type": "boolean"
184
- },
185
- "dryrun": {
186
- "char": "d",
187
- "name": "dryrun",
188
- "summary": "If true, only show what would happen",
189
- "allowNo": false,
190
- "type": "boolean"
191
- },
192
- "promote-to-channel": {
193
- "aliases": [
194
- "target"
195
- ],
196
- "char": "t",
197
- "name": "promote-to-channel",
198
- "required": true,
199
- "summary": "the channel name that you are promoting to",
200
- "default": "stable",
201
- "hasDynamicHelp": false,
202
- "multiple": false,
203
- "type": "option"
204
- },
205
- "promote-from-channel": {
206
- "aliases": [
207
- "candidate"
208
- ],
209
- "char": "C",
210
- "name": "promote-from-channel",
211
- "summary": "the channel name that you want to promote",
212
- "hasDynamicHelp": false,
213
- "multiple": false,
214
- "type": "option"
215
- },
216
- "platform": {
217
- "char": "p",
218
- "name": "platform",
219
- "summary": "the platform to promote",
220
- "delimiter": ",",
221
- "hasDynamicHelp": false,
222
- "multiple": true,
223
- "options": [
224
- "win",
225
- "macos",
226
- "deb"
227
- ],
228
- "type": "option"
229
- },
230
- "cli": {
231
- "char": "c",
232
- "name": "cli",
233
- "required": true,
234
- "summary": "the cli name to promote",
235
- "hasDynamicHelp": false,
236
- "multiple": false,
237
- "options": [
238
- "sf",
239
- "sfdx"
240
- ],
241
- "type": "option"
242
- },
243
- "sha": {
244
- "char": "s",
245
- "name": "sha",
246
- "summary": "the short sha to promote",
247
- "hasDynamicHelp": false,
248
- "multiple": false,
249
- "type": "option"
250
- },
251
- "max-age": {
252
- "aliases": [
253
- "maxage"
254
- ],
255
- "char": "m",
256
- "name": "max-age",
257
- "summary": "cache control max-age in seconds",
258
- "default": 300,
259
- "hasDynamicHelp": false,
260
- "multiple": false,
261
- "type": "option"
262
- },
263
- "indexes": {
264
- "char": "i",
265
- "name": "indexes",
266
- "summary": "append the promoted urls into the index files",
267
- "allowNo": true,
268
- "type": "boolean"
269
- },
270
- "xz": {
271
- "char": "x",
272
- "name": "xz",
273
- "summary": "also upload xz",
274
- "allowNo": true,
275
- "type": "boolean"
276
- },
277
- "architecture-target": {
278
- "aliases": [
279
- "targets"
280
- ],
281
- "char": "T",
282
- "name": "architecture-target",
283
- "summary": "comma-separated targets to promote (e.g.: linux-arm,win32-x64)",
284
- "delimiter": ",",
285
- "hasDynamicHelp": false,
286
- "multiple": true,
287
- "options": [
288
- "linux-x64",
289
- "linux-arm",
290
- "win32-x64",
291
- "win32-x86",
292
- "darwin-x64"
293
- ],
294
- "type": "option"
295
- },
296
- "version": {
297
- "char": "v",
298
- "name": "version",
299
- "summary": "the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha",
300
- "hasDynamicHelp": false,
301
- "multiple": false,
302
- "type": "option"
303
- }
304
- },
305
- "hasDynamicHelp": false,
306
- "hiddenAliases": [],
307
- "id": "channel:promote",
308
- "pluginAlias": "@salesforce/plugin-release-management",
309
- "pluginName": "@salesforce/plugin-release-management",
310
- "pluginType": "core",
311
- "strict": true,
312
- "summary": "promote a s3 channel",
313
- "enableJsonFlag": true,
314
- "SF_ENV": "SF_ENV",
315
- "isESM": false,
316
- "relativePath": [
317
- "lib",
318
- "commands",
319
- "channel",
320
- "promote.js"
321
- ]
322
- },
323
323
  "repositories": {
324
324
  "aliases": [],
325
325
  "args": {},
@@ -1322,5 +1322,5 @@
1322
1322
  ]
1323
1323
  }
1324
1324
  },
1325
- "version": "4.5.3"
1325
+ "version": "4.5.5"
1326
1326
  }
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.5.3",
4
+ "version": "4.5.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "bin": {
@@ -15,7 +15,7 @@
15
15
  "@salesforce/cli-plugins-testkit": "^4.4.12",
16
16
  "@salesforce/core": "^5.3.20",
17
17
  "@salesforce/kit": "^3.0.15",
18
- "@salesforce/plugin-command-reference": "^3.0.47",
18
+ "@salesforce/plugin-command-reference": "^3.0.48",
19
19
  "@salesforce/plugin-trust": "^2.6.23",
20
20
  "@salesforce/sf-plugins-core": "^4",
21
21
  "@salesforce/ts-types": "^2.0.9",
@@ -36,10 +36,10 @@
36
36
  "@oclif/plugin-command-snapshot": "^4.0.16",
37
37
  "@salesforce/dev-scripts": "^6.0.3",
38
38
  "@salesforce/ts-sinon": "1.4.19",
39
- "@types/semver": "^7.5.4",
39
+ "@types/semver": "^7.5.6",
40
40
  "@types/shelljs": "^0.8.15",
41
41
  "aws-sdk-mock": "^5.8.0",
42
- "eslint-plugin-sf-plugin": "^1.16.14",
42
+ "eslint-plugin-sf-plugin": "^1.16.15",
43
43
  "oclif": "^4",
44
44
  "shx": "0.3.4",
45
45
  "ts-node": "^10.9.1",