Skip to content

Commit e41197a

Browse files
committed
chore(release): 1.20.1 [skip ci]
1 parent 7cd4da5 commit e41197a

File tree

3 files changed

+32
-19
lines changed

3 files changed

+32
-19
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.20.1](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/1.20.0...1.20.1) (2023-11-08)
2+
3+
### Bug Fixes
4+
5+
- add ignore-warnings flag to deploy validate ([794c5e8](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/794c5e8276e2b14d463fc4e6e440add9657406a4))
6+
- update the nut ([6ab0e4e](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/6ab0e4ea8cb1466f1089bc1cab05ad35b01b6d73))
7+
18
# [1.20.0](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/1.19.3...1.20.0) (2023-11-07)
29

310
### Features

README.md

Lines changed: 24 additions & 18 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/1.20.0/src/commands/project/convert/mdapi.ts)_
144+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/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_1699371527053] Output directory to store the Metadata
156+
-d, --output-dir=<value> [default: metadataPackage_1699470680209] 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/1.20.0/src/commands/project/convert/source.ts)_
216+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/convert/source.ts)_
217217

218218
## `sf project delete source`
219219

@@ -351,7 +351,7 @@ FLAG DESCRIPTIONS
351351
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
352352
```
353353

354-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/delete/source.ts)_
354+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/delete/source.ts)_
355355

356356
## `sf project delete tracking`
357357

@@ -386,7 +386,7 @@ EXAMPLES
386386
$ sf project delete tracking --target-org my-scratch
387387
```
388388

389-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/delete/tracking.ts)_
389+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/delete/tracking.ts)_
390390

391391
## `sf project deploy cancel`
392392

@@ -456,7 +456,7 @@ FLAG DESCRIPTIONS
456456
project deploy report".
457457
```
458458

459-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/deploy/cancel.ts)_
459+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/deploy/cancel.ts)_
460460

461461
## `sf project deploy preview`
462462

@@ -539,7 +539,7 @@ FLAG DESCRIPTIONS
539539
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
540540
```
541541

542-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/deploy/preview.ts)_
542+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/deploy/preview.ts)_
543543

544544
## `sf project deploy quick`
545545

@@ -623,7 +623,7 @@ FLAG DESCRIPTIONS
623623
deploy report".
624624
```
625625

626-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/deploy/quick.ts)_
626+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/deploy/quick.ts)_
627627

628628
## `sf project deploy report`
629629

@@ -718,7 +718,7 @@ FLAG DESCRIPTIONS
718718
--coverage-formatters lcov --coverage-formatters clover
719719
```
720720

721-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/deploy/report.ts)_
721+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/deploy/report.ts)_
722722

723723
## `sf project deploy resume`
724724

@@ -802,7 +802,7 @@ FLAG DESCRIPTIONS
802802
--coverage-formatters lcov --coverage-formatters clover
803803
```
804804

805-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/deploy/resume.ts)_
805+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/deploy/resume.ts)_
806806

807807
## `sf project deploy start`
808808

@@ -1013,7 +1013,7 @@ FLAG DESCRIPTIONS
10131013
--coverage-formatters lcov --coverage-formatters clover
10141014
```
10151015

1016-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/deploy/start.ts)_
1016+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/deploy/start.ts)_
10171017

10181018
## `sf project deploy validate`
10191019

@@ -1023,12 +1023,13 @@ Validate a metadata deployment without actually executing it.
10231023
USAGE
10241024
$ sf project deploy validate -o <value> [--json] [-a <value>] [--async] [--concise | --verbose] [-m <value>] [-d <value>]
10251025
[--single-package --metadata-dir <value>] [-t <value> -l RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w
1026-
<value>] [--coverage-formatters
1026+
<value>] [-g] [--coverage-formatters
10271027
clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary] [--junit] [--results-dir
10281028
<value>] [--purge-on-delete -x <value>] [--pre-destructive-changes <value> ] [--post-destructive-changes <value> ]
10291029
10301030
FLAGS
10311031
-a, --api-version=<value> Target API version for the validation.
1032+
-g, --ignore-warnings Ignore warnings and allow a deployment to complete successfully.
10321033
-o, --target-org=<value> (required) Login username or alias for the target org.
10331034
-w, --wait=<minutes> [default: 33 minutes] Number of minutes to wait for the command to complete and display
10341035
results.
@@ -1118,6 +1119,11 @@ FLAG DESCRIPTIONS
11181119
11191120
If you specify this flag, don’t specify --metadata or --manifest.
11201121
1122+
-g, --ignore-warnings Ignore warnings and allow a deployment to complete successfully.
1123+
1124+
If a warning occurs and this flag is set to true, the success status of the deployment is set to true. When this
1125+
flag is set to false, success is set to false, and the warning is treated like an error.
1126+
11211127
-l, --test-level=RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests Deployment Apex testing level.
11221128
11231129
Valid values are:
@@ -1168,7 +1174,7 @@ FLAG DESCRIPTIONS
11681174
--coverage-formatters lcov --coverage-formatters clover
11691175
```
11701176

1171-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/deploy/validate.ts)_
1177+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/deploy/validate.ts)_
11721178

11731179
## `sf project generate manifest`
11741180

@@ -1243,7 +1249,7 @@ EXAMPLES
12431249
$ sf project generate manifest --from-org [email protected] --include-packages unlocked
12441250
```
12451251

1246-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/generate/manifest.ts)_
1252+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/generate/manifest.ts)_
12471253

12481254
## `sf project list ignored`
12491255

@@ -1284,7 +1290,7 @@ EXAMPLES
12841290
$ sf project list ignored --source-dir package.xml
12851291
```
12861292

1287-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/list/ignored.ts)_
1293+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/list/ignored.ts)_
12881294

12891295
## `sf project reset tracking`
12901296

@@ -1331,7 +1337,7 @@ EXAMPLES
13311337
$ sf project reset tracking --revision 30
13321338
```
13331339

1334-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/reset/tracking.ts)_
1340+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/reset/tracking.ts)_
13351341

13361342
## `sf project retrieve preview`
13371343

@@ -1386,7 +1392,7 @@ FLAG DESCRIPTIONS
13861392
Overrides your default org.
13871393
```
13881394

1389-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/retrieve/preview.ts)_
1395+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/retrieve/preview.ts)_
13901396

13911397
## `sf project retrieve start`
13921398

@@ -1532,6 +1538,6 @@ FLAG DESCRIPTIONS
15321538
If you specify this parameter, don’t specify --metadata or --source-dir.
15331539
```
15341540

1535-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.0/src/commands/project/retrieve/start.ts)_
1541+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.1/src/commands/project/retrieve/start.ts)_
15361542

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

0 commit comments

Comments
 (0)