You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
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.
-a, --api-version=<value> Target API version for the validation.
@@ -538,6 +542,9 @@ FLAGS
538
542
-x, --manifest=<value> Full file path for manifest (package.xml) of components to validate for deployment.
539
543
--async Run the command asynchronously.
540
544
--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.
541
548
--verbose Show verbose output of the validation result.
542
549
543
550
GLOBAL FLAGS
@@ -563,7 +570,7 @@ DESCRIPTION
563
570
quotes. The same syntax applies to --manifest and --source-dir.
564
571
565
572
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.
567
574
568
575
Validate the deployment of all source files in a directory to the default org:
0 commit comments