Skip to content

Commit 031025b

Browse files
committed
chore(release): 3.9.0 [skip ci]
1 parent a09c197 commit 031025b

File tree

3 files changed

+54
-46
lines changed

3 files changed

+54
-46
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [3.9.0](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.8.4...3.9.0) (2024-06-06)
2+
3+
### Features
4+
5+
- use oclif/core v4 and sf-plugins-core v10 ([#1038](https://github.com/salesforcecli/plugin-deploy-retrieve/issues/1038)) ([a09c197](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/a09c19752db4c793af5f90a70c42dba29bbb1eb3))
6+
17
## [3.8.4](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/3.8.3...3.8.4) (2024-06-02)
28

39
### Bug Fixes

README.md

Lines changed: 47 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Convert metadata retrieved via Metadata API into the source format used in Sales
8686

8787
```
8888
USAGE
89-
$ sf project convert mdapi -r <value> [--json] [--flags-dir <value>] [--api-version <value>] [-d <value>] [-p <value> |
90-
-x <value> | -m <value>]
89+
$ sf project convert mdapi -r <value> [--json] [--flags-dir <value>] [--api-version <value>] [-d <value>] [-p <value>...
90+
| -x <value> | -m <value>...]
9191
9292
FLAGS
9393
-d, --output-dir=<value> Directory to store your files in after they’re converted to source format; can be an
@@ -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.8.4/src/commands/project/convert/mdapi.ts)_
144+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/convert/mdapi.ts)_
145145

146146
## `sf project convert source`
147147

@@ -150,10 +150,10 @@ Convert source-formatted files into metadata that you can deploy using Metadata
150150
```
151151
USAGE
152152
$ sf project convert source [--json] [--flags-dir <value>] [--api-version <value>] [-r <value>] [-d <value>] [-n <value>]
153-
[-p <value> | -x <value> | -m <value>]
153+
[-p <value>... | -x <value> | -m <value>...]
154154
155155
FLAGS
156-
-d, --output-dir=<value> [default: metadataPackage_1717296443674] Output directory to store the Metadata
156+
-d, --output-dir=<value> [default: metadataPackage_1717649318884] 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.
@@ -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.8.4/src/commands/project/convert/source.ts)_
217+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/convert/source.ts)_
218218

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

@@ -271,7 +271,7 @@ EXAMPLES
271271
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
272272
```
273273

274-
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/convert/source-behavior.ts)_
274+
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/convert/source-behavior.ts)_
275275

276276
## `sf project delete source`
277277

@@ -280,8 +280,8 @@ Delete source from your project and from a non-source-tracked org.
280280
```
281281
USAGE
282282
$ sf project delete source -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-w <value>] [--tests
283-
<value>] [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-r] [-m <value>] [-p <value>] [-f [-t |
284-
-c]] [--verbose]
283+
<value>...] [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-r] [-m <value>...] [-p <value>...] [-f
284+
[-t | -c]] [--verbose]
285285
286286
FLAGS
287287
-c, --check-only Validate delete command but don't delete anything from the org or the local project.
@@ -411,7 +411,7 @@ FLAG DESCRIPTIONS
411411
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
412412
```
413413

414-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/delete/source.ts)_
414+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/delete/source.ts)_
415415

416416
## `sf project delete tracking`
417417

@@ -448,15 +448,15 @@ EXAMPLES
448448
$ sf project delete tracking --target-org my-scratch
449449
```
450450

451-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/delete/tracking.ts)_
451+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/delete/tracking.ts)_
452452

453453
## `sf project deploy cancel`
454454

455455
Cancel a deploy operation.
456456

457457
```
458458
USAGE
459-
$ sf project deploy cancel [--json] [--flags-dir <value>] [-o <value>] [--async | -w <value>] [-i <value>] [-r]
459+
$ sf project deploy cancel [--json] [--flags-dir <value>] [-o <value>] [--async | -w <minutes>] [-i <value>] [-r]
460460
461461
FLAGS
462462
-i, --job-id=<value> Job ID of the deploy operation you want to cancel.
@@ -520,15 +520,15 @@ FLAG DESCRIPTIONS
520520
project deploy report".
521521
```
522522

523-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/deploy/cancel.ts)_
523+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/deploy/cancel.ts)_
524524

525525
## `sf project deploy preview`
526526

527527
Preview a deployment to see what will deploy to the org, the potential conflicts, and the ignored files.
528528

529529
```
530530
USAGE
531-
$ sf project deploy preview -o <value> [--json] [--flags-dir <value>] [-c] [-x <value> | -d <value> | -m <value>]
531+
$ sf project deploy preview -o <value> [--json] [--flags-dir <value>] [-c] [-x <value> | -d <value>... | -m <value>...]
532532
[--concise]
533533
534534
FLAGS
@@ -603,16 +603,16 @@ FLAG DESCRIPTIONS
603603
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
604604
```
605605

