Skip to content

Commit b90bb4e

Browse files
fix: minor edits to "sf deploy metadata" messages (#499)
* Update deploy.metadata.md * fix: show use of --target-org in the examples
1 parent c03d4c8 commit b90bb4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

messages/deploy.metadata.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ To deploy multiple metadata components, either set multiple --metadata <name> fl
1414

1515
# examples
1616

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

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

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

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

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

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

192192
# error.ClientTimeout
193193

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

196196
# error.Conflicts
197197

0 commit comments

Comments
 (0)