Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions messages/deploy.metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ To deploy multiple metadata components, either set multiple --metadata <name> fl

# examples

- Deploy local changes not in the org:
- Deploy local changes not in the org; uses your default org:

<%= config.bin %> <%= command.id %>

- Deploy the source files in a directory:
- Deploy the source files in a directory to an org with alias "my-scratch":

<%= config.bin %> <%= command.id %> --source-dir path/to/source
<%= config.bin %> <%= command.id %> --source-dir path/to/source --target-org my-scratch

- Deploy a specific Apex class and the objects whose source is in a directory (both examples are equivalent):

Expand Down Expand Up @@ -191,7 +191,7 @@ You must specify tests using the --tests flag if the --test-level flag is set to

# error.ClientTimeout

The client has timed out. Use sf deploy metadata resume to resume watching this deploy.
The command has timed out, although the deployment is still running. Use "sf deploy metadata resume" to resume watching the deployment.

# error.Conflicts

Expand Down