Skip to content

Commit 5308e4b

Browse files
committed
chore(release): 3.15.9 [skip ci]
1 parent 1471549 commit 5308e4b

File tree

3 files changed

+44
-38
lines changed

3 files changed

+44
-38
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.15.9](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.15.8...3.15.9) (2024-11-06)
2+
3+
### Bug Fixes
4+
5+
- you can't specify --manifest more than once ([#1194](https://github.com/salesforcecli/plugin-deploy-retrieve/issues/1194)) ([1471549](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/14715492ead3e342965ea743443bbb98f10cae59))
6+
17
## [3.15.8](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.15.7...3.15.8) (2024-11-05)
28

39
### Bug Fixes

README.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ DESCRIPTION
112112
113113
To convert multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with
114114
multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax
115-
applies to --manifest and --source-dir.
115+
applies to --source-dir.
116116
117117
ALIASES
118118
$ sf force mdapi convert
@@ -138,10 +138,10 @@ FLAG DESCRIPTIONS
138138
139139
-x, --manifest=<value> File path to manifest (package.xml) of metadata types to convert.
140140
141-
If you specify this parameter, don’t specify --metadata or --source-dir.
141+
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.15.8/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.9/src/commands/project/convert/mdapi.ts)_
145145

146146
## `sf project convert source`
147147

@@ -179,7 +179,7 @@ DESCRIPTION
179179
180180
To convert multiple components, either set multiple --metadata <name> flags or a single --metadata flag with multiple
181181
names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax applies to
182-
--manifest and --source-dir.
182+
--source-dir.
183183
184184
ALIASES
185185
$ sf force source convert
@@ -201,11 +201,11 @@ FLAG DESCRIPTIONS
201201
The supplied paths can be to a single file (in which case the operation is applied to only one file) or to a folder
202202
(in which case the operation is applied to all metadata types in the directory and its sub-directories).
203203
204-
If you specify this parameter, don’t specify --manifest or --metadata.
204+
If you specify this flag, don’t specify --manifest or --metadata.
205205
206206
-x, --manifest=<value> Path to the manifest (package.xml) file that specifies the metadata types to convert.
207207
208-
If you specify this parameter, don’t specify --metadata or --source-dir.
208+
If you specify this flag, don’t specify --metadata or --source-dir.
209209
210210
--api-version=<value>
211211
@@ -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.8/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.9/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.8/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.9/src/commands/project/convert/source-behavior.ts)_
276276

277277
## `sf project delete source`
278278

@@ -316,7 +316,7 @@ DESCRIPTION
316316
317317
To delete multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with
318318
multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax
319-
applies to --manifest and --source-dir.
319+
applies to --source-dir.
320320
321321
ALIASES
322322
$ sf force source delete
@@ -349,9 +349,9 @@ FLAG DESCRIPTIONS
349349
Validates the deleted metadata and runs all Apex tests, but prevents the deletion from being saved to the org.
350350
351351
If you change a field type from Master-Detail to Lookup or vice versa, that change isn’t supported when using the
352-
--check-only parameter to test a deletion (validation). This kind of change isn’t supported for test deletions to
353-
avoid the risk of data loss or corruption. If a change that isn’t supported for test deletions is included in a
354-
deletion package, the test deletion fails and issues an error.
352+
--check-only flag to test a deletion (validation). This kind of change isn’t supported for test deletions to avoid
353+
the risk of data loss or corruption. If a change that isn’t supported for test deletions is included in a deletion
354+
package, the test deletion fails and issues an error.
355355
356356
If your deletion package changes a field type from Master-Detail to Lookup or vice versa, you can still validate the
357357
changes prior to deploying to Production by performing a full deletion to another test Sandbox. A full deletion
@@ -390,14 +390,14 @@ FLAG DESCRIPTIONS
390390
391391
-m, --metadata=<value>... Metadata components to delete.
392392
393-
If you specify this parameter, don’t specify --source-dir.
393+
If you specify this flag, don’t specify --source-dir.
394394
395395
-p, --source-dir=<value>... Source file paths to delete.
396396
397397
The supplied paths can be a single file (in which case the operation is applied to only one file) or a folder (in
398398
which case the operation is applied to all metadata types in the directory and its sub-directories).
399399
400-
If you specify this parameter, don’t specify --metadata.
400+
If you specify this flag, don’t specify --metadata.
401401
402402
-w, --wait=<value> Number of minutes to wait for the command to finish.
403403
@@ -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.8/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.9/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.8/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.9/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.8/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.9/src/commands/project/deploy/cancel.ts)_
525525

