Skip to content

Commit 7760eee

Browse files
committed
chore(release): 3.24.6 [skip ci]
1 parent 844d455 commit 7760eee

File tree

3 files changed

+24
-18
lines changed

3 files changed

+24
-18
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.24.6](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.24.5...3.24.6) (2026-01-09)
2+
3+
### Bug Fixes
4+
5+
- bump SDR ([#1498](https://github.com/salesforcecli/plugin-deploy-retrieve/issues/1498)) ([844d455](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/844d455a3a88e546e92af4845a5f37b7fed3c391))
6+
17
## [3.24.5](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.24.4...3.24.5) (2026-01-08)
28

39
### Bug Fixes

README.md

Lines changed: 17 additions & 17 deletions
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.24.5/src/commands/project/convert/mdapi.ts)_
144+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/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.24.5/src/commands/project/convert/source.ts)_
217+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/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.24.5/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.24.6/src/commands/project/convert/source-behavior.ts)_
277277

278278
## `sf project delete source`
279279

@@ -426,7 +426,7 @@ FLAG DESCRIPTIONS
426426
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
427427
```
428428

429-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/delete/source.ts)_
429+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/src/commands/project/delete/source.ts)_
430430

431431
## `sf project delete tracking`
432432

@@ -463,7 +463,7 @@ EXAMPLES
463463
$ sf project delete tracking --target-org my-scratch
464464
```
465465

466-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/delete/tracking.ts)_
466+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/src/commands/project/delete/tracking.ts)_
467467

468468
## `sf project deploy cancel`
469469

@@ -535,7 +535,7 @@ FLAG DESCRIPTIONS
535535
project deploy report".
536536
```
537537

538-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/deploy/cancel.ts)_
538+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/src/commands/project/deploy/cancel.ts)_
539539

540540
## `sf project deploy preview`
541541

@@ -618,7 +618,7 @@ FLAG DESCRIPTIONS
618618
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
619619
```
620620

621-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/deploy/preview.ts)_
621+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/src/commands/project/deploy/preview.ts)_
622622

623623
## `sf project deploy quick`
624624

@@ -702,7 +702,7 @@ FLAG DESCRIPTIONS
702702
deploy report".
703703
```
704704

705-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/deploy/quick.ts)_
705+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/src/commands/project/deploy/quick.ts)_
706706

707707
## `sf project deploy report`
708708

@@ -794,7 +794,7 @@ FLAG DESCRIPTIONS
794794
--coverage-formatters lcov --coverage-formatters clover
795795
```
796796

797-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/deploy/report.ts)_
797+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/src/commands/project/deploy/report.ts)_
798798

799799
## `sf project deploy resume`
800800

@@ -879,7 +879,7 @@ FLAG DESCRIPTIONS
879879
--coverage-formatters lcov --coverage-formatters clover
880880
```
881881

882-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/deploy/resume.ts)_
882+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/src/commands/project/deploy/resume.ts)_
883883

884884
## `sf project deploy start`
885885

@@ -1128,7 +1128,7 @@ FLAG DESCRIPTIONS
11281128
--coverage-formatters lcov --coverage-formatters clover
11291129
```
11301130

1131-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/deploy/start.ts)_
1131+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/src/commands/project/deploy/start.ts)_
11321132

11331133
## `sf project deploy validate`
11341134

@@ -1315,7 +1315,7 @@ FLAG DESCRIPTIONS
13151315
--coverage-formatters lcov --coverage-formatters clover
13161316
```
13171317

1318-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/deploy/validate.ts)_
1318+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/src/commands/project/deploy/validate.ts)_
13191319

13201320
## `sf project generate manifest`
13211321

@@ -1411,7 +1411,7 @@ EXAMPLES
14111411
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
14121412
```
14131413

1414-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/generate/manifest.ts)_
1414+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/src/commands/project/generate/manifest.ts)_
14151415

14161416
## `sf project list ignored`
14171417

@@ -1453,7 +1453,7 @@ EXAMPLES
14531453
$ sf project list ignored --source-dir package.xml
14541454
```
14551455

1456-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/list/ignored.ts)_
1456+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/src/commands/project/list/ignored.ts)_
14571457

14581458
## `sf project reset tracking`
14591459

@@ -1502,7 +1502,7 @@ EXAMPLES
15021502
$ sf project reset tracking --revision 30
15031503
```
15041504

1505-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/reset/tracking.ts)_
1505+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/src/commands/project/reset/tracking.ts)_
15061506

15071507
## `sf project retrieve preview`
15081508

@@ -1556,7 +1556,7 @@ FLAG DESCRIPTIONS
15561556
production orgs.
15571557
```
15581558

1559-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/retrieve/preview.ts)_
1559+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/src/commands/project/retrieve/preview.ts)_
15601560

15611561
## `sf project retrieve start`
15621562

@@ -1729,6 +1729,6 @@ FLAG DESCRIPTIONS
17291729
If you specify this flag, don’t specify --metadata or --source-dir.
17301730
```
17311731

1732-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/retrieve/start.ts)_
1732+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.6/src/commands/project/retrieve/start.ts)_
17331733

17341734
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
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.24.5",
4+
"version": "3.24.6",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)