Skip to content

Commit 1dffb3e

Browse files
fix: more edits
1 parent 5d1ae04 commit 1dffb3e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

messages/deploy.metadata.preview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ To preview the deployment of multiple metadata components, either set multiple -
1616

1717
- NOTE: The commands to preview a deployment and actually deploy it use similar flags. We provide a few preview examples here, but see the help for "<%= config.bin %> project deploy start" for more examples that you can adapt for previewing.
1818

19-
- Preview the deployment of source files in a directory, such as force-app:
19+
- Preview the deployment of source files in a directory, such as force-app, to your default org:
2020

2121
<%= config.bin %> <%= command.id %> --source-dir force-app
2222

23-
- Preview the deployment of all Apex classes:
23+
- Preview the deployment of all Apex classes to an org with alias "my-scratch":
2424

25-
<%= config.bin %> <%= command.id %> --metadata ApexClass
25+
<%= config.bin %> <%= command.id %> --metadata ApexClass --target-org my-scratch
2626

2727
- Preview deployment of a specific Apex class:
2828

@@ -68,7 +68,7 @@ All child components are included. If you specify this flag, don’t specify --m
6868

6969
# flags.ignore-conflicts.summary
7070

71-
Don't display conflicts between your local project and the org.
71+
Don't display conflicts in preview of the deployment.
7272

7373
# flags.ignore-conflicts.description
7474

messages/retrieve.metadata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ To retrieve multiple metadata components, either use multiple --metadata <name>
1414

1515
# examples
1616

17-
- Retrieve remote changes:
17+
- Retrieve remote changes from your default org:
1818

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

21-
- Retrieve the source files in a directory:
21+
- Retrieve the source files in a directory from 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
- Retrieve a specific Apex class and the objects whose source is in a directory (both examples are equivalent):
2626

messages/retrieve.metadata.preview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ If your org allows source tracking, then this command considers conflicts betwee
1212

1313
# examples
1414

15-
- Preview the retrieve of all changes from the org:
15+
- Preview the retrieve of all changes from your default org:
1616

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

19-
- Preview the retrieve when ignoring any conflicts:
19+
- Preview the retrieve when ignoring any conflicts from an org with alias "my-scratch":
2020

21-
<%= config.bin %> <%= command.id %> --ignore-conflicts
21+
<%= config.bin %> <%= command.id %> --ignore-conflicts --target-org my-scratch
2222

2323
# flags.target-org.summary
2424

@@ -30,7 +30,7 @@ Overrides your default org.
3030

3131
# flags.ignore-conflicts.summary
3232

33-
Ignore conflicts and preview the retrieve of remote components, even if they will overwrite local changes.
33+
Don't display conflicts in the preview of the retrieval.
3434

3535
# flags.ignore-conflicts.description
3636

0 commit comments

Comments
 (0)