Skip to content

Commit 9f53e78

Browse files
committed
chore(release): 2.1.4 [skip ci]
1 parent cd9357a commit 9f53e78

File tree

3 files changed

+30
-21
lines changed

3 files changed

+30
-21
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.1.4](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/2.1.3...2.1.4) (2023-11-27)
2+
3+
### Bug Fixes
4+
5+
- also display errors from componentFailures ([5659050](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/56590509206501bf8dad83cf6263fd101777f982))
6+
17
## [2.1.3](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/2.1.2...2.1.3) (2023-11-20)
28

39
### Bug Fixes

README.md

Lines changed: 23 additions & 20 deletions
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/2.1.3/src/commands/project/convert/mdapi.ts)_
144+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/convert/mdapi.ts)_
145145

146146
## `sf project convert source`
147147

@@ -153,7 +153,7 @@ USAGE
153153
<value> | -m <value>]
154154
155155
FLAGS
156-
-d, --output-dir=<value> [default: metadataPackage_1700498412279] Output directory to store the Metadata
156+
-d, --output-dir=<value> [default: metadataPackage_1701116897216] Output directory to store the Metadata
157157
API–formatted files in.
158158
-m, --metadata=<value>... Metadata component names to convert.
159159
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -213,7 +213,7 @@ FLAG DESCRIPTIONS
213213
Override the api version used for api requests made by this command
214214
```
215215

216-
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/convert/source.ts)_
216+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/convert/source.ts)_
217217

218218
## `sf project delete source`
219219

@@ -229,7 +229,8 @@ FLAGS
229229
-c, --check-only Validate delete command but don't delete anything from the org or the local project.
230230
-f, --force-overwrite Ignore conflict warnings and overwrite changes to the org.
231231
-m, --metadata=<value>... Metadata components to delete.
232-
-o, --target-org=<value> (required) Username or alias of the target org.
232+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
233+
configuration variable is already set.
233234
-p, --source-dir=<value>... Source file paths to delete.
234235
-r, --no-prompt Don't prompt for delete confirmation.
235236
-t, --track-source If the delete succeeds, update the source tracking information.
@@ -351,7 +352,7 @@ FLAG DESCRIPTIONS
351352
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
352353
```
353354

354-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/delete/source.ts)_
355+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/delete/source.ts)_
355356

356357
## `sf project delete tracking`
357358

@@ -362,7 +363,8 @@ USAGE
362363
$ sf project delete tracking -o <value> [--json] [--api-version <value>] [-p]
363364
364365
FLAGS
365-
-o, --target-org=<value> (required) Username or alias of the target org.
366+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
367+
configuration variable is already set.
366368
-p, --no-prompt Don't prompt for source tracking override confirmation.
367369
--api-version=<value> Override the api version used for api requests made by this command
368370
@@ -386,7 +388,7 @@ EXAMPLES
386388
$ sf project delete tracking --target-org my-scratch
387389
```
388390

389-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/delete/tracking.ts)_
391+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/delete/tracking.ts)_
390392

391393
## `sf project deploy cancel`
392394

@@ -456,7 +458,7 @@ FLAG DESCRIPTIONS
456458
project deploy report".
457459
```
458460

459-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/cancel.ts)_
461+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/deploy/cancel.ts)_
460462

461463
## `sf project deploy preview`
462464

@@ -539,7 +541,7 @@ FLAG DESCRIPTIONS
539541
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
540542
```
541543

542-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/preview.ts)_
544+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/deploy/preview.ts)_
543545

544546
## `sf project deploy quick`
545547

@@ -623,7 +625,7 @@ FLAG DESCRIPTIONS
623625
deploy report".
624626
```
625627

626-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/quick.ts)_
628+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/deploy/quick.ts)_
627629

628630
## `sf project deploy report`
629631

@@ -718,7 +720,7 @@ FLAG DESCRIPTIONS
718720
--coverage-formatters lcov --coverage-formatters clover
719721
```
720722

721-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/report.ts)_
723+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/deploy/report.ts)_
722724

723725
## `sf project deploy resume`
724726

@@ -802,7 +804,7 @@ FLAG DESCRIPTIONS
802804
--coverage-formatters lcov --coverage-formatters clover
803805
```
804806

805-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/resume.ts)_
807+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/deploy/resume.ts)_
806808

807809
## `sf project deploy start`
808810

@@ -1014,7 +1016,7 @@ FLAG DESCRIPTIONS
10141016
--coverage-formatters lcov --coverage-formatters clover
10151017
```
10161018

1017-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/start.ts)_
1019+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/deploy/start.ts)_
10181020

10191021
## `sf project deploy validate`
10201022

@@ -1176,7 +1178,7 @@ FLAG DESCRIPTIONS
11761178
--coverage-formatters lcov --coverage-formatters clover
11771179
```
11781180

1179-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/validate.ts)_
1181+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/deploy/validate.ts)_
11801182

11811183
## `sf project generate manifest`
11821184

@@ -1251,7 +1253,7 @@ EXAMPLES
12511253
$ sf project generate manifest --from-org [email protected] --include-packages unlocked
12521254
```
12531255

1254-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/generate/manifest.ts)_
1256+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/generate/manifest.ts)_
12551257

12561258
## `sf project list ignored`
12571259

@@ -1292,7 +1294,7 @@ EXAMPLES
12921294
$ sf project list ignored --source-dir package.xml
12931295
```
12941296

1295-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/list/ignored.ts)_
1297+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/list/ignored.ts)_
12961298

12971299
## `sf project reset tracking`
12981300

@@ -1303,7 +1305,8 @@ USAGE
13031305
$ sf project reset tracking -o <value> [--json] [--api-version <value>] [-r <value>] [-p]
13041306
13051307
FLAGS
1306-
-o, --target-org=<value> (required) Username or alias of the target org.
1308+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
1309+
configuration variable is already set.
13071310
-p, --no-prompt Don't prompt for source tracking override confirmation.
13081311
-r, --revision=<value> SourceMember revision counter number to reset to.
13091312
--api-version=<value> Override the api version used for api requests made by this command
@@ -1339,7 +1342,7 @@ EXAMPLES
13391342
$ sf project reset tracking --revision 30
13401343
```
13411344

1342-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/reset/tracking.ts)_
1345+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/reset/tracking.ts)_
13431346

13441347
## `sf project retrieve preview`
13451348

@@ -1394,7 +1397,7 @@ FLAG DESCRIPTIONS
13941397
Overrides your default org.
13951398
```
13961399

1397-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/retrieve/preview.ts)_
1400+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/retrieve/preview.ts)_
13981401

13991402
## `sf project retrieve start`
14001403

@@ -1540,6 +1543,6 @@ FLAG DESCRIPTIONS
15401543
If you specify this parameter, don’t specify --metadata or --source-dir.
15411544
```
15421545

1543-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/retrieve/start.ts)_
1546+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.4/src/commands/project/retrieve/start.ts)_
15441547

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

0 commit comments

Comments
 (0)