Skip to content

Commit 908df8b

Browse files
committed
chore(release): 3.17.2 [skip ci]
1 parent 1587393 commit 908df8b

File tree

3 files changed

+25
-18
lines changed

3 files changed

+25
-18
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.17.2](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.17.1...3.17.2) (2025-01-10)
2+
3+
### Bug Fixes
4+
5+
- add warning when nothing to delete ([daecf6c](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/daecf6c4a501008c0aa9d6bf1ca14b5bf3a38f8b))
6+
- update warning to include files ([f0ae41f](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/f0ae41fdc483380fbcfbf4871e213990562fe577))
7+
18
## [3.17.1](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.17.0...3.17.1) (2025-01-08)
29

310
### 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.17.1/src/commands/project/convert/mdapi.ts)_
144+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/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.17.1/src/commands/project/convert/source.ts)_
217+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/convert/source.ts)_
218218

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

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

275-
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/convert/source-behavior.ts)_
275+
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/convert/source-behavior.ts)_
276276

277277
## `sf project delete source`
278278

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

415-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/delete/source.ts)_
415+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/delete/source.ts)_
416416

417417
## `sf project delete tracking`
418418

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

452-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/delete/tracking.ts)_
452+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/delete/tracking.ts)_
453453

454454
## `sf project deploy cancel`
455455

@@ -521,7 +521,7 @@ FLAG DESCRIPTIONS
521521
project deploy report".
522522
```
523523

524-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/deploy/cancel.ts)_
524+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/deploy/cancel.ts)_
525525

526526
## `sf project deploy preview`
527527

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

607-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/deploy/preview.ts)_
607+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/deploy/preview.ts)_
608608

609609
## `sf project deploy quick`
610610

@@ -688,7 +688,7 @@ FLAG DESCRIPTIONS
688688
deploy report".
689689
```
690690

691-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/deploy/quick.ts)_
691+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/deploy/quick.ts)_
692692

693693
## `sf project deploy report`
694694

@@ -780,7 +780,7 @@ FLAG DESCRIPTIONS
780780
--coverage-formatters lcov --coverage-formatters clover
781781
```
782782

783-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/deploy/report.ts)_
783+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/deploy/report.ts)_
784784

785785
## `sf project deploy resume`
786786

@@ -865,7 +865,7 @@ FLAG DESCRIPTIONS
865865
--coverage-formatters lcov --coverage-formatters clover
866866
```
867867

868-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/deploy/resume.ts)_
868+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/deploy/resume.ts)_
869869

870870
## `sf project deploy start`
871871

@@ -1101,7 +1101,7 @@ FLAG DESCRIPTIONS
11011101
--coverage-formatters lcov --coverage-formatters clover
11021102
```
11031103

1104-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/deploy/start.ts)_
1104+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/deploy/start.ts)_
11051105

11061106
## `sf project deploy validate`
11071107

@@ -1274,7 +1274,7 @@ FLAG DESCRIPTIONS
12741274
--coverage-formatters lcov --coverage-formatters clover
12751275
```
12761276

1277-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/deploy/validate.ts)_
1277+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/deploy/validate.ts)_
12781278

12791279
## `sf project generate manifest`
12801280

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

1373-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/generate/manifest.ts)_
1373+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/generate/manifest.ts)_
13741374

13751375
## `sf project list ignored`
13761376

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

1415-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/list/ignored.ts)_
1415+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/list/ignored.ts)_
14161416

14171417
## `sf project reset tracking`
14181418

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

1464-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/reset/tracking.ts)_
1464+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/reset/tracking.ts)_
14651465

14661466
## `sf project retrieve preview`
14671467

@@ -1515,7 +1515,7 @@ FLAG DESCRIPTIONS
15151515
production orgs.
15161516
```
15171517

1518-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/retrieve/preview.ts)_
1518+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/retrieve/preview.ts)_
15191519

15201520
## `sf project retrieve start`
15211521

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

1687-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.1/src/commands/project/retrieve/start.ts)_
1687+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.17.2/src/commands/project/retrieve/start.ts)_
16881688

16891689
<!-- 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.17.1",
4+
"version": "3.17.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)