526526
## `sf project deploy preview`
527527

@@ -562,7 +562,7 @@ DESCRIPTION
562562
563563
To preview the deployment of multiple metadata components, either set multiple --metadata <name> flags or a single
564564
--metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double
565-
quotes. The same syntax applies to --manifest and --source-dir.
565+
quotes. The same syntax applies to --source-dir.
566566
567567
ALIASES
568568
$ sf deploy metadata preview
@@ -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.8/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.9/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.8/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.9/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.8/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.9/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.8/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.9/src/commands/project/deploy/resume.ts)_
869869

870870
## `sf project deploy start`
871871

@@ -942,7 +942,7 @@ DESCRIPTION
942942
943943
To deploy multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with
944944
multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax
945-
applies to --manifest and --source-dir.
945+
applies to --source-dir.
946946
947947
ALIASES
948948
$ sf deploy metadata
@@ -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.8/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.9/src/commands/project/deploy/start.ts)_
11051105

11061106
## `sf project deploy validate`
11071107

@@ -1175,7 +1175,7 @@ DESCRIPTION
11751175
11761176
To validate the deployment of multiple metadata components, either set multiple --metadata <name> flags or a single
11771177
--metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double
1178-
quotes. The same syntax applies to --manifest and --source-dir.
1178+
quotes. The same syntax applies to --source-dir.
11791179
11801180
Note: Don't use this command on sandboxes; the command is intended to be used on production orgs. By default,
11811181
sandboxes don't run tests during a deploy. If you want to validate a deployment with tests on a sandbox, use "sf
@@ -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.8/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.9/src/commands/project/deploy/validate.ts)_
12781278

12791279
## `sf project generate manifest`
12801280

@@ -1308,10 +1308,10 @@ DESCRIPTION
13081308
Create a project manifest that lists the metadata components you want to deploy or retrieve.
13091309
13101310
Create a manifest from a list of metadata components (--metadata) or from one or more local directories that contain
1311-
source files (--source-dir). You can specify either of these parameters, not both.
1311+
source files (--source-dir). You can specify either of these flags, not both.
13121312
13131313
Use --type to specify the type of manifest you want to create. The resulting manifest files have specific names, such
1314-
as the standard package.xml or destructiveChanges.xml to delete metadata. Valid values for this parameter, and their
1314+
as the standard package.xml or destructiveChanges.xml to delete metadata. Valid values for this flag, and their
13151315
respective file names, are:
13161316
13171317
* package : package.xml (default)
@@ -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.8/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.9/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.8/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.9/src/commands/project/list/ignored.ts)_
13971397

13981398
## `sf project reset tracking`
13991399

@@ -1423,8 +1423,8 @@ DESCRIPTION
14231423
files and those in the org. When you next run 'project deploy preview', Salesforce CLI returns no results, even though
14241424
conflicts might actually exist. Salesforce CLI then resumes tracking new source changes as usual.
14251425
1426-
Use the --revision parameter to reset source tracking to a specific revision number of an org source member. To get
1427-
the revision number, query the SourceMember Tooling API object with the 'data soql' command. For example:
1426+
Use the --revision flag to reset source tracking to a specific revision number of an org source member. To get the
1427+
revision number, query the SourceMember Tooling API object with the 'data soql' command. For example:
14281428
14291429
sf data query --query "SELECT MemberName, MemberType, RevisionCounter FROM SourceMember" --use-tooling-api
14301430
--target-org my-scratch
@@ -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.8/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.9/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.8/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.9/src/commands/project/retrieve/preview.ts)_
15001500

15011501
## `sf project retrieve start`
15021502

@@ -1549,7 +1549,7 @@ DESCRIPTION
15491549
15501550
To retrieve multiple metadata components, either use multiple --metadata <name> flags or use a single --metadata flag
15511551
with multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same
1552-
syntax applies to --manifest and --source-dir.
1552+
syntax applies to --source-dir.
15531553
15541554
ALIASES
15551555
$ sf retrieve metadata
@@ -1662,9 +1662,9 @@ FLAG DESCRIPTIONS
16621662
16631663
-x, --manifest=<value> File path for the manifest (package.xml) that specifies the components to retrieve.
16641664
1665-
If you specify this parameter, don’t specify --metadata or --source-dir.
1665+
If you specify this flag, 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.8/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.9/src/commands/project/retrieve/start.ts)_
16691669

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

0 commit comments

Comments
 (0)