606-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/deploy/preview.ts)_
606+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/deploy/preview.ts)_
607607

608608
## `sf project deploy quick`
609609

610610
Quickly deploy a validated deployment to an org.
611611

612612
```
613613
USAGE
614-
$ sf project deploy quick [--json] [--flags-dir <value>] [--async | -w <value>] [--concise | --verbose] [-i <value>] [-o
615-
<value>] [-r] [-a <value>]
614+
$ sf project deploy quick [--json] [--flags-dir <value>] [--async | -w <minutes>] [--concise | --verbose] [-i <value>]
615+
[-o <value>] [-r] [-a <value>]
616616
617617
FLAGS
618618
-a, --api-version=<value> Target API version for the deploy.
@@ -645,7 +645,7 @@ DESCRIPTION
645645
This command doesn’t attempt to merge your source with the versions in your org.
646646
647647
Note: Don't use this command on sandboxes; the command is intended to be used on production orgs. By default,
648-
sandboxes don't run tests during a deploy. Use `sf project deploy start` instead.
648+
sandboxes don't run tests during a deploy. Use "sf project deploy start" instead.
649649
650650
ALIASES
651651
$ sf deploy metadata quick
@@ -687,7 +687,7 @@ FLAG DESCRIPTIONS
687687
deploy report".
688688
```
689689

690-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/deploy/quick.ts)_
690+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/deploy/quick.ts)_
691691

692692
## `sf project deploy report`
693693

@@ -696,8 +696,8 @@ Check or poll for the status of a deploy operation.
696696
```
697697
USAGE
698698
$ sf project deploy report [--json] [--flags-dir <value>] [-o <value>] [-i <value>] [-r] [--coverage-formatters
699-
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit] [--results-dir
700-
<value>] [-w <value>]
699+
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary...] [--junit]
700+
[--results-dir <value>] [-w <minutes>]
701701
702702
FLAGS
703703
-i, --job-id=<value> Job ID of the deploy operation you want to check the status of.
@@ -779,16 +779,16 @@ FLAG DESCRIPTIONS
779779
--coverage-formatters lcov --coverage-formatters clover
780780
```
781781

782-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/deploy/report.ts)_
782+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/deploy/report.ts)_
783783

784784
## `sf project deploy resume`
785785

786786
Resume watching a deploy operation and update source tracking when the deploy completes.
787787

788788
```
789789
USAGE
790-
$ sf project deploy resume [--json] [--flags-dir <value>] [--concise | --verbose] [-i <value>] [-r] [-w <value>]
791-
[--coverage-formatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary]
790+
$ sf project deploy resume [--json] [--flags-dir <value>] [--concise | --verbose] [-i <value>] [-r] [-w <minutes>]
791+
[--coverage-formatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary...]
792792
[--junit] [--results-dir <value>]
793793
794794
FLAGS
@@ -864,19 +864,19 @@ FLAG DESCRIPTIONS
864864
--coverage-formatters lcov --coverage-formatters clover
865865
```
866866

867-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/deploy/resume.ts)_
867+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/deploy/resume.ts)_
868868

869869
## `sf project deploy start`
870870

871871
Deploy metadata to an org from your local project.
872872

873873
```
874874
USAGE
875-
$ sf project deploy start -o <value> [--json] [--flags-dir <value>] [-a <value>] [--async | -w <value>] [--concise |
876-
--verbose] [--dry-run] [-c] [-r] [-g] [--single-package ] [-t <value>] [-l
877-
NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [--purge-on-delete [-x <value> | -d <value> | -m <value>
878-
| --metadata-dir <value>]] [--pre-destructive-changes <value> ] [--post-destructive-changes <value> ]
879-
[--coverage-formatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary]
875+
$ sf project deploy start -o <value> [--json] [--flags-dir <value>] [-a <value>] [--async | -w <minutes>] [--concise |
876+
--verbose] [--dry-run] [-c] [-r] [-g] [--single-package ] [-t <value>...] [-l
877+
NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [--purge-on-delete [-x <value> | -d <value>... | -m
878+
<value>... | --metadata-dir <value>]] [--pre-destructive-changes <value> ] [--post-destructive-changes <value> ]
879+
[--coverage-formatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary...]
880880
[--junit] [--results-dir <value>]
881881
882882
FLAGS
@@ -1090,7 +1090,7 @@ FLAG DESCRIPTIONS
10901090
--coverage-formatters lcov --coverage-formatters clover
10911091
```
10921092

1093-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/deploy/start.ts)_
1093+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/deploy/start.ts)_
10941094

