Skip to content

Commit 217f445

Browse files
committed
chore(release): 3.15.4 [skip ci]
1 parent 1d22fc3 commit 217f445

File tree

4 files changed

+25
-19
lines changed

4 files changed

+25
-19
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.15.4](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.15.3...3.15.4) (2024-10-30)
2+
3+
### Bug Fixes
4+
5+
- only show status at end in CI ([#1196](https://github.com/salesforcecli/plugin-deploy-retrieve/issues/1196)) ([1d22fc3](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/1d22fc380908dec72d1d8f5d836b2c6d5907ccb7))
6+
17
## [3.15.3](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.15.2...3.15.3) (2024-10-24)
28

39
### 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 parameter, 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.15.3/src/commands/project/convert/mdapi.ts)_
144+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/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.15.3/src/commands/project/convert/source.ts)_
217+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/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.15.3/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.15.4/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.15.3/src/commands/project/delete/source.ts)_
415+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/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.15.3/src/commands/project/delete/tracking.ts)_
452+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/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.15.3/src/commands/project/deploy/cancel.ts)_
524+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/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.15.3/src/commands/project/deploy/preview.ts)_
607+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/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.15.3/src/commands/project/deploy/quick.ts)_
691+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/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.15.3/src/commands/project/deploy/report.ts)_
783+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/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.15.3/src/commands/project/deploy/resume.ts)_
868+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/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.15.3/src/commands/project/deploy/start.ts)_
1104+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/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.15.3/src/commands/project/deploy/validate.ts)_
1277+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/deploy/validate.ts)_
12781278

12791279
## `sf project generate manifest`
12801280

@@ -1351,7 +1351,7 @@ EXAMPLES
13511351
$ sf project generate manifest --from-org [email protected] --include-packages unlocked
13521352
```
13531353

1354-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/generate/manifest.ts)_
1354+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/generate/manifest.ts)_
13551355

13561356
## `sf project list ignored`
13571357

@@ -1393,7 +1393,7 @@ EXAMPLES
13931393
$ sf project list ignored --source-dir package.xml
13941394
```
13951395

1396-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/list/ignored.ts)_
1396+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/list/ignored.ts)_
13971397

13981398
## `sf project reset tracking`
13991399

@@ -1442,7 +1442,7 @@ EXAMPLES
14421442
$ sf project reset tracking --revision 30
14431443
```
14441444

1445-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/reset/tracking.ts)_
1445+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/reset/tracking.ts)_
14461446

14471447
## `sf project retrieve preview`
14481448

@@ -1496,7 +1496,7 @@ FLAG DESCRIPTIONS
14961496
production orgs.
14971497
```
14981498

1499-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/retrieve/preview.ts)_
1499+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/retrieve/preview.ts)_
15001500

15011501
## `sf project retrieve start`
15021502

@@ -1665,6 +1665,6 @@ FLAG DESCRIPTIONS
16651665
If you specify this parameter, don’t specify --metadata or --source-dir.
16661666
```
16671667

1668-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.3/src/commands/project/retrieve/start.ts)_
1668+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.4/src/commands/project/retrieve/start.ts)_
16691669

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

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,7 @@
20202020
"@smithy/util-stream" "^3.1.9"
20212021
tslib "^2.6.2"
20222022

2023-
"@smithy/types@^3.3.0", "@smithy/types@^3.5.0":
2023+
"@smithy/types@^3.5.0":
20242024
version "3.5.0"
20252025
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.5.0.tgz#9589e154c50d9c5d00feb7d818112ef8fc285d6e"
20262026
integrity sha512-QN0twHNfe8mNJdH9unwsCK13GURU7oEAZqkBI+rsvpv1jrmserO+WnLE7jidR9W/1dxwZ0u/CB01mV2Gms/K2Q==

0 commit comments

Comments
 (0)