Skip to content

Commit

Permalink
chore: sandbox quick command suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Juliet Shackell <[email protected]>
  • Loading branch information
iowillhoit and jshackell-sfdc authored Mar 4, 2024
1 parent 7106c15 commit 8608eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages/deploy.metadata.validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This command doesn't support source-tracking. When you quick deploy with the res

To validate the deployment of multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax applies to --manifest and --source-dir.

Note: This command is not intended to be used on Sandboxes. By default, Sandboxes do not run tests during a deploy. To verify a deploy with tests on a Sandbox, use `sf project deploy start --dry-run --test-level RunLocalTests`.
Note: Don't use this command on sandboxes; the command is intended to be used on production orgs. By default, sandboxes don't run tests during a deploy. If you want to validate a deployment with tests on a sandbox, use "sf project deploy start --dry-run --test-level RunLocalTests" instead.

# examples

Expand Down

0 comments on commit 8608eea

Please sign in to comment.