10951095
## `sf project deploy validate`
10961096

@@ -1099,10 +1099,11 @@ Validate a metadata deployment without actually executing it.
10991099
```
11001100
USAGE
11011101
$ sf project deploy validate -o <value> [--json] [--flags-dir <value>] [-a <value>] [--async] [--concise | --verbose] [-m
1102-
<value>] [-d <value>] [--single-package --metadata-dir <value>] [-t <value>] [-l
1103-
RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w <value>] [-g] [--coverage-formatters
1104-
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit] [--results-dir
1105-
<value>] [--purge-on-delete -x <value>] [--pre-destructive-changes <value> ] [--post-destructive-changes <value> ]
1102+
<value>...] [-d <value>...] [--single-package --metadata-dir <value>] [-t <value>...] [-l
1103+
RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w <minutes>] [-g] [--coverage-formatters
1104+
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary...] [--junit]
1105+
[--results-dir <value>] [--purge-on-delete -x <value>] [--pre-destructive-changes <value> ]
1106+
[--post-destructive-changes <value> ]
11061107
11071108
FLAGS
11081109
-a, --api-version=<value> Target API version for the validation.
@@ -1262,16 +1263,16 @@ FLAG DESCRIPTIONS
12621263
--coverage-formatters lcov --coverage-formatters clover
12631264
```
12641265

1265-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/deploy/validate.ts)_
1266+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/deploy/validate.ts)_
12661267

12671268
## `sf project generate manifest`
12681269

12691270
Create a project manifest that lists the metadata components you want to deploy or retrieve.
12701271

12711272
```
12721273
USAGE
1273-
$ sf project generate manifest [--json] [--flags-dir <value>] [--api-version <value>] [-m <value>] [-p <value>] [-n <value> |
1274-
-t pre|post|destroy|package] [-c managed|unlocked --from-org <value>] [-d <value>]
1274+
$ sf project generate manifest [--json] [--flags-dir <value>] [--api-version <value>] [-m <value>...] [-p <value>...] [-n
1275+
<value> | -t pre|post|destroy|package] [-c managed|unlocked... --from-org <value>] [-d <value>]
12751276
12761277
FLAGS
12771278
-c, --include-packages=<option>... Package types (managed, unlocked) whose metadata is included in the manifest; by
@@ -1339,7 +1340,7 @@ EXAMPLES
13391340
$ sf project generate manifest --from-org [email protected] --include-packages unlocked
13401341
```
13411342

1342-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/generate/manifest.ts)_
1343+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/generate/manifest.ts)_
13431344

13441345
## `sf project list ignored`
13451346

@@ -1381,7 +1382,7 @@ EXAMPLES
13811382
$ sf project list ignored --source-dir package.xml
13821383
```
13831384

1384-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/list/ignored.ts)_
1385+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/list/ignored.ts)_
13851386

13861387
## `sf project reset tracking`
13871388

@@ -1430,7 +1431,7 @@ EXAMPLES
14301431
$ sf project reset tracking --revision 30
14311432
```
14321433

1433-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/reset/tracking.ts)_
1434+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/reset/tracking.ts)_
14341435

14351436
## `sf project retrieve preview`
14361437

@@ -1484,16 +1485,17 @@ FLAG DESCRIPTIONS
14841485
production orgs.
14851486
```
14861487

1487-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/retrieve/preview.ts)_
1488+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/retrieve/preview.ts)_
14881489

14891490
## `sf project retrieve start`
14901491

14911492
Retrieve metadata from an org to your local project.
14921493

14931494
```
14941495
USAGE
1495-
$ sf project retrieve start -o <value> [--json] [--flags-dir <value>] [-a <value>] [-c] [-x <value> | -m <value> | -d
1496-
<value>] [-r <value> | -n <value> | ] [--single-package -t <value>] [-w <value>] [-z ] [--zip-file-name <value> ]
1496+
$ sf project retrieve start -o <value> [--json] [--flags-dir <value>] [-a <value>] [-c] [-x <value> | -m <value>... | -d
1497+
<value>...] [-r <value> | -n <value>... | ] [--single-package -t <value>] [-w <value>] [-z ] [--zip-file-name
1498+
<value> ]
14971499
14981500
FLAGS
14991501
-a, --api-version=<value> Target API version for the retrieve.
@@ -1642,6 +1644,6 @@ FLAG DESCRIPTIONS
16421644
If you specify this parameter, don’t specify --metadata or --source-dir.
16431645
```
16441646

1645-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.8.4/src/commands/project/retrieve/start.ts)_
1647+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.0/src/commands/project/retrieve/start.ts)_
16461648

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

0 commit comments

Comments
 (0)