Skip to content

Commit ca09afd

Browse files
committed
chore(release): 3.20.11 [skip ci]
1 parent 1e9177b commit ca09afd

File tree

3 files changed

+37
-19
lines changed

3 files changed

+37
-19
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
1-
## [3.20.10](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.20.9...3.20.10) (2025-03-15)
1+
## [3.20.11](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.20.10...3.20.11) (2025-03-17)
2+
3+
### Bug Fixes
4+
5+
- more explicit typing for conver flags ([b8bc5ef](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/b8bc5efa82b315a425e2518d5dd27ba26a13e6a9))
6+
7+
## [3.20.10-dev.0](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.20.9...3.20.10-dev.0) (2025-03-14)
8+
9+
### Bug Fixes
10+
11+
- use updated connectionResolver from SDR ([166ee34](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/166ee34627b74568f00ca71abf45bcaadf937ff8))
12+
13+
## [3.20.10](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.20.10-dev.0...3.20.10) (2025-03-15)
214

315
### Bug Fixes
416

517
- **deps:** bump @oclif/core from 4.2.9 to 4.2.10 ([1ac6e3b](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/1ac6e3bd31aad3de43913d7e2dc69ca5aa36fabe))
618

19+
## [3.20.10-dev.0](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.20.9...3.20.10-dev.0) (2025-03-14)
20+
21+
### Bug Fixes
22+
23+
- use updated connectionResolver from SDR ([166ee34](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/166ee34627b74568f00ca71abf45bcaadf937ff8))
24+
725
## [3.20.9](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.20.8...3.20.9) (2025-03-11)
826

927
### Bug Fixes

README.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ FLAG DESCRIPTIONS
141141
If you specify this flag, don’t specify --metadata or --source-dir.
142142
```
143143

144-
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/convert/mdapi.ts)_
144+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/convert/mdapi.ts)_
145145

146146
## `sf project convert source`
147147

@@ -214,7 +214,7 @@ FLAG DESCRIPTIONS
214214
Override the api version used for api requests made by this command
215215
```
216216

217-
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/convert/source.ts)_
217+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/convert/source.ts)_
218218

219219
## `sf project convert source-behavior`
220220

@@ -273,7 +273,7 @@ EXAMPLES
273273
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
274274
```
275275

276-
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/convert/source-behavior.ts)_
276+
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/convert/source-behavior.ts)_
277277

278278
## `sf project delete source`
279279

@@ -413,7 +413,7 @@ FLAG DESCRIPTIONS
413413
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
414414
```
415415

416-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/delete/source.ts)_
416+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/delete/source.ts)_
417417

418418
## `sf project delete tracking`
419419

@@ -450,7 +450,7 @@ EXAMPLES
450450
$ sf project delete tracking --target-org my-scratch
451451
```
452452

453-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/delete/tracking.ts)_
453+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/delete/tracking.ts)_
454454

455455
## `sf project deploy cancel`
456456

@@ -522,7 +522,7 @@ FLAG DESCRIPTIONS
522522
project deploy report".
523523
```
524524

525-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/cancel.ts)_
525+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/cancel.ts)_
526526

527527
## `sf project deploy preview`
528528

@@ -605,7 +605,7 @@ FLAG DESCRIPTIONS
605605
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
606606
```
607607

608-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/preview.ts)_
608+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/preview.ts)_
609609

610610
## `sf project deploy quick`
611611

@@ -689,7 +689,7 @@ FLAG DESCRIPTIONS
689689
deploy report".
690690
```
691691

692-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/quick.ts)_
692+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/quick.ts)_
693693

694694
## `sf project deploy report`
695695

@@ -781,7 +781,7 @@ FLAG DESCRIPTIONS
781781
--coverage-formatters lcov --coverage-formatters clover
782782
```
783783

784-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/report.ts)_
784+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/report.ts)_
785785

786786
## `sf project deploy resume`
787787

@@ -866,7 +866,7 @@ FLAG DESCRIPTIONS
866866
--coverage-formatters lcov --coverage-formatters clover
867867
```
868868

869-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/resume.ts)_
869+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/resume.ts)_
870870

871871
## `sf project deploy start`
872872

@@ -1102,7 +1102,7 @@ FLAG DESCRIPTIONS
11021102
--coverage-formatters lcov --coverage-formatters clover
11031103
```
11041104

1105-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/start.ts)_
1105+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/start.ts)_
11061106

11071107
## `sf project deploy validate`
11081108

@@ -1275,7 +1275,7 @@ FLAG DESCRIPTIONS
12751275
--coverage-formatters lcov --coverage-formatters clover
12761276
```
12771277

1278-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/validate.ts)_
1278+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/validate.ts)_
12791279

12801280
## `sf project generate manifest`
12811281

@@ -1371,7 +1371,7 @@ EXAMPLES
13711371
$ sf project generate manifest --from-org [email protected] --excluded-metadata StandardValueSet
13721372
```
13731373

1374-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/generate/manifest.ts)_
1374+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/generate/manifest.ts)_
13751375

13761376
## `sf project list ignored`
13771377

@@ -1413,7 +1413,7 @@ EXAMPLES
14131413
$ sf project list ignored --source-dir package.xml
14141414
```
14151415

1416-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/list/ignored.ts)_
1416+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/list/ignored.ts)_
14171417

14181418
## `sf project reset tracking`
14191419

@@ -1462,7 +1462,7 @@ EXAMPLES
14621462
$ sf project reset tracking --revision 30
14631463
```
14641464

1465-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/reset/tracking.ts)_
1465+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/reset/tracking.ts)_
14661466

14671467
## `sf project retrieve preview`
14681468

@@ -1516,7 +1516,7 @@ FLAG DESCRIPTIONS
15161516
production orgs.
15171517
```
15181518

1519-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/retrieve/preview.ts)_
1519+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/retrieve/preview.ts)_
15201520

15211521
## `sf project retrieve start`
15221522

@@ -1685,6 +1685,6 @@ FLAG DESCRIPTIONS
16851685
If you specify this flag, don’t specify --metadata or --source-dir.
16861686
```
16871687

1688-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/retrieve/start.ts)_
1688+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/retrieve/start.ts)_
16891689

16901690
<!-- commandsstop -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-deploy-retrieve",
33
"description": "deploy and retrieve commands for sf",
4-
"version": "3.20.10",
4+
"version": "3.20.11",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)