@salesforce/plugin-release-management 5.7.26 → 5.7.27

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
@@ -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.26/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/cli/install/jit/test.ts)_
193
+ _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/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.26/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.27/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.7.26",
3
+ "version": "5.7.27",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.26",
9
+ "version": "5.7.27",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.3.0",
@@ -27,7 +27,7 @@
27
27
  "just-diff": "^5.2.0",
28
28
  "proxy-agent": "^6.4.0",
29
29
  "semver": "^7.7.0",
30
- "shelljs": "^0.9.2",
30
+ "shelljs": "^0.10.0",
31
31
  "standard-version": "^9.5.0",
32
32
  "strip-ansi": "^6",
33
33
  "yarn-deduplicate": "^6.0.2"
@@ -5794,6 +5794,133 @@
5794
5794
  "node": ">=18.0.0"
5795
5795
  }
5796
5796
  },
5797
+ "node_modules/@salesforce/plugin-trust/node_modules/cross-spawn": {
5798
+ "version": "6.0.6",
5799
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.6.tgz",
5800
+ "integrity": "sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==",
5801
+ "license": "MIT",
5802
+ "dependencies": {
5803
+ "nice-try": "^1.0.4",
5804
+ "path-key": "^2.0.1",
5805
+ "semver": "^5.5.0",
5806
+ "shebang-command": "^1.2.0",
5807
+ "which": "^1.2.9"
5808
+ },
5809
+ "engines": {
5810
+ "node": ">=4.8"
5811
+ }
5812
+ },
5813
+ "node_modules/@salesforce/plugin-trust/node_modules/cross-spawn/node_modules/semver": {
5814
+ "version": "5.7.2",
5815
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
5816
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
5817
+ "license": "ISC",
5818
+ "bin": {
5819
+ "semver": "bin/semver"
5820
+ }
5821
+ },
5822
+ "node_modules/@salesforce/plugin-trust/node_modules/execa": {
5823
+ "version": "1.0.0",
5824
+ "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
5825
+ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
5826
+ "license": "MIT",
5827
+ "dependencies": {
5828
+ "cross-spawn": "^6.0.0",
5829
+ "get-stream": "^4.0.0",
5830
+ "is-stream": "^1.1.0",
5831
+ "npm-run-path": "^2.0.0",
5832
+ "p-finally": "^1.0.0",
5833
+ "signal-exit": "^3.0.0",
5834
+ "strip-eof": "^1.0.0"
5835
+ },
5836
+ "engines": {
5837
+ "node": ">=6"
5838
+ }
5839
+ },
5840
+ "node_modules/@salesforce/plugin-trust/node_modules/execa/node_modules/npm-run-path": {
5841
+ "version": "2.0.2",
5842
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
5843
+ "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==",
5844
+ "license": "MIT",
5845
+ "dependencies": {
5846
+ "path-key": "^2.0.0"
5847
+ },
5848
+ "engines": {
5849
+ "node": ">=4"
5850
+ }
5851
+ },
5852
+ "node_modules/@salesforce/plugin-trust/node_modules/get-stream": {
5853
+ "version": "4.1.0",
5854
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
5855
+ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
5856
+ "license": "MIT",
5857
+ "dependencies": {
5858
+ "pump": "^3.0.0"
5859
+ },
5860
+ "engines": {
5861
+ "node": ">=6"
5862
+ }
5863
+ },
5864
+ "node_modules/@salesforce/plugin-trust/node_modules/is-stream": {
5865
+ "version": "1.1.0",
5866
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
5867
+ "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",
5868
+ "license": "MIT",
5869
+ "engines": {
5870
+ "node": ">=0.10.0"
5871
+ }
5872
+ },
5873
+ "node_modules/@salesforce/plugin-trust/node_modules/shebang-command": {
5874
+ "version": "1.2.0",
5875
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
5876
+ "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",
5877
+ "license": "MIT",
5878
+ "dependencies": {
5879
+ "shebang-regex": "^1.0.0"
5880
+ },
5881
+ "engines": {
5882
+ "node": ">=0.10.0"
5883
+ }
5884
+ },
5885
+ "node_modules/@salesforce/plugin-trust/node_modules/shebang-regex": {
5886
+ "version": "1.0.0",
5887
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
5888
+ "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==",
5889
+ "license": "MIT",
5890
+ "engines": {
5891
+ "node": ">=0.10.0"
5892
+ }
5893
+ },
5894
+ "node_modules/@salesforce/plugin-trust/node_modules/shelljs": {
5895
+ "version": "0.9.2",
5896
+ "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.9.2.tgz",
5897
+ "integrity": "sha512-S3I64fEiKgTZzKCC46zT/Ib9meqofLrQVbpSswtjFfAVDW+AZ54WTnAM/3/yENoxz/V1Cy6u3kiiEbQ4DNphvw==",
5898
+ "license": "BSD-3-Clause",
5899
+ "dependencies": {
5900
+ "execa": "^1.0.0",
5901
+ "fast-glob": "^3.3.2",
5902
+ "interpret": "^1.0.0",
5903
+ "rechoir": "^0.6.2"
5904
+ },
5905
+ "bin": {
5906
+ "shjs": "bin/shjs"
5907
+ },
5908
+ "engines": {
5909
+ "node": ">=18"
5910
+ }
5911
+ },
5912
+ "node_modules/@salesforce/plugin-trust/node_modules/which": {
5913
+ "version": "1.3.1",
5914
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
5915
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
5916
+ "license": "ISC",
5917
+ "dependencies": {
5918
+ "isexe": "^2.0.0"
5919
+ },
5920
+ "bin": {
5921
+ "which": "bin/which"
5922
+ }
5923
+ },
5797
5924
  "node_modules/@salesforce/prettier-config": {
5798
5925
  "version": "0.0.3",
5799
5926
  "resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
@@ -9413,7 +9540,6 @@
9413
9540
  "version": "7.0.5",
9414
9541
  "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz",
9415
9542
  "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==",
9416
- "dev": true,
9417
9543
  "license": "MIT",
9418
9544
  "dependencies": {
9419
9545
  "path-key": "^3.1.0",
@@ -9428,7 +9554,6 @@
9428
9554
  "version": "3.1.1",
9429
9555
  "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
9430
9556
  "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
9431
- "dev": true,
9432
9557
  "license": "MIT",
9433
9558
  "engines": {
9434
9559
  "node": ">=8"
@@ -9438,7 +9563,6 @@
9438
9563
  "version": "2.0.2",
9439
9564
  "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
9440
9565
  "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
9441
- "dev": true,
9442
9566
  "license": "ISC",
9443
9567
  "dependencies": {
9444
9568
  "isexe": "^2.0.0"
@@ -10920,7 +11044,6 @@
10920
11044
  "version": "5.1.1",
10921
11045
  "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
10922
11046
  "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
10923
- "dev": true,
10924
11047
  "license": "MIT",
10925
11048
  "dependencies": {
10926
11049
  "cross-spawn": "^7.0.3",
@@ -12240,7 +12363,6 @@
12240
12363
  "version": "2.1.0",
12241
12364
  "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
12242
12365
  "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
12243
- "dev": true,
12244
12366
  "license": "Apache-2.0",
12245
12367
  "engines": {
12246
12368
  "node": ">=10.17.0"
@@ -13011,7 +13133,6 @@
13011
13133
  "version": "2.0.1",
13012
13134
  "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
13013
13135
  "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
13014
- "dev": true,
13015
13136
  "license": "MIT",
13016
13137
  "engines": {
13017
13138
  "node": ">=8"
@@ -14398,7 +14519,6 @@
14398
14519
  "version": "2.0.0",
14399
14520
  "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
14400
14521
  "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
14401
- "dev": true,
14402
14522
  "license": "MIT"
14403
14523
  },
14404
14524
  "node_modules/merge2": {
@@ -20796,7 +20916,6 @@
20796
20916
  "version": "2.0.0",
20797
20917
  "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
20798
20918
  "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
20799
- "dev": true,
20800
20919
  "license": "MIT",
20801
20920
  "dependencies": {
20802
20921
  "shebang-regex": "^3.0.0"
@@ -20809,139 +20928,24 @@
20809
20928
  "version": "3.0.0",
20810
20929
  "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
20811
20930
  "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
20812
- "dev": true,
20813
20931
  "license": "MIT",
20814
20932
  "engines": {
20815
20933
  "node": ">=8"
20816
20934
  }
20817
20935
  },
20818
20936
  "node_modules/shelljs": {
20819
- "version": "0.9.2",
20820
- "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.9.2.tgz",
20821
- "integrity": "sha512-S3I64fEiKgTZzKCC46zT/Ib9meqofLrQVbpSswtjFfAVDW+AZ54WTnAM/3/yENoxz/V1Cy6u3kiiEbQ4DNphvw==",
20937
+ "version": "0.10.0",
20938
+ "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.10.0.tgz",
20939
+ "integrity": "sha512-Jex+xw5Mg2qMZL3qnzXIfaxEtBaC4n7xifqaqtrZDdlheR70OGkydrPJWT0V1cA1k3nanC86x9FwAmQl6w3Klw==",
20822
20940
  "license": "BSD-3-Clause",
20823
20941
  "dependencies": {
20824
- "execa": "^1.0.0",
20825
- "fast-glob": "^3.3.2",
20826
- "interpret": "^1.0.0",
20827
- "rechoir": "^0.6.2"
20828
- },
20829
- "bin": {
20830
- "shjs": "bin/shjs"
20942
+ "execa": "^5.1.1",
20943
+ "fast-glob": "^3.3.2"
20831
20944
  },
20832
20945
  "engines": {
20833
20946
  "node": ">=18"
20834
20947
  }
20835
20948
  },
20836
- "node_modules/shelljs/node_modules/cross-spawn": {
20837
- "version": "6.0.6",
20838
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.6.tgz",
20839
- "integrity": "sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==",
20840
- "license": "MIT",
20841
- "dependencies": {
20842
- "nice-try": "^1.0.4",
20843
- "path-key": "^2.0.1",
20844
- "semver": "^5.5.0",
20845
- "shebang-command": "^1.2.0",
20846
- "which": "^1.2.9"
20847
- },
20848
- "engines": {
20849
- "node": ">=4.8"
20850
- }
20851
- },
20852
- "node_modules/shelljs/node_modules/execa": {
20853
- "version": "1.0.0",
20854
- "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
20855
- "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
20856
- "license": "MIT",
20857
- "dependencies": {
20858
- "cross-spawn": "^6.0.0",
20859
- "get-stream": "^4.0.0",
20860
- "is-stream": "^1.1.0",
20861
- "npm-run-path": "^2.0.0",
20862
- "p-finally": "^1.0.0",
20863
- "signal-exit": "^3.0.0",
20864
- "strip-eof": "^1.0.0"
20865
- },
20866
- "engines": {
20867
- "node": ">=6"
20868
- }
20869
- },
20870
- "node_modules/shelljs/node_modules/get-stream": {
20871
- "version": "4.1.0",
20872
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
20873
- "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
20874
- "license": "MIT",
20875
- "dependencies": {
20876
- "pump": "^3.0.0"
20877
- },
20878
- "engines": {
20879
- "node": ">=6"
20880
- }
20881
- },
20882
- "node_modules/shelljs/node_modules/is-stream": {
20883
- "version": "1.1.0",
20884
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
20885
- "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",
20886
- "license": "MIT",
20887
- "engines": {
20888
- "node": ">=0.10.0"
20889
- }
20890
- },
20891
- "node_modules/shelljs/node_modules/npm-run-path": {
20892
- "version": "2.0.2",
20893
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
20894
- "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==",
20895
- "license": "MIT",
20896
- "dependencies": {
20897
- "path-key": "^2.0.0"
20898
- },
20899
- "engines": {
20900
- "node": ">=4"
20901
- }
20902
- },
20903
- "node_modules/shelljs/node_modules/semver": {
20904
- "version": "5.7.2",
20905
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
20906
- "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
20907
- "license": "ISC",
20908
- "bin": {
20909
- "semver": "bin/semver"
20910
- }
20911
- },
20912
- "node_modules/shelljs/node_modules/shebang-command": {
20913
- "version": "1.2.0",
20914
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
20915
- "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",
20916
- "license": "MIT",
20917
- "dependencies": {
20918
- "shebang-regex": "^1.0.0"
20919
- },
20920
- "engines": {
20921
- "node": ">=0.10.0"
20922
- }
20923
- },
20924
- "node_modules/shelljs/node_modules/shebang-regex": {
20925
- "version": "1.0.0",
20926
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
20927
- "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==",
20928
- "license": "MIT",
20929
- "engines": {
20930
- "node": ">=0.10.0"
20931
- }
20932
- },
20933
- "node_modules/shelljs/node_modules/which": {
20934
- "version": "1.3.1",
20935
- "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
20936
- "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
20937
- "license": "ISC",
20938
- "dependencies": {
20939
- "isexe": "^2.0.0"
20940
- },
20941
- "bin": {
20942
- "which": "bin/which"
20943
- }
20944
- },
20945
20949
  "node_modules/shiki": {
20946
20950
  "version": "1.12.0",
20947
20951
  "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.12.0.tgz",
@@ -21658,7 +21662,6 @@
21658
21662
  "version": "2.0.0",
21659
21663
  "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
21660
21664
  "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
21661
- "dev": true,
21662
21665
  "license": "MIT",
21663
21666
  "engines": {
21664
21667
  "node": ">=6"
package/oclif.lock CHANGED
@@ -5146,7 +5146,7 @@ execa@^4.1.0:
5146
5146
  signal-exit "^3.0.2"
5147
5147
  strip-final-newline "^2.0.0"
5148
5148
 
5149
- execa@^5.0.0:
5149
+ execa@^5.0.0, execa@^5.1.1:
5150
5150
  version "5.1.1"
5151
5151
  resolved "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz"
5152
5152
  integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
@@ -9093,6 +9093,14 @@ shebang-regex@^3.0.0:
9093
9093
  resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
9094
9094
  integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
9095
9095
 
9096
+ shelljs@^0.10.0:
9097
+ version "0.10.0"
9098
+ resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.10.0.tgz#e3bbae99b0f3f0cc5dce05b46a346fae2090e883"
9099
+ integrity sha512-Jex+xw5Mg2qMZL3qnzXIfaxEtBaC4n7xifqaqtrZDdlheR70OGkydrPJWT0V1cA1k3nanC86x9FwAmQl6w3Klw==
9100
+ dependencies:
9101
+ execa "^5.1.1"
9102
+ fast-glob "^3.3.2"
9103
+
9096
9104
  shelljs@^0.8.4, shelljs@^0.8.5:
9097
9105
  version "0.8.5"
9098
9106
  resolved "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz"
@@ -460,71 +460,6 @@
460
460
  "index.js"
461
461
  ]
462
462
  },
463
- "cli:artifacts:compare": {
464
- "aliases": [],
465
- "args": {},
466
- "examples": [
467
- "<%= config.bin %> <%= command.id %>"
468
- ],
469
- "flags": {
470
- "json": {
471
- "description": "Format output as json.",
472
- "helpGroup": "GLOBAL",
473
- "name": "json",
474
- "allowNo": false,
475
- "type": "boolean"
476
- },
477
- "flags-dir": {
478
- "helpGroup": "GLOBAL",
479
- "name": "flags-dir",
480
- "summary": "Import flag values from a directory.",
481
- "hasDynamicHelp": false,
482
- "multiple": false,
483
- "type": "option"
484
- },
485
- "plugin": {
486
- "char": "p",
487
- "name": "plugin",
488
- "summary": "List of plugins to check for breaking changes.",
489
- "hasDynamicHelp": false,
490
- "multiple": true,
491
- "type": "option"
492
- },
493
- "previous": {
494
- "char": "r",
495
- "name": "previous",
496
- "summary": "Previous CLI version to compare against. Defaults to the last published version.",
497
- "hasDynamicHelp": false,
498
- "multiple": false,
499
- "type": "option"
500
- },
501
- "current": {
502
- "char": "c",
503
- "name": "current",
504
- "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
505
- "hasDynamicHelp": false,
506
- "multiple": false,
507
- "type": "option"
508
- }
509
- },
510
- "hasDynamicHelp": false,
511
- "hiddenAliases": [],
512
- "id": "cli:artifacts:compare",
513
- "pluginAlias": "@salesforce/plugin-release-management",
514
- "pluginName": "@salesforce/plugin-release-management",
515
- "pluginType": "core",
516
- "strict": true,
517
- "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
518
- "enableJsonFlag": true,
519
- "isESM": true,
520
- "relativePath": [
521
- "lib",
522
- "commands",
523
- "cli",
524
- "artifacts",
525
- "compare.js"
526
- ]
527
- },
528
463
  "cli:install:test": {
529
464
  "aliases": [],
530
465
  "args": {},
@@ -621,10 +556,9 @@
621
556
  "test.js"
622
557
  ]
623
558
  },
624
- "cli:tarballs:prepare": {
559
+ "cli:artifacts:compare": {
625
560
  "aliases": [],
626
561
  "args": {},
627
- "description": "remove unnecessary files from node_modules",
628
562
  "examples": [
629
563
  "<%= config.bin %> <%= command.id %>"
630
564
  ],
@@ -644,52 +578,55 @@
644
578
  "multiple": false,
645
579
  "type": "option"
646
580
  },
647
- "dryrun": {
648
- "char": "d",
649
- "name": "dryrun",
650
- "summary": "only show what would be removed from node_modules",
651
- "allowNo": false,
652
- "type": "boolean"
581
+ "plugin": {
582
+ "char": "p",
583
+ "name": "plugin",
584
+ "summary": "List of plugins to check for breaking changes.",
585
+ "hasDynamicHelp": false,
586
+ "multiple": true,
587
+ "type": "option"
653
588
  },
654
- "types": {
655
- "char": "t",
656
- "name": "types",
657
- "summary": "remove all types (.d.ts) files from node_modules",
658
- "allowNo": false,
659
- "type": "boolean"
589
+ "previous": {
590
+ "char": "r",
591
+ "name": "previous",
592
+ "summary": "Previous CLI version to compare against. Defaults to the last published version.",
593
+ "hasDynamicHelp": false,
594
+ "multiple": false,
595
+ "type": "option"
660
596
  },
661
- "verbose": {
662
- "name": "verbose",
663
- "summary": "show all files paths being removed",
664
- "allowNo": false,
665
- "type": "boolean"
597
+ "current": {
598
+ "char": "c",
599
+ "name": "current",
600
+ "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
601
+ "hasDynamicHelp": false,
602
+ "multiple": false,
603
+ "type": "option"
666
604
  }
667
605
  },
668
606
  "hasDynamicHelp": false,
669
607
  "hiddenAliases": [],
670
- "id": "cli:tarballs:prepare",
608
+ "id": "cli:artifacts:compare",
671
609
  "pluginAlias": "@salesforce/plugin-release-management",
672
610
  "pluginName": "@salesforce/plugin-release-management",
673
611
  "pluginType": "core",
674
612
  "strict": true,
675
- "summary": "remove unnecessary files from node_modules",
613
+ "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
676
614
  "enableJsonFlag": true,
677
615
  "isESM": true,
678
616
  "relativePath": [
679
617
  "lib",
680
618
  "commands",
681
619
  "cli",
682
- "tarballs",
683
- "prepare.js"
620
+ "artifacts",
621
+ "compare.js"
684
622
  ]
685
623
  },
686
- "cli:tarballs:smoke": {
624
+ "cli:release:automerge": {
687
625
  "aliases": [],
688
626
  "args": {},
689
- "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
627
+ "description": "Attempt to automerge nightly PR",
690
628
  "examples": [
691
- "<%= config.bin %> <%= command.id %>",
692
- "<%= config.bin %> <%= command.id %>"
629
+ "<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
693
630
  ],
694
631
  "flags": {
695
632
  "json": {
@@ -707,39 +644,87 @@
707
644
  "multiple": false,
708
645
  "type": "option"
709
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
+ },
710
687
  "verbose": {
711
688
  "name": "verbose",
712
- "summary": "show the --help output for each command",
689
+ "summary": "Show additional debug output",
713
690
  "allowNo": false,
714
691
  "type": "boolean"
715
692
  }
716
693
  },
717
694
  "hasDynamicHelp": false,
718
695
  "hiddenAliases": [],
719
- "id": "cli:tarballs:smoke",
696
+ "id": "cli:release:automerge",
720
697
  "pluginAlias": "@salesforce/plugin-release-management",
721
698
  "pluginName": "@salesforce/plugin-release-management",
722
699
  "pluginType": "core",
723
700
  "strict": true,
724
- "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
701
+ "summary": "Attempt to automerge nightly PR",
725
702
  "enableJsonFlag": true,
726
703
  "isESM": true,
727
704
  "relativePath": [
728
705
  "lib",
729
706
  "commands",
730
707
  "cli",
731
- "tarballs",
732
- "smoke.js"
708
+ "release",
709
+ "automerge.js"
733
710
  ]
734
711
  },
735
- "cli:tarballs:verify": {
736
- "aliases": [],
712
+ "cli:release:build": {
713
+ "aliases": [
714
+ "cli:latestrc:build"
715
+ ],
737
716
  "args": {},
738
- "description": "verify that tarballs are ready to be uploaded",
717
+ "description": "builds a new release from a designated starting point and optionally creates PR in Github",
739
718
  "examples": [
740
719
  "<%= config.bin %> <%= command.id %>",
741
- "<%= config.bin %> <%= command.id %> --cli sfdx",
742
- "<%= config.bin %> <%= command.id %> --cli sf"
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"
743
728
  ],
744
729
  "flags": {
745
730
  "json": {
@@ -757,24 +742,89 @@
757
742
  "multiple": false,
758
743
  "type": "option"
759
744
  },
760
- "cli": {
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": {
761
766
  "char": "c",
762
- "name": "cli",
763
- "summary": "the cli to verify",
764
- "default": "sfdx",
767
+ "name": "release-channel",
768
+ "required": true,
769
+ "summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
765
770
  "hasDynamicHelp": false,
766
771
  "multiple": false,
767
- "options": [
768
- "sf",
769
- "sfdx"
770
- ],
771
772
  "type": "option"
772
773
  },
773
- "windows-username-buffer": {
774
- "char": "w",
775
- "name": "windows-username-buffer",
776
- "summary": "the number of characters to allow for windows usernames",
777
- "default": 41,
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",
778
828
  "hasDynamicHelp": false,
779
829
  "multiple": false,
780
830
  "type": "option"
@@ -782,20 +832,20 @@
782
832
  },
783
833
  "hasDynamicHelp": false,
784
834
  "hiddenAliases": [],
785
- "id": "cli:tarballs:verify",
835
+ "id": "cli:release:build",
786
836
  "pluginAlias": "@salesforce/plugin-release-management",
787
837
  "pluginName": "@salesforce/plugin-release-management",
788
838
  "pluginType": "core",
789
839
  "strict": true,
790
- "summary": "verify that tarballs are ready to be uploaded",
840
+ "summary": "builds a new release from a designated starting point and optionally creates PR in Github",
791
841
  "enableJsonFlag": true,
792
842
  "isESM": true,
793
843
  "relativePath": [
794
844
  "lib",
795
845
  "commands",
796
846
  "cli",
797
- "tarballs",
798
- "verify.js"
847
+ "release",
848
+ "build.js"
799
849
  ]
800
850
  },
801
851
  "cli:versions:inspect": {
@@ -899,12 +949,12 @@
899
949
  "inspect.js"
900
950
  ]
901
951
  },
902
- "cli:release:automerge": {
952
+ "cli:tarballs:prepare": {
903
953
  "aliases": [],
904
954
  "args": {},
905
- "description": "Attempt to automerge nightly PR",
955
+ "description": "remove unnecessary files from node_modules",
906
956
  "examples": [
907
- "<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
957
+ "<%= config.bin %> <%= command.id %>"
908
958
  ],
909
959
  "flags": {
910
960
  "json": {
@@ -922,87 +972,52 @@
922
972
  "multiple": false,
923
973
  "type": "option"
924
974
  },
925
- "owner": {
926
- "aliases": [
927
- "org"
928
- ],
929
- "dependsOn": [
930
- "repo"
931
- ],
932
- "name": "owner",
933
- "required": true,
934
- "summary": "Github owner (org), example: salesforcecli",
935
- "hasDynamicHelp": false,
936
- "multiple": false,
937
- "type": "option"
938
- },
939
- "repo": {
940
- "dependsOn": [
941
- "owner"
942
- ],
943
- "name": "repo",
944
- "required": true,
945
- "summary": "Github repo, example: sfdx-cli",
946
- "hasDynamicHelp": false,
947
- "multiple": false,
948
- "type": "option"
949
- },
950
- "pull-number": {
951
- "name": "pull-number",
952
- "required": true,
953
- "summary": "Github pull request number to merge",
954
- "hasDynamicHelp": false,
955
- "multiple": false,
956
- "type": "option"
957
- },
958
- "dry-run": {
975
+ "dryrun": {
959
976
  "char": "d",
960
- "name": "dry-run",
961
- "summary": "Run all checks, but do not merge PR",
977
+ "name": "dryrun",
978
+ "summary": "only show what would be removed from node_modules",
979
+ "allowNo": false,
980
+ "type": "boolean"
981
+ },
982
+ "types": {
983
+ "char": "t",
984
+ "name": "types",
985
+ "summary": "remove all types (.d.ts) files from node_modules",
962
986
  "allowNo": false,
963
987
  "type": "boolean"
964
988
  },
965
989
  "verbose": {
966
990
  "name": "verbose",
967
- "summary": "Show additional debug output",
991
+ "summary": "show all files paths being removed",
968
992
  "allowNo": false,
969
993
  "type": "boolean"
970
994
  }
971
995
  },
972
996
  "hasDynamicHelp": false,
973
997
  "hiddenAliases": [],
974
- "id": "cli:release:automerge",
998
+ "id": "cli:tarballs:prepare",
975
999
  "pluginAlias": "@salesforce/plugin-release-management",
976
1000
  "pluginName": "@salesforce/plugin-release-management",
977
1001
  "pluginType": "core",
978
1002
  "strict": true,
979
- "summary": "Attempt to automerge nightly PR",
1003
+ "summary": "remove unnecessary files from node_modules",
980
1004
  "enableJsonFlag": true,
981
1005
  "isESM": true,
982
1006
  "relativePath": [
983
1007
  "lib",
984
1008
  "commands",
985
1009
  "cli",
986
- "release",
987
- "automerge.js"
1010
+ "tarballs",
1011
+ "prepare.js"
988
1012
  ]
989
1013
  },
990
- "cli:release:build": {
991
- "aliases": [
992
- "cli:latestrc:build"
993
- ],
1014
+ "cli:tarballs:smoke": {
1015
+ "aliases": [],
994
1016
  "args": {},
995
- "description": "builds a new release from a designated starting point and optionally creates PR in Github",
1017
+ "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
996
1018
  "examples": [
997
1019
  "<%= config.bin %> <%= command.id %>",
998
- "<%= config.bin %> <%= command.id %> --patch",
999
- "<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
1000
- "<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
1001
- "<%= config.bin %> <%= command.id %> --start-from-github-ref main",
1002
- "<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
1003
- "<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
1004
- "<%= config.bin %> <%= command.id %> --build-only",
1005
- "<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
1020
+ "<%= config.bin %> <%= command.id %>"
1006
1021
  ],
1007
1022
  "flags": {
1008
1023
  "json": {
@@ -1020,89 +1035,74 @@
1020
1035
  "multiple": false,
1021
1036
  "type": "option"
1022
1037
  },
1023
- "start-from-npm-dist-tag": {
1024
- "aliases": [
1025
- "rctag"
1026
- ],
1027
- "char": "d",
1028
- "deprecateAliases": true,
1029
- "name": "start-from-npm-dist-tag",
1030
- "summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
1031
- "hasDynamicHelp": false,
1032
- "multiple": false,
1033
- "type": "option"
1034
- },
1035
- "start-from-github-ref": {
1036
- "char": "g",
1037
- "name": "start-from-github-ref",
1038
- "summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
1039
- "hasDynamicHelp": false,
1040
- "multiple": false,
1041
- "type": "option"
1042
- },
1043
- "release-channel": {
1044
- "char": "c",
1045
- "name": "release-channel",
1046
- "required": true,
1047
- "summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
1048
- "hasDynamicHelp": false,
1049
- "multiple": false,
1050
- "type": "option"
1051
- },
1052
- "build-only": {
1053
- "name": "build-only",
1054
- "summary": "only build the release, do not git add/commit/push",
1038
+ "verbose": {
1039
+ "name": "verbose",
1040
+ "summary": "show the --help output for each command",
1055
1041
  "allowNo": false,
1056
1042
  "type": "boolean"
1057
- },
1058
- "resolutions": {
1059
- "name": "resolutions",
1060
- "summary": "bump the versions of packages listed in the resolutions section",
1061
- "allowNo": true,
1043
+ }
1044
+ },
1045
+ "hasDynamicHelp": false,
1046
+ "hiddenAliases": [],
1047
+ "id": "cli:tarballs:smoke",
1048
+ "pluginAlias": "@salesforce/plugin-release-management",
1049
+ "pluginName": "@salesforce/plugin-release-management",
1050
+ "pluginType": "core",
1051
+ "strict": true,
1052
+ "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1053
+ "enableJsonFlag": true,
1054
+ "isESM": true,
1055
+ "relativePath": [
1056
+ "lib",
1057
+ "commands",
1058
+ "cli",
1059
+ "tarballs",
1060
+ "smoke.js"
1061
+ ]
1062
+ },
1063
+ "cli:tarballs:verify": {
1064
+ "aliases": [],
1065
+ "args": {},
1066
+ "description": "verify that tarballs are ready to be uploaded",
1067
+ "examples": [
1068
+ "<%= config.bin %> <%= command.id %>",
1069
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
1070
+ "<%= config.bin %> <%= command.id %> --cli sf"
1071
+ ],
1072
+ "flags": {
1073
+ "json": {
1074
+ "description": "Format output as json.",
1075
+ "helpGroup": "GLOBAL",
1076
+ "name": "json",
1077
+ "allowNo": false,
1062
1078
  "type": "boolean"
1063
1079
  },
1064
- "only": {
1065
- "name": "only",
1066
- "summary": "only bump the version of the packages passed in, uses latest if version is not provided",
1067
- "delimiter": ",",
1080
+ "flags-dir": {
1081
+ "helpGroup": "GLOBAL",
1082
+ "name": "flags-dir",
1083
+ "summary": "Import flag values from a directory.",
1068
1084
  "hasDynamicHelp": false,
1069
- "multiple": true,
1085
+ "multiple": false,
1070
1086
  "type": "option"
1071
1087
  },
1072
- "pinned-deps": {
1073
- "name": "pinned-deps",
1074
- "summary": "bump the versions of the packages listed in the pinnedDependencies section",
1075
- "allowNo": true,
1076
- "type": "boolean"
1077
- },
1078
- "jit": {
1079
- "name": "jit",
1080
- "summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
1081
- "allowNo": true,
1082
- "type": "boolean"
1083
- },
1084
- "label": {
1085
- "name": "label",
1086
- "summary": "add one or more labels to the Github PR",
1088
+ "cli": {
1089
+ "char": "c",
1090
+ "name": "cli",
1091
+ "summary": "the cli to verify",
1092
+ "default": "sfdx",
1087
1093
  "hasDynamicHelp": false,
1088
- "multiple": true,
1094
+ "multiple": false,
1095
+ "options": [
1096
+ "sf",
1097
+ "sfdx"
1098
+ ],
1089
1099
  "type": "option"
1090
1100
  },
1091
- "patch": {
1092
- "name": "patch",
1093
- "summary": "bump the release as a patch of an existing version, not a new minor version",
1094
- "allowNo": false,
1095
- "type": "boolean"
1096
- },
1097
- "empty": {
1098
- "name": "empty",
1099
- "summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
1100
- "allowNo": false,
1101
- "type": "boolean"
1102
- },
1103
- "pr-base-branch": {
1104
- "name": "pr-base-branch",
1105
- "summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
1101
+ "windows-username-buffer": {
1102
+ "char": "w",
1103
+ "name": "windows-username-buffer",
1104
+ "summary": "the number of characters to allow for windows usernames",
1105
+ "default": 41,
1106
1106
  "hasDynamicHelp": false,
1107
1107
  "multiple": false,
1108
1108
  "type": "option"
@@ -1110,20 +1110,20 @@
1110
1110
  },
1111
1111
  "hasDynamicHelp": false,
1112
1112
  "hiddenAliases": [],
1113
- "id": "cli:release:build",
1113
+ "id": "cli:tarballs:verify",
1114
1114
  "pluginAlias": "@salesforce/plugin-release-management",
1115
1115
  "pluginName": "@salesforce/plugin-release-management",
1116
1116
  "pluginType": "core",
1117
1117
  "strict": true,
1118
- "summary": "builds a new release from a designated starting point and optionally creates PR in Github",
1118
+ "summary": "verify that tarballs are ready to be uploaded",
1119
1119
  "enableJsonFlag": true,
1120
1120
  "isESM": true,
1121
1121
  "relativePath": [
1122
1122
  "lib",
1123
1123
  "commands",
1124
1124
  "cli",
1125
- "release",
1126
- "build.js"
1125
+ "tarballs",
1126
+ "verify.js"
1127
1127
  ]
1128
1128
  },
1129
1129
  "github:check:closed": {
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.26"
1393
+ "version": "5.7.27"
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.26",
4
+ "version": "5.7.27",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -27,7 +27,7 @@
27
27
  "just-diff": "^5.2.0",
28
28
  "proxy-agent": "^6.4.0",
29
29
  "semver": "^7.7.0",
30
- "shelljs": "^0.9.2",
30
+ "shelljs": "^0.10.0",
31
31
  "standard-version": "^9.5.0",
32
32
  "strip-ansi": "^6",
33
33
  "yarn-deduplicate": "^6.0.2"