Skip to content

Commit 7f3898a

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.4.3 [ci skip]
1 parent d01a155 commit 7f3898a

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.4.3](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v1.4.2...v1.4.3) (2022-05-11)
6+
57
### [1.4.2](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v1.4.1...v1.4.2) (2022-05-04)
68

79
### Bug Fixes

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ EXAMPLES
115115
$ sf deploy --interactive
116116
```
117117

118-
_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.4.1/src/commands/deploy.ts)_
118+
_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.4.2/src/commands/deploy.ts)_
119119

120120
## `sf deploy metadata`
121121

@@ -124,7 +124,7 @@ Deploy metadata in source format to an org from your local project.
124124
```
125125
USAGE
126126
$ sf deploy metadata [--json] [-a <value>] [--async | -w <value>] [--concise | --verbose] [--dry-run] [-r] [-g] [-x
127-
<value>] [-m <value>] [-d <value>] [-o <value>] [-t <value>] [-l
127+
<value>] [-m <value>] [--single-package --metadata-dir <value>] [-d <value>] [-o <value>] [-t <value>] [-l
128128
NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg]
129129
130130
FLAGS
@@ -143,6 +143,9 @@ FLAGS
143143
--async Run the command asynchronously.
144144
--concise Show concise output of the deploy result.
145145
--dry-run Validate deploy and run Apex tests but don’t save to the org.
146+
--metadata-dir=<value> Root of directory or zip file of metadata formatted files to deploy.
147+
--single-package Indicates that the metadata zip file points to a directory structure for a single
148+
package.
146149
--verbose Show verbose output of the deploy result.
147150
148151
GLOBAL FLAGS
@@ -522,8 +525,9 @@ Validate a metadata deployment without actually executing it.
522525

523526
```
524527
USAGE
525-
$ sf deploy metadata validate [--json] [-a <value>] [--async] [--concise | --verbose] [-x <value> | -m <value> | -d <value>]
526-
[-o <value>] [-t <value>] [-l RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w <value>]
528+
$ sf deploy metadata validate [--json] [-a <value>] [--async] [--concise | --verbose] [-x <value>] [-m <value>] [-d <value>]
529+
[--single-package --metadata-dir <value>] [-o <value>] [-t <value>] [-l
530+
RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w <value>]
527531
528532
FLAGS
529533
-a, --api-version=<value> Target API version for the validation.
@@ -538,6 +542,9 @@ FLAGS
538542
-x, --manifest=<value> Full file path for manifest (package.xml) of components to validate for deployment.
539543
--async Run the command asynchronously.
540544
--concise Show concise output of the validation result.
545+
--metadata-dir=<value> Root of directory or zip file of metadata formatted files to deploy.
546+
--single-package Indicates that the metadata zip file points to a directory structure for a single
547+
package.
541548
--verbose Show verbose output of the validation result.
542549
543550
GLOBAL FLAGS
@@ -563,7 +570,7 @@ DESCRIPTION
563570
quotes. The same syntax applies to --manifest and --source-dir.
564571
565572
EXAMPLES
566-
NOTE: These examples focus on validating large deployments. See the help for "sf deploy metadata" for examples of deploying smaller sets of metadata which you can also use to validate.
573+
NOTE: These examples focus on validating large deployments. See the help for "sf deploy metadata" for examples of deploying smaller sets of metadata which you can also use to validate.
567574
568575
Validate the deployment of all source files in a directory to the default org:
569576

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

0 commit comments

Comments
 